Skip to main content

BcsrChainedParticipants

Type Alias BcsrChainedParticipants 

Source
pub type BcsrChainedParticipants<'view, Word> = Chain<BcsrVertexSlice<'view, Word>, BcsrVertexSlice<'view, Word>>;
Expand description

Chained vertex iterator yielding head participants then tail participants.

§Performance

Advancing the iterator is O(1) and performs no allocation.

Aliased Type§

pub struct BcsrChainedParticipants<'view, Word> { /* private fields */ }