Description
Creates a new empty typed map. Entries added to this map will be validated against the declared key and value types.
Examples
set scores to new map of string to intset data to new map string to playerEvery distinct way you can write this pattern, with optional groups and choice groups expanded. Placeholders are shown as <name>.
new map <keyType> to <valueType>new map of <keyType> to <valueType>Related (Map)