Module flat_spatial::storage

source ·

Structs

  • SparseStorage stores cells in a FastMap to be used in a Grid. It is Sparse because cells are eagerly allocated, and cleaned when they are empty. It implements the Storage trait.

Type Definitions