Index of values


A
append [Bitarray]
Append two binary arrays to a fresh one.

C
concat [Bitarray]
Concat a list of binary arrays.
copy [Bitarray]
Return a fresh copy of a binary array.

F
fill [Bitarray]
Fill bitarray from given index and for given length with specified value.

G
get [Bitarray]
Get the value of the indexed cell in a binary array.

I
init [Bitarray]
Create a fresh binary array of given length and using given indexed function to fill cells.
iter [Bitarray]
Iterator for binary arrays.
iteri [Bitarray]
Iterator with index for binary arrays.

L
length [Bitarray]
Return the length of a binary array.

M
make [Bitarray]
Create a fresh binary array of given length and with given boolean value.

S
set [Bitarray]
Set the indexed cell in a binary array to the specified value.
sub [Bitarray]
Return a sub array from starting index and with given length.