Function BTree.lowerRange

Returns a range of all elements strictly less than 'v'.

BTree.Range lowerRange (
  ValueT v
);