Struct bit_matrix::BitSubMatrix [] [src]

pub struct BitSubMatrix<'a> {
    // some fields omitted
}

Immutable access to a range of matrix's rows.

Methods

impl<'a> BitSubMatrix<'a>
[src]

fn iter_mut(&mut self) -> Map<Chunks<Block>, fn(&[Block]) -> &BitVecSlice>

Iterates over the matrix's rows in the form of mutable slices.