@[inline]
ofFnLE f returns the BitVec n whose ith bit is f i with little endian ordering.
Equations
- BitVec.ofFnLE f = BitVec.ofFnLEAux n f
Instances For
@[inline]
ofFnBE f returns the BitVec n whose ith bit is f i with big endian ordering.
Equations
- BitVec.ofFnBE f = BitVec.ofFnLE fun (i : Fin n) => f i.rev