SortedTable implementation using B-Tree as an internal data structure.
The BTree algorithm is based on:
Public API tries to mimic API of Nim's built-in Tables as much as possible.
The ommission of add
procedure is done on purpose.
nimble install sorta
Required Nim version is at least 1.0.0.
See the documentation.