Expand description
Simple, shared algorithms for slices and iterators.
Functionsยง
- cannot_
overflow - Check to see if parsing the float cannot possible overflow.
- 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.