Crate slice_ext

Source

Structs§

SplitInc

Traits§

SplitAfter
SplitAfter trait returns an iterator splitting a slice after a predicate and including the matched item at the end of each set (if existing). For example:
SplitBefore
SplitBefore trait returns an iterator splitting a slice before a predicate and including the matched item at the start of the next set (if found). For example: