Skip to main content

CscInnerGraph

Type Alias CscInnerGraph 

Source
pub type CscInnerGraph<'view> = CsrGraph<'view, u32, u32, <u32 as CsrSnapshotIndex>::LittleEndianWord, <u32 as CsrSnapshotIndex>::LittleEndianWord>;
Expand description

Snapshot-backed inbound CSC view for u32 node and edge indices.

§Performance

perf: unspecified; this alias carries no runtime cost.

Aliased Type§

pub struct CscInnerGraph<'view> { /* private fields */ }