Merge branch 'main' into next

This commit is contained in:
Bobbin Threadbare
2024-12-26 23:10:26 -08:00
committed by GitHub
11 changed files with 525 additions and 148 deletions

View File

@@ -136,7 +136,7 @@ impl NodeIndex {
self.value
}
/// Returns true if the current instance points to a right sibling node.
/// Returns `true` if the current instance points to a right sibling node.
pub const fn is_value_odd(&self) -> bool {
(self.value & 1) == 1
}