Skip to content

Commit df18370

Browse files
committed
CLJS-3107: Eliminate checked ifs in TransientArrayMap
1 parent 82ab13f commit df18370

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/cljs/cljs/core.cljs

+1-1
Original file line numberDiff line numberDiff line change
@@ -7025,7 +7025,7 @@ reduces them without incurring seq initialization"
70257025

70267026
(declare array->transient-hash-map)
70277027

7028-
(deftype TransientArrayMap [^:mutable editable?
7028+
(deftype TransientArrayMap [^:mutable ^boolean editable?
70297029
^:mutable len
70307030
arr]
70317031
ICounted

0 commit comments

Comments
 (0)