impl<Index, ReducedIndex> From<BTreeNode<Index, ReducedIndex>> for BTreeEntry<Index, ReducedIndex> {
fn rereduce<'a, ReducedIndexes, ReducedIndexesIter>(&self, _values: ReducedIndexes) -> Self
let search_result = children[last_index..].binary_search_by(|child| child.key.cmp(key));
// The keys in this child range from the previous child's key (exclusive) to the entry's key (inclusive).