SearchFn

Type Alias SearchFn 

Source
pub type SearchFn = fn(&[i64], i64) -> Option<usize>;
Expand description

Type alias for search functions