Skip to main content

Module any_map

Module any_map 

Source
Expand description

Type-erased data store used by [FrameContext].

A simple AnyMap implementation that stores one value per type. O(1) type-safe lookup via TypeId.

Structs§

AnyMap
A thread-safe type-erased map — one value per type.