add data reader

This commit is contained in:
NikVolf
2019-09-07 18:22:37 +03:00
parent a9d2ce7150
commit ad403f1cca

View File

@@ -287,6 +287,9 @@ impl<'a> IndexedNode<'a> {
self.node
}
pub fn data(&self) -> &NodeData {
&self.node.data
}
}
fn combine_nodes<'a>(left: IndexedNode<'a>, right: IndexedNode<'a>) -> Entry {