vstd
In vstd::
bits
vstd
::
bits
Function
low_bits_mask
Copy item path
Source
pub
open spec
fn low_bits_mask(n:
nat
) ->
nat
Expand description
{ (pow2(n) -
1
)
as
nat }
Mask with low n bits set.