Struct bit_matrix::submatrix::BitSubMatrix [−][src]
pub struct BitSubMatrix<'a> { /* fields omitted */ }
Expand description
Immutable access to a range of matrix’s rows.
Implementations
Forms a BitSubMatrix from a pointer and dimensions.
Trait Implementations
Returns the matrix’s row in the form of a mutable slice.
type Output = BitVecSlice
type Output = BitVecSlice
The returned type after indexing.
Performs the indexing (container[index]
) operation. Read more