mirror of
https://github.com/Chaoscaot/schemsearch.git
synced 2025-12-05 08:47:06 +01:00
Move to i32
This commit is contained in:
@@ -159,8 +159,6 @@ pub fn search(
|
||||
);
|
||||
}
|
||||
|
||||
dbg!(result.clone());
|
||||
|
||||
result.into_iter().enumerate().filter(|(_, matching_count)| *matching_count >= i_pattern_blocks - skip_amount).for_each(|(i, matching_count)| {
|
||||
let percent = matching_count as f32 / pattern_blocks;
|
||||
let x = i % schem_width;
|
||||
|
||||
Reference in New Issue
Block a user