Type Alias gix_traverse::commit::ParentIds

source ·
pub type ParentIds = SmallVec<[ObjectId; 1]>;
Expand description

The collection of parent ids we saw as part of the iteration.

Note that this list is truncated if Parents::First was used.

Aliased Type§

struct ParentIds { /* private fields */ }