Next: Bytevectors, Previous: Atomics, Up: Scheme reference [Contents][Index]
The (hoot bitvectors)
module provides bitvectors, which are
tightly packed arrays of booleans.
Return a new bitvector of len bits with all bits initialized to fill.
Return #t
if obj is a bitvector.
Return the length of the bitvector bv.
Return the boolean value of bit i in the bitvector bv.
Set the bit i in the bitvector bv to #t
.