Skip to main content

terminal_byte_nat

Function terminal_byte_nat 

Source
pub open spec fn terminal_byte_nat() -> TerminalByteNat
Expand description
{
    Mapped {
        inner: terminal_byte(),
        mapper: TermByteFromToNat,
    }
}

Check that high bit is not set, and map to the corresponding nat value.