Bloomex v1.0.5 Bloomex.BitArray View Source
This module implements a bit array using Erlang’s :array
module.
Link to this section Summary
Link to this section Types
Link to this section Functions
Returns true
if the bitarray has the i
th bit set,
otherwise returns false
.
Returns a new bitarray of size n
.
Returns an updated bitarray where the i
th bit is set.