pub type SparseAdjacencyMatrix = TriMat<bool>;
Sparse adjacency matrix type.
pub struct SparseAdjacencyMatrix { /* private fields */ }