Skip to content

Commit e4bc146

Browse files
committed
- simple-map-entry IEquiv
1 parent 5611cd5 commit e4bc146

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/cljs/cljs/core.cljs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10387,6 +10387,8 @@ reduces them without incurring seq initialization"
1038710387

1038810388
(defn- simple-map-entry [k v]
1038910389
(reify
10390+
IEquiv
10391+
(-equiv [coll other] (equiv-sequential coll other))
1039010392
IVector
1039110393
(-assoc-n [_ n x]
1039210394
(case n

0 commit comments

Comments
 (0)