Map (Function)

Signature: Map() -> Map<string, t0>

Description: Creates a new empty string-keyed map.

Returns: Map<string, t0>

Example

let m = Map()
m = Map ()