Skip to main content

CscNodeId

Type Alias CscNodeId 

Source
pub type CscNodeId<N = u32> = LocalId<NodeAxis, N>;
Expand description

Dense node id in an inbound CSC view.

Alias of the shared LocalId branded by the node axis, parameterized over the node index width N.

§Performance

Copying, comparing, ordering, hashing, and debug-formatting are O(1).

Aliased Type§

pub struct CscNodeId<N = u32> { /* private fields */ }