Key–value store for named items with configurable duplicate handling. Useful for dynamic registries where items are registered by string name at runtime.
Register a new item
Get an item
Check if registered
Get all names
Remove the item registered under name. No-op if the name is not registered.
name
Key–value store for named items with configurable duplicate handling. Useful for dynamic registries where items are registered by string name at runtime.