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.
Copying, comparing, ordering, hashing, and debug-formatting are O(1).
pub struct CscNodeId<N = u32> { }