Function vstd::bits::low_bits_mask

source ·
pub open spec fn low_bits_mask(n: nat) -> nat
Expand description
{ (pow2(n) - 1) as nat }

Mask with low n bits set.