☰
Rle
Rle
Required Methods
rle
Implementors
In nekolib::algo
Modules
bisect_
exact_cover
extremum
extremum_float
hilbert_mo_
index_order
inversion
karatsuba
larsch
majority_
minmax
mo
ordered_hash_
parallel_bisect
permutation
rle
tortoise_hare
window_bisect
Structs
Backward
ExactCover
Forward
Larsch
Permutations
Traits
Inversion
Rle
RleBy
RleByKey
Functions
bisect
bisect_slice
convolve
cycle_mu_lambda
cycle_nth
extremum
extremum_float
extremum_slice
hilbert_mo
index_order_by
index_order_by_key
majority
minmax
minmax_by
minmax_by_key
mo
next_permutation
ordered_hash
parallel_bisect
prev_permutation
window_bisect
?
Trait
nekolib
::
algo
::
Rle
source
·
[
−
]
pub trait Rle<T, I> { // Required method fn
rle
(self) ->
Rle
<T, I>
ⓘ
; }
Required Methods
§
source
fn
rle
(self) ->
Rle
<T, I>
ⓘ
Implementors
§
source
§
impl<T:
PartialEq
, I:
Iterator
<Item = T>>
Rle
<T, I> for I