Skip to content

Commit

Permalink
* src/cljs/cljs/core.cljs: add ASeq marker protoocol to vector-seq
Browse files Browse the repository at this point in the history
  • Loading branch information
David Nolen authored and David Nolen committed May 9, 2012
1 parent a46f678 commit 842e92d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cljs/cljs/core.cljs
Expand Up @@ -2516,6 +2516,7 @@ reduces them without incurring seq initialization"
ISequential
IEquiv
(-equiv [vseq other] (equiv-sequential vseq other))
ASeq
ISeq
(-first [_] (-nth v offset))
(-rest [_]
Expand Down

0 comments on commit 842e92d

Please sign in to comment.