pub type SpaceMap<S> = HashMap<ID, Space<S>>;
Short hand type alias for space map.
pub struct SpaceMap<S> { /* private fields */ }