Get item by key.
299 {
303
305 {
306 return nullptr;
307 }
308
310 }
static constexpr size_t LEAF_LENGTH
leaf array length.
void * get(size_t k) const
Get item by key.
static constexpr size_t INTERIOR_LENGTH
interior array length.
static constexpr size_t INTERIOR_BITS
interior bits.
static constexpr size_t LEAF_BITS
leaf bits.
std::array< Node *, INTERIOR_LENGTH > ptrs