Open michaelsproul opened 8 years ago
From Wikipedia:
Find predecessor: Locates the largest string less than a given string, by lexicographic order. Find successor: Locates the smallest string greater than a given string, by lexicographic order.
At the moment we have more of a <= behaviour for get_ancestor, and get_raw_descendant is just.. weird.
<=
get_ancestor
get_raw_descendant
From Wikipedia:
At the moment we have more of a
<=
behaviour forget_ancestor
, andget_raw_descendant
is just.. weird.