struct Item
Defined at line 21 of file ../../zircon/kernel/lib/btree/include/lib/btree_util.h
Use a custom datatype for items, instead of a pair, both for improved readability and because
pair value initializes its elements, which we would like to avoid in certain circumstances.
Public Members
uint64_t key
uint64_t value