menu
nebula_db package
documentation
index/btree_v2.dart
BTreeKey
operator < method
operator < method
dark_mode
light_mode
operator <
method
bool
operator <
(
BTreeKey
other
)
Implementation
bool operator < (BTreeKey other) => compareTo(other) < 0;
nebula_db package
documentation
index/btree_v2
BTreeKey
operator < method
BTreeKey class