key_slice_length() function
The length of the given slice in the key slot table.
Syntax
static inline size_t key_slice_length(size_t slice_idx); Arguments
slice_idx
The slice number. It must satisfy 0 <= slice_idx < KEY_SLICE_COUNT.
Return value
The number of elements in the given slice.