Skip to main content

constructed_bit

Function constructed_bit 

Source
pub open spec fn constructed_bit(constructed: bool) -> u8
Expand description
{ if constructed { TAG_CONSTRUCTED_MASK } else { 0u8 } }