pub type BcsrSnapshotHypergraph<'view, VertexIndex, RelationIndex, IncidenceIndex> = BcsrHypergraph<'view, VertexIndex, RelationIndex, IncidenceIndex, <IncidenceIndex as BcsrSnapshotIndex>::LittleEndianWord, <VertexIndex as BcsrSnapshotIndex>::LittleEndianWord, <RelationIndex as BcsrSnapshotIndex>::LittleEndianWord>;Expand description
Snapshot-backed BCSR hypergraph alias.
§Performance
perf: unspecified; this alias carries no runtime cost.
Aliased Type§
pub struct BcsrSnapshotHypergraph<'view, VertexIndex, RelationIndex, IncidenceIndex> { /* private fields */ }