pub type BcsrSnapshotHypergraph<'view, VertexIndex, RelationIndex, IncidenceIndex> = BcsrHypergraph<'view, VertexIndex, RelationIndex, IncidenceIndex, <IncidenceIndex as SnapshotWidth>::LittleEndianWord, <VertexIndex as SnapshotWidth>::LittleEndianWord, <RelationIndex as SnapshotWidth>::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 */ }