stdx
0.0.0
Modules
anymap
assert
non_empty_vec
panic_context
process
rand
thread
Macros
always
format_to
format_to_acc
impl_from
never
Structs
JodChild
Traits
TupleExt
Functions
char_has_case
defer
equal_range_by
hash_once
is_ci
is_upper_snake_case
iter_eq_by
print_backtrace
replace
slice_tails
timeit
to_camel_case
to_lower_snake_case
to_upper_snake_case
trim_indent
stdx
Function
equal_range_by
Copy item path
Settings
Help
Summary
Source
pub fn equal_range_by<T, F>(slice: &
[T]
, key: F) ->
Range
<
usize
>
where F:
FnMut
(
&T
) ->
Ordering
,