We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42c2e85 commit 4814435Copy full SHA for 4814435
src/main/cljs/cljs/core.cljs
@@ -5232,7 +5232,7 @@ reduces them without incurring seq initialization"
5232
5233
IFind
5234
(-find [coll n]
5235
- (when (and (== n (bit-or n 0)) (<= 0 n) (< n cnt))
+ (when (and (<= 0 n) (< n cnt))
5236
[n (aget (unchecked-array-for coll n) (bit-and n 0x01f))]))
5237
5238
APersistentVector
0 commit comments