operator < method

bool operator <(
  1. BTreeKey other
)

Implementation

bool operator <  (BTreeKey other) => compareTo(other) < 0;