Meta Container
A polymorphic container for storing heterogeneous key-value pairs with type-safe retrieval. Each key is bound to a specific type, enabling type-safe access to stored values.
Types
Link copied to clipboard
Builder for constructing MetaContainer instances with a fluent API.
Link copied to clipboard
A marker interface for type-safe keys in MetaContainer.