Closed yoshuawuyts closed 6 years ago
I skipped over implementing the offset stuff in the iterator. https://github.com/mafintosh/flat-tree/blob/master/index.js - we should reimplement that so we get access to the is_left and is_right methods, required for hypercore.
is_left
is_right
Done in #22
I skipped over implementing the offset stuff in the iterator. https://github.com/mafintosh/flat-tree/blob/master/index.js - we should reimplement that so we get access to the
is_left
andis_right
methods, required for hypercore.