[][src]Crate sparseset

A sparse set.

Structs

Entry

An entry in the sparse set. You can retrieve a slice (possibly mutable) of Entry from the SparseSet.

SparseSet

An implementation of a sparse set.