Skip to main content

cache_t

Type Alias cache_t 

Source
pub type cache_t = hb_cache_core_t<KEY_BITS, VALUE_BITS, CACHE_SIZE, <() as SelectAtomic<STORAGE_BITS>>::Type>;

Aliased Type§

pub struct cache_t {
    values: [Atomic<u32>; 256],
}

Fields§

§values: [Atomic<u32>; 256]