array package:bitwise
Create an array from a list of (index, element) pairs.
Immutable unboxed packed bit arrays using bitwise operations to
manipulate large chunks at a time much more quickly than individually
unpacking and repacking bits would allow.
The type of immutable bit arrays.
Create an array by accumulating a list of (index, operand) pairs from
a default seed with an operation.
Create an array from a list of elements.
The type of mutable bit arrays in the
IO monad.
Create a new array filled with an initial value.
Create a new array filled with unspecified initial values.
Create a new array filled with values from a list.
Read from an array at an index.
Read from an array at an index without bounds checking. Unsafe.
Write to an array at an index.
The type of mutable bit arrays.
Create a new array filled with an initial value.
Create a new array filled with a default initial value (
False).
Create a new array filled with values from a list.
Read from an array at an index.
Read from an array at an index without bounds checking. Unsafe.
Write to an array at an index.