pub type CscInnerGraph<'view, N = u32, E = u32> = CsrGraph<'view, N, E, <E as SnapshotWidth>::LittleEndianWord, <N as SnapshotWidth>::LittleEndianWord>;Expand description
Snapshot-backed inbound CSC view for node width N and edge width E.
§Performance
perf: unspecified; this alias carries no runtime cost.
Aliased Type§
pub struct CscInnerGraph<'view, N = u32, E = u32> { /* private fields */ }