Module lexical_util::algorithm
source · [−]Expand description
Simple, shared algorithms for slices and iterators.
Functions
Copy bytes from source to destination.
Count the number of leading characters equal to a given value.
Count the number of trailing characters equal to a given value.
Trim character from the end (right-side) of a slice.