Function branchless::core::dag::commit_set_to_vec
source · pub fn commit_set_to_vec(commit_set: &CommitSet) -> Result<Vec<NonZeroOid>>Expand description
Eagerly convert a CommitSet into a Vec<NonZeroOid> by iterating over it, preserving order.