Crate sparse_set_container

Source

Structsยง

SparseKey
A key that can be used to access elements in a SparseSet, the key is unique for each element, and it is only valid for the SparseSet it was created in.
SparseSet
A container based on Sparse Set, that stores a set of items and provides a way to efficiently access them by a generated key.