Skip to content

Commit 97dbba8

Browse files
committed
just use empty list
1 parent 4d13556 commit 97dbba8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/cljs/cljs/core.cljs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1648,7 +1648,7 @@ reduces them without incurring seq initialization"
16481648
(-first [_] (aget arr i))
16491649
(-rest [_] (if (< (inc i) (alength arr))
16501650
(IndexedSeq. arr (inc i) nil)
1651-
(list)))
1651+
()))
16521652

16531653
INext
16541654
(-next [_] (if (< (inc i) (alength arr))

0 commit comments

Comments
 (0)