JsMap

constructor()

Constructor: Empty.

Internal-use-only constructor for an empty backed map.


constructor(size: Int)

Constructor: Sized.

Internal-use-only constructor for pre-sized map structures, when a size is known at construction time.

Parameters

size

Size of the desired map.


constructor(backingMap: Map<K, V>)