Next: , Up: bitvectors   [Index]


43.1 Record type of bitvectors

The following bindings are exported by the library (vicare containers bitvectors).

Record Type: <bitvector>

Name of object–type representing bitvectors. The current implementation is as vector of fixnums. Instances of this type can be compared with equal?.

Constructor on <bitvector>: <bitvector> constructor {length <non-negative-exact-integer>}

Build and return a new <bitvector> object capable of holding length bits. The bits are initialised to #f.

Hash function on <bitvector>: <non-negative-fixnum> hash {obj <bitvector>}

Return the hash value for the <bitvector>.

Method on <bitvector>: <bitvector> clone

Return a new <bitvector> instance equal to this instance.