Closed borkdude closed 1 week ago
(map? [1 2])
Well, technically JS arrays are also objects that you can put whatever key and value on, but let's not treat them as map?s in squint, to be compatible with CLJS.
map?
(map? [1 2])
Well, technically JS arrays are also objects that you can put whatever key and value on, but let's not treat them as
map?
s in squint, to be compatible with CLJS.