Next: bitvectors inspection, Up: bitvectors [Index]
The following bindings are exported by the library (vicare containers
bitvectors)
.
Name of object–type representing bitvectors. The current
implementation is as vector of fixnums. Instances of this type can be
compared with equal?
.
Build and return a new <bitvector>
object capable of holding
length bits. The bits are initialised to #f
.
Return the hash value for the <bitvector>
.
Return a new <bitvector>
instance equal to this instance.