Expand description
Simple, shared algorithms for slices and iterators.
Functions§
- copy_
to_ ⚠dst - Copy bytes from source to destination.
- ltrim_
char_ count - Count the number of leading characters equal to a given value.
- rtrim_
char_ count - Count the number of trailing characters equal to a given value.
- rtrim_
char_ slice - Trim character from the end (right-side) of a slice.