Type Alias gix::parallel::SequenceId

source ·
pub type SequenceId = usize;
Expand description

A counter for items that are in sequence, to be able to put them back into original order later.