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 write-floatsorwrite-integers
- Copy bytes from source to destination.
- ltrim_char_ count write-floatsorwrite-integers
- Count the number of leading characters equal to a given value.
- rtrim_char_ count write-floatsorwrite-integers
- Count the number of trailing characters equal to a given value.