Bloomex v1.0.5 Bloomex.BitArray View Source

This module implements a bit array using Erlang’s :array module.

Link to this section Summary

Functions

Returns true if the bitarray has the ith bit set, otherwise returns false

Returns a new bitarray of size n

Returns an updated bitarray where the ith bit is set

Link to this section Types

Link to this section Functions

Returns true if the bitarray has the ith bit set, otherwise returns false.

Returns a new bitarray of size n.

Returns an updated bitarray where the ith bit is set.