A local KD key-value store
the size of each kd-tree node
the length of the store
iterate through the values
an iterator
Closes the store
Get a value at index
the position in the store to get the value from
the value
Get a range of values within an index range
the start index
the end index
the values
Push a value into the store
the value to store
Sort the store in place
A local KD key-value store