Module common
Common utilities, for internal use only.
Structs
-
BiasedFp
A custom 64-bit floating point type, representing
m * 2^p. p is biased, so it be directly shifted into the exponent bits.
Traits
- ByteSlice Helper methods to process immutable bytes.
Functions
-
is_8digits
Determine if all characters in an 8-byte byte string (represented as a
u64) are all decimal digits.