Type Alias cranelift_entity::SparseSet

source ·
pub type SparseSet<T> = SparseMap<T, T>;
Expand description

A sparse set of entity references.

Any type that implements EntityRef can be used as a sparse set value too.

Aliased Type§

struct SparseSet<T> { /* private fields */ }