Type Definition cranelift::prelude::codegen::entity::SparseSet[]

type SparseSet<T> = SparseMap<T, T>;

A sparse set of entity references.

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