๐ฌThis is a nightly-only experimental API. (
dec2flt
)Expand description
Common utilities, for internal use only.
Structsยง
- Biased
Fp Experimental - A custom 64-bit floating point type, representing
m * 2^p
. p is biased, so it be directly shifted into the exponent bits.
Traitsยง
- Byte
Slice ๐Experimental - Helper methods to process immutable bytes.
Functionsยง
- is_
8digits ๐Experimental - Determine if all characters in an 8-byte byte string (represented as a
u64
) are all decimal digits.