Liking cljdoc? Tell your friends :D
ClojureScript only.

js.Map

The Map object holds key-value pairs and remembers the original order of the keys.

The Map object holds key-value pairs and remembers the original
order of the keys.
raw docstring

lengthcljs

(length this)

Property.

The value of the length property is 0. To count how many elements are in a Map, use Map.prototype.size.

Property.

The value of the length property is 0.
To count how many elements are in a Map, use Map.prototype.size.
raw docstring

set-length!cljs

(set-length! this val)

Property.

The value of the length property is 0. To count how many elements are in a Map, use Map.prototype.size.

Property.

The value of the length property is 0.
To count how many elements are in a Map, use Map.prototype.size.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close