pub const LITERAL_BITS: usize = 64;
Expand description
LITERAL_BITS is set to the number of bits in the LiteralType. I.e., it is guaranteed that the number of bits in LiteralType is LITERAL_BITS.
pub const LITERAL_BITS: usize = 64;
LITERAL_BITS is set to the number of bits in the LiteralType. I.e., it is guaranteed that the number of bits in LiteralType is LITERAL_BITS.