Interpret an array as the binary representation of a number, sending 0 to 0 and ≠ 0 to
1.
Instances For
@[reducible]
Array version of List.matchSize, which rightpads the arrays to the same length.
Instances For
@[irreducible]
Right-pads an array with unit elements until its length is a power of two. Returns the padded
array and the number of elements added.
Instances For
@[simp]
Get the last element of an array, or v₀ if the array is empty.