Type Alias gix_features::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.
pub type SequenceId = usize;
A counter for items that are in sequence, to be able to put them back into original order later.