Skip to main content

TRITS_PER_BYTE_2BIT

Constant TRITS_PER_BYTE_2BIT 

Source
pub const TRITS_PER_BYTE_2BIT: usize = 4;
Expand description

Trits packed 4-per-byte, 2 bits each: 0b00 = 0, 0b01 = +1, 0b10 = -1 (0b11 unused).