pub(crate) type BinaryCache = hb_cache_core_t<KEY_BITS, VALUE_BITS, CACHE_SIZE, <() as SelectAtomic<STORAGE_BITS>>::Type>;
pub(crate) struct BinaryCache { values: [Atomic<u8>; 256], }
values: [Atomic<u8>; 256]