Type Alias indexmap::map::core::raw::RawBucket

source ·
type RawBucket = Bucket<usize>;

Aliased Type§

struct RawBucket {
    ptr: NonNull<usize>,
}

Fields§

§ptr: NonNull<usize>