Crate bit_matrix [] [src]

Implements bit matrices.

Reexports

pub use matrix::BitMatrix;

Modules

matrix

Matrix of bits.

row

Implements access to a matrix's individual rows.

submatrix

Submatrix of bits.

Constants

BITS

The number of bits in a block.

Statics

FALSE

A value for borrowing.

TRUE

A value for borrowing.

Type Definitions

Block

The type for storing bits.