Package-level declarations
Types
Link copied to clipboard
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.
Link copied to clipboard
@RequiresOptIn(message = "Do not use this directly without any special reason", level = RequiresOptIn.Level.WARNING )
Marks the direct use of MetaContainer.map as requiring explicit opt-in.
Functions
Link copied to clipboard
DSL builder function for creating a MetaContainer with a lambda block.