Module algorithm

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_dstwrite-floats or write-integers
Copy bytes from source to destination.
ltrim_char_countwrite-floats or write-integers
Count the number of leading characters equal to a given value.
rtrim_char_countwrite-floats or write-integers
Count the number of trailing characters equal to a given value.