@@ -1637,7 +1637,7 @@ reduces them without incurring seq initialization"
1637
1637
(cons o coll))
1638
1638
1639
1639
IEmptyableCollection
1640
- (-empty [coll] (with-meta (.-EMPTY List) meta))
1640
+ (-empty [coll] (- with-meta (.-EMPTY List) meta))
1641
1641
1642
1642
IHash
1643
1643
(-hash [coll] (hash-ordered-coll coll))
@@ -3115,7 +3115,7 @@ reduces them without incurring seq initialization"
3115
3115
(-conj [coll o] (Cons. nil o coll nil ))
3116
3116
3117
3117
IEmptyableCollection
3118
- (-empty [coll] (with-meta (.-EMPTY List) meta))
3118
+ (-empty [coll] (- with-meta (.-EMPTY List) meta))
3119
3119
3120
3120
ISequential
3121
3121
IEquiv
@@ -3319,7 +3319,7 @@ reduces them without incurring seq initialization"
3319
3319
(-conj [coll o] (cons o coll))
3320
3320
3321
3321
IEmptyableCollection
3322
- (-empty [coll] (with-meta (.-EMPTY List) meta))
3322
+ (-empty [coll] (- with-meta (.-EMPTY List) meta))
3323
3323
3324
3324
ISequential
3325
3325
IEquiv
@@ -3460,7 +3460,7 @@ reduces them without incurring seq initialization"
3460
3460
(cons o this))
3461
3461
3462
3462
IEmptyableCollection
3463
- (-empty [coll] (with-meta (.-EMPTY List) meta))
3463
+ (-empty [coll] (- with-meta (.-EMPTY List) meta))
3464
3464
3465
3465
IHash
3466
3466
(-hash [coll] (caching-hash coll hash-ordered-coll __hash)))
@@ -4772,12 +4772,12 @@ reduces them without incurring seq initialization"
4772
4772
([to from]
4773
4773
(if-not (nil? to)
4774
4774
(if (implements? IEditableCollection to)
4775
- (with-meta (persistent! (reduce -conj! (transient to) from)) (meta to))
4775
+ (- with-meta (persistent! (reduce -conj! (transient to) from)) (meta to))
4776
4776
(reduce -conj to from))
4777
4777
(reduce conj () from)))
4778
4778
([to xform from]
4779
4779
(if (implements? IEditableCollection to)
4780
- (with-meta (persistent! (transduce xform conj! (transient to) from)) (meta to))
4780
+ (- with-meta (persistent! (transduce xform conj! (transient to) from)) (meta to))
4781
4781
(transduce xform conj to from))))
4782
4782
4783
4783
(defn mapv
@@ -5081,7 +5081,7 @@ reduces them without incurring seq initialization"
5081
5081
(PersistentVector. meta (inc cnt) new-shift new-root (array o) nil ))))
5082
5082
5083
5083
IEmptyableCollection
5084
- (-empty [coll] (with-meta (.-EMPTY PersistentVector) meta))
5084
+ (-empty [coll] (- with-meta (.-EMPTY PersistentVector) meta))
5085
5085
5086
5086
ISequential
5087
5087
IEquiv
@@ -5312,7 +5312,7 @@ reduces them without incurring seq initialization"
5312
5312
5313
5313
IEmptyableCollection
5314
5314
(-empty [coll]
5315
- (with-meta (.-EMPTY PersistentVector) meta))
5315
+ (- with-meta (.-EMPTY PersistentVector) meta))
5316
5316
5317
5317
IChunkedSeq
5318
5318
(-chunked-first [coll]
@@ -5386,7 +5386,7 @@ reduces them without incurring seq initialization"
5386
5386
(build-subvec meta (-assoc-n v end o) start (inc end) nil ))
5387
5387
5388
5388
IEmptyableCollection
5389
- (-empty [coll] (with-meta (.-EMPTY PersistentVector) meta))
5389
+ (-empty [coll] (- with-meta (.-EMPTY PersistentVector) meta))
5390
5390
5391
5391
ISequential
5392
5392
IEquiv
@@ -5732,7 +5732,7 @@ reduces them without incurring seq initialization"
5732
5732
(-conj [coll o] (cons o coll))
5733
5733
5734
5734
IEmptyableCollection
5735
- (-empty [coll] (with-meta (.-EMPTY List) meta))
5735
+ (-empty [coll] (- with-meta (.-EMPTY List) meta))
5736
5736
5737
5737
ISequential
5738
5738
IEquiv
@@ -5794,7 +5794,7 @@ reduces them without incurring seq initialization"
5794
5794
(PersistentQueue. meta (inc count) (conj front o) [] nil )))
5795
5795
5796
5796
IEmptyableCollection
5797
- (-empty [coll] (with-meta (.-EMPTY PersistentQueue) meta))
5797
+ (-empty [coll] (- with-meta (.-EMPTY PersistentQueue) meta))
5798
5798
5799
5799
ISequential
5800
5800
IEquiv
@@ -5870,7 +5870,7 @@ reduces them without incurring seq initialization"
5870
5870
(if (< i len)
5871
5871
(let [k (aget ks i)]
5872
5872
(recur (inc i) (assoc! out k (aget so k))))
5873
- (with-meta (persistent! (assoc! out k v)) mm)))))
5873
+ (- with-meta (persistent! (assoc! out k v)) mm)))))
5874
5874
5875
5875
; ;; ObjMap - DEPRECATED
5876
5876
@@ -5906,7 +5906,7 @@ reduces them without incurring seq initialization"
5906
5906
entry)))
5907
5907
5908
5908
IEmptyableCollection
5909
- (-empty [coll] (with-meta (.-EMPTY ObjMap) meta))
5909
+ (-empty [coll] (- with-meta (.-EMPTY ObjMap) meta))
5910
5910
5911
5911
IEquiv
5912
5912
(-equiv [coll other] (equiv-map coll other))
@@ -6246,7 +6246,7 @@ reduces them without incurring seq initialization"
6246
6246
(cons o coll))
6247
6247
6248
6248
IEmptyableCollection
6249
- (-empty [coll] (with-meta (.-EMPTY List) _meta))
6249
+ (-empty [coll] (- with-meta (.-EMPTY List) _meta))
6250
6250
6251
6251
IHash
6252
6252
(-hash [coll] (hash-ordered-coll coll))
@@ -7175,7 +7175,7 @@ reduces them without incurring seq initialization"
7175
7175
(-conj [coll o] (cons o coll))
7176
7176
7177
7177
IEmptyableCollection
7178
- (-empty [coll] (with-meta (.-EMPTY List) meta))
7178
+ (-empty [coll] (- with-meta (.-EMPTY List) meta))
7179
7179
7180
7180
ISequential
7181
7181
ISeq
@@ -7247,7 +7247,7 @@ reduces them without incurring seq initialization"
7247
7247
(-conj [coll o] (cons o coll))
7248
7248
7249
7249
IEmptyableCollection
7250
- (-empty [coll] (with-meta (.-EMPTY List) meta))
7250
+ (-empty [coll] (- with-meta (.-EMPTY List) meta))
7251
7251
7252
7252
ISequential
7253
7253
ISeq
@@ -7626,7 +7626,7 @@ reduces them without incurring seq initialization"
7626
7626
(-conj [coll o] (cons o coll))
7627
7627
7628
7628
IEmptyableCollection
7629
- (-empty [coll] (with-meta (.-EMPTY List) meta))
7629
+ (-empty [coll] (- with-meta (.-EMPTY List) meta))
7630
7630
7631
7631
IHash
7632
7632
(-hash [coll] (caching-hash coll hash-ordered-coll __hash))
@@ -7804,7 +7804,7 @@ reduces them without incurring seq initialization"
7804
7804
7805
7805
IWithMeta
7806
7806
(-with-meta [node meta]
7807
- (with-meta [key val] meta))
7807
+ (- with-meta [key val] meta))
7808
7808
7809
7809
IStack
7810
7810
(-peek [node] val)
@@ -7965,7 +7965,7 @@ reduces them without incurring seq initialization"
7965
7965
7966
7966
IWithMeta
7967
7967
(-with-meta [node meta]
7968
- (with-meta [key val] meta))
7968
+ (- with-meta [key val] meta))
7969
7969
7970
7970
IStack
7971
7971
(-peek [node] val)
@@ -8377,7 +8377,7 @@ reduces them without incurring seq initialization"
8377
8377
(cons o coll))
8378
8378
8379
8379
IEmptyableCollection
8380
- (-empty [coll] (with-meta (.-EMPTY List) _meta))
8380
+ (-empty [coll] (- with-meta (.-EMPTY List) _meta))
8381
8381
8382
8382
IHash
8383
8383
(-hash [coll] (hash-ordered-coll coll))
@@ -8453,7 +8453,7 @@ reduces them without incurring seq initialization"
8453
8453
(cons o coll))
8454
8454
8455
8455
IEmptyableCollection
8456
- (-empty [coll] (with-meta (.-EMPTY List) _meta))
8456
+ (-empty [coll] (- with-meta (.-EMPTY List) _meta))
8457
8457
8458
8458
IHash
8459
8459
(-hash [coll] (hash-ordered-coll coll))
@@ -8532,7 +8532,7 @@ reduces them without incurring seq initialization"
8532
8532
(assoc ret key entry)
8533
8533
ret)
8534
8534
(next keys)))
8535
- (with-meta ret (meta map)))))
8535
+ (- with-meta ret (meta map)))))
8536
8536
8537
8537
; ;; PersistentHashSet
8538
8538
@@ -8586,7 +8586,7 @@ reduces them without incurring seq initialization"
8586
8586
(PersistentHashSet. meta (assoc hash-map o nil ) nil ))
8587
8587
8588
8588
IEmptyableCollection
8589
- (-empty [coll] (with-meta (.-EMPTY PersistentHashSet) meta))
8589
+ (-empty [coll] (- with-meta (.-EMPTY PersistentHashSet) meta))
8590
8590
8591
8591
IEquiv
8592
8592
(-equiv [coll other]
@@ -9084,7 +9084,7 @@ reduces them without incurring seq initialization"
9084
9084
(-conj [rng o] (cons o rng))
9085
9085
9086
9086
IEmptyableCollection
9087
- (-empty [rng] (with-meta (.-EMPTY List) meta))
9087
+ (-empty [rng] (- with-meta (.-EMPTY List) meta))
9088
9088
9089
9089
ISequential
9090
9090
IEquiv
0 commit comments