Skip to main content

CsrNativeGraph

Type Alias CsrNativeGraph 

Source
pub type CsrNativeGraph<'view, NodeIndex, EdgeIndex> = CsrGraph<'view, NodeIndex, EdgeIndex, EdgeIndex, NodeIndex>;
Expand description

Native borrowed CSR graph alias.

The node and edge index parameters are spelled explicitly. Target entries use NodeIndex, and offset entries use EdgeIndex.

§Performance

perf: unspecified; this alias carries no runtime cost.

Aliased Type§

pub struct CsrNativeGraph<'view, NodeIndex, EdgeIndex> { /* private fields */ }