Module algorithm

Source
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.