Module common

Source
๐Ÿ”ฌThis is a nightly-only experimental API. (dec2flt)
Expand description

Common utilities, for internal use only.

Structsยง

BiasedFpExperimental
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 ๐Ÿ”’ 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.