vstd
In vstd::bits
?
Settings
Function
vstd
::
bits
::
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.