Open gballet opened 4 years ago
The way binary keys are being implemented is making it impossible to implement Index<Range<usize>>. This approach uses an iterator and currently only implements it on BinaryTree.
Index<Range<usize>>
BinaryTree
Left to do:
IntoIterator
FromIterator
rewind
The way binary keys are being implemented is making it impossible to implement
Index<Range<usize>>
. This approach uses an iterator and currently only implements it onBinaryTree
.Left to do:
IntoIterator
FromIterator
rewind