linqx 0.3.2 → 0.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (272) hide show
  1. package/README.md +64 -0
  2. package/dist/core/dictionary.d.ts +1 -0
  3. package/dist/core/dictionary.d.ts.map +1 -0
  4. package/dist/core/enumerable.d.ts +1 -0
  5. package/dist/core/enumerable.d.ts.map +1 -0
  6. package/dist/core/enumerator.d.ts +1 -0
  7. package/dist/core/enumerator.d.ts.map +1 -0
  8. package/dist/core/grouping.d.ts +1 -0
  9. package/dist/core/grouping.d.ts.map +1 -0
  10. package/dist/core/lookup.d.ts +1 -0
  11. package/dist/core/lookup.d.ts.map +1 -0
  12. package/dist/core/memoized-enumerable.d.ts +1 -0
  13. package/dist/core/memoized-enumerable.d.ts.map +1 -0
  14. package/dist/core/ordered-enumerable.d.ts +1 -0
  15. package/dist/core/ordered-enumerable.d.ts.map +1 -0
  16. package/dist/core/shared-enumerable.d.ts +1 -0
  17. package/dist/core/shared-enumerable.d.ts.map +1 -0
  18. package/dist/extensions.d.ts +2 -1
  19. package/dist/extensions.d.ts.map +1 -0
  20. package/dist/factories/choice.d.ts +1 -0
  21. package/dist/factories/choice.d.ts.map +1 -0
  22. package/dist/factories/cycle.d.ts +1 -0
  23. package/dist/factories/cycle.d.ts.map +1 -0
  24. package/dist/factories/defer.d.ts +1 -0
  25. package/dist/factories/defer.d.ts.map +1 -0
  26. package/dist/factories/empty.d.ts +1 -0
  27. package/dist/factories/empty.d.ts.map +1 -0
  28. package/dist/factories/from.d.ts +1 -0
  29. package/dist/factories/from.d.ts.map +1 -0
  30. package/dist/factories/generate.d.ts +1 -0
  31. package/dist/factories/generate.d.ts.map +1 -0
  32. package/dist/factories/make.d.ts +1 -0
  33. package/dist/factories/make.d.ts.map +1 -0
  34. package/dist/factories/matches.d.ts +1 -0
  35. package/dist/factories/matches.d.ts.map +1 -0
  36. package/dist/factories/range-down.d.ts +1 -0
  37. package/dist/factories/range-down.d.ts.map +1 -0
  38. package/dist/factories/range-to.d.ts +1 -0
  39. package/dist/factories/range-to.d.ts.map +1 -0
  40. package/dist/factories/range.d.ts +1 -0
  41. package/dist/factories/range.d.ts.map +1 -0
  42. package/dist/factories/repeat-with-finalize.d.ts +1 -0
  43. package/dist/factories/repeat-with-finalize.d.ts.map +1 -0
  44. package/dist/factories/repeat.d.ts +1 -0
  45. package/dist/factories/repeat.d.ts.map +1 -0
  46. package/dist/factories/to-infinity.d.ts +1 -0
  47. package/dist/factories/to-infinity.d.ts.map +1 -0
  48. package/dist/factories/to-negative-infinity.d.ts +1 -0
  49. package/dist/factories/to-negative-infinity.d.ts.map +1 -0
  50. package/dist/factories/unfold.d.ts +1 -0
  51. package/dist/factories/unfold.d.ts.map +1 -0
  52. package/dist/index.d.ts +1 -0
  53. package/dist/index.d.ts.map +1 -0
  54. package/dist/internal/create-enumerable.d.ts +1 -0
  55. package/dist/internal/create-enumerable.d.ts.map +1 -0
  56. package/dist/internal/functions.d.ts +1 -0
  57. package/dist/internal/functions.d.ts.map +1 -0
  58. package/dist/internal/to-iterable.d.ts +1 -0
  59. package/dist/internal/to-iterable.d.ts.map +1 -0
  60. package/dist/operators/aggregate-by.d.ts +1 -0
  61. package/dist/operators/aggregate-by.d.ts.map +1 -0
  62. package/dist/operators/aggregate.d.ts +1 -0
  63. package/dist/operators/aggregate.d.ts.map +1 -0
  64. package/dist/operators/all.d.ts +1 -0
  65. package/dist/operators/all.d.ts.map +1 -0
  66. package/dist/operators/alternate.d.ts +1 -0
  67. package/dist/operators/alternate.d.ts.map +1 -0
  68. package/dist/operators/any.d.ts +1 -0
  69. package/dist/operators/any.d.ts.map +1 -0
  70. package/dist/operators/append.d.ts +1 -0
  71. package/dist/operators/append.d.ts.map +1 -0
  72. package/dist/operators/as-enumerable.d.ts +1 -0
  73. package/dist/operators/as-enumerable.d.ts.map +1 -0
  74. package/dist/operators/average.d.ts +1 -0
  75. package/dist/operators/average.d.ts.map +1 -0
  76. package/dist/operators/buffer.d.ts +1 -0
  77. package/dist/operators/buffer.d.ts.map +1 -0
  78. package/dist/operators/cast.d.ts +1 -0
  79. package/dist/operators/cast.d.ts.map +1 -0
  80. package/dist/operators/catch-error.d.ts +1 -0
  81. package/dist/operators/catch-error.d.ts.map +1 -0
  82. package/dist/operators/choose.d.ts +1 -0
  83. package/dist/operators/choose.d.ts.map +1 -0
  84. package/dist/operators/chunk.d.ts +1 -0
  85. package/dist/operators/chunk.d.ts.map +1 -0
  86. package/dist/operators/concat.d.ts +1 -0
  87. package/dist/operators/concat.d.ts.map +1 -0
  88. package/dist/operators/contains.d.ts +1 -0
  89. package/dist/operators/contains.d.ts.map +1 -0
  90. package/dist/operators/count-by.d.ts +1 -0
  91. package/dist/operators/count-by.d.ts.map +1 -0
  92. package/dist/operators/count.d.ts +1 -0
  93. package/dist/operators/count.d.ts.map +1 -0
  94. package/dist/operators/create-ordered-enumerable.d.ts +1 -0
  95. package/dist/operators/create-ordered-enumerable.d.ts.map +1 -0
  96. package/dist/operators/default-if-empty.d.ts +1 -0
  97. package/dist/operators/default-if-empty.d.ts.map +1 -0
  98. package/dist/operators/distinct-by.d.ts +1 -0
  99. package/dist/operators/distinct-by.d.ts.map +1 -0
  100. package/dist/operators/distinct-until-changed.d.ts +1 -0
  101. package/dist/operators/distinct-until-changed.d.ts.map +1 -0
  102. package/dist/operators/distinct.d.ts +1 -0
  103. package/dist/operators/distinct.d.ts.map +1 -0
  104. package/dist/operators/do-action.d.ts +1 -0
  105. package/dist/operators/do-action.d.ts.map +1 -0
  106. package/dist/operators/element-at-or-default.d.ts +1 -0
  107. package/dist/operators/element-at-or-default.d.ts.map +1 -0
  108. package/dist/operators/element-at.d.ts +1 -0
  109. package/dist/operators/element-at.d.ts.map +1 -0
  110. package/dist/operators/except-by.d.ts +1 -0
  111. package/dist/operators/except-by.d.ts.map +1 -0
  112. package/dist/operators/except.d.ts +1 -0
  113. package/dist/operators/except.d.ts.map +1 -0
  114. package/dist/operators/finally-action.d.ts +1 -0
  115. package/dist/operators/finally-action.d.ts.map +1 -0
  116. package/dist/operators/first-or-default.d.ts +1 -0
  117. package/dist/operators/first-or-default.d.ts.map +1 -0
  118. package/dist/operators/first.d.ts +1 -0
  119. package/dist/operators/first.d.ts.map +1 -0
  120. package/dist/operators/flatten.d.ts +1 -0
  121. package/dist/operators/flatten.d.ts.map +1 -0
  122. package/dist/operators/for-each.d.ts +1 -0
  123. package/dist/operators/for-each.d.ts.map +1 -0
  124. package/dist/operators/force.d.ts +1 -0
  125. package/dist/operators/force.d.ts.map +1 -0
  126. package/dist/operators/group-by.d.ts +1 -0
  127. package/dist/operators/group-by.d.ts.map +1 -0
  128. package/dist/operators/group-join.d.ts +1 -0
  129. package/dist/operators/group-join.d.ts.map +1 -0
  130. package/dist/operators/index-of.d.ts +1 -0
  131. package/dist/operators/index-of.d.ts.map +1 -0
  132. package/dist/operators/index.d.ts +1 -0
  133. package/dist/operators/index.d.ts.map +1 -0
  134. package/dist/operators/insert.d.ts +1 -0
  135. package/dist/operators/insert.d.ts.map +1 -0
  136. package/dist/operators/intersect-by.d.ts +1 -0
  137. package/dist/operators/intersect-by.d.ts.map +1 -0
  138. package/dist/operators/intersect.d.ts +1 -0
  139. package/dist/operators/intersect.d.ts.map +1 -0
  140. package/dist/operators/is-empty.d.ts +1 -0
  141. package/dist/operators/is-empty.d.ts.map +1 -0
  142. package/dist/operators/join-with.d.ts +1 -0
  143. package/dist/operators/join-with.d.ts.map +1 -0
  144. package/dist/operators/join.d.ts +1 -0
  145. package/dist/operators/join.d.ts.map +1 -0
  146. package/dist/operators/last-index-of.d.ts +1 -0
  147. package/dist/operators/last-index-of.d.ts.map +1 -0
  148. package/dist/operators/last-or-default.d.ts +1 -0
  149. package/dist/operators/last-or-default.d.ts.map +1 -0
  150. package/dist/operators/last.d.ts +1 -0
  151. package/dist/operators/last.d.ts.map +1 -0
  152. package/dist/operators/left-join.d.ts +1 -0
  153. package/dist/operators/left-join.d.ts.map +1 -0
  154. package/dist/operators/let-bind.d.ts +1 -0
  155. package/dist/operators/let-bind.d.ts.map +1 -0
  156. package/dist/operators/log.d.ts +1 -0
  157. package/dist/operators/log.d.ts.map +1 -0
  158. package/dist/operators/map.d.ts +1 -0
  159. package/dist/operators/map.d.ts.map +1 -0
  160. package/dist/operators/max-by.d.ts +1 -0
  161. package/dist/operators/max-by.d.ts.map +1 -0
  162. package/dist/operators/max.d.ts +1 -0
  163. package/dist/operators/max.d.ts.map +1 -0
  164. package/dist/operators/memoize.d.ts +1 -0
  165. package/dist/operators/memoize.d.ts.map +1 -0
  166. package/dist/operators/merge.d.ts +1 -0
  167. package/dist/operators/merge.d.ts.map +1 -0
  168. package/dist/operators/min-by.d.ts +1 -0
  169. package/dist/operators/min-by.d.ts.map +1 -0
  170. package/dist/operators/min.d.ts +1 -0
  171. package/dist/operators/min.d.ts.map +1 -0
  172. package/dist/operators/of-type.d.ts +1 -0
  173. package/dist/operators/of-type.d.ts.map +1 -0
  174. package/dist/operators/operators.d.ts +1 -0
  175. package/dist/operators/operators.d.ts.map +1 -0
  176. package/dist/operators/order-by-descending.d.ts +1 -0
  177. package/dist/operators/order-by-descending.d.ts.map +1 -0
  178. package/dist/operators/order-by.d.ts +1 -0
  179. package/dist/operators/order-by.d.ts.map +1 -0
  180. package/dist/operators/page.d.ts +1 -0
  181. package/dist/operators/page.d.ts.map +1 -0
  182. package/dist/operators/pairwise.d.ts +1 -0
  183. package/dist/operators/pairwise.d.ts.map +1 -0
  184. package/dist/operators/partition-by.d.ts +1 -0
  185. package/dist/operators/partition-by.d.ts.map +1 -0
  186. package/dist/operators/position.d.ts +1 -0
  187. package/dist/operators/position.d.ts.map +1 -0
  188. package/dist/operators/prepend.d.ts +1 -0
  189. package/dist/operators/prepend.d.ts.map +1 -0
  190. package/dist/operators/reverse.d.ts +1 -0
  191. package/dist/operators/reverse.d.ts.map +1 -0
  192. package/dist/operators/right-join.d.ts +1 -0
  193. package/dist/operators/right-join.d.ts.map +1 -0
  194. package/dist/operators/scan.d.ts +1 -0
  195. package/dist/operators/scan.d.ts.map +1 -0
  196. package/dist/operators/select-many.d.ts +1 -0
  197. package/dist/operators/select-many.d.ts.map +1 -0
  198. package/dist/operators/select.d.ts +1 -0
  199. package/dist/operators/select.d.ts.map +1 -0
  200. package/dist/operators/sequence-equal.d.ts +1 -0
  201. package/dist/operators/sequence-equal.d.ts.map +1 -0
  202. package/dist/operators/share.d.ts +1 -0
  203. package/dist/operators/share.d.ts.map +1 -0
  204. package/dist/operators/shuffle.d.ts +1 -0
  205. package/dist/operators/shuffle.d.ts.map +1 -0
  206. package/dist/operators/single-or-default.d.ts +1 -0
  207. package/dist/operators/single-or-default.d.ts.map +1 -0
  208. package/dist/operators/single.d.ts +1 -0
  209. package/dist/operators/single.d.ts.map +1 -0
  210. package/dist/operators/skip-last.d.ts +1 -0
  211. package/dist/operators/skip-last.d.ts.map +1 -0
  212. package/dist/operators/skip-while.d.ts +1 -0
  213. package/dist/operators/skip-while.d.ts.map +1 -0
  214. package/dist/operators/skip.d.ts +1 -0
  215. package/dist/operators/skip.d.ts.map +1 -0
  216. package/dist/operators/sum.d.ts +1 -0
  217. package/dist/operators/sum.d.ts.map +1 -0
  218. package/dist/operators/take-except-last.d.ts +1 -0
  219. package/dist/operators/take-except-last.d.ts.map +1 -0
  220. package/dist/operators/take-from-last.d.ts +1 -0
  221. package/dist/operators/take-from-last.d.ts.map +1 -0
  222. package/dist/operators/take-last.d.ts +1 -0
  223. package/dist/operators/take-last.d.ts.map +1 -0
  224. package/dist/operators/take-while.d.ts +1 -0
  225. package/dist/operators/take-while.d.ts.map +1 -0
  226. package/dist/operators/take.d.ts +1 -0
  227. package/dist/operators/take.d.ts.map +1 -0
  228. package/dist/operators/then-by-descending.d.ts +1 -0
  229. package/dist/operators/then-by-descending.d.ts.map +1 -0
  230. package/dist/operators/then-by.d.ts +1 -0
  231. package/dist/operators/then-by.d.ts.map +1 -0
  232. package/dist/operators/to-array.d.ts +1 -0
  233. package/dist/operators/to-array.d.ts.map +1 -0
  234. package/dist/operators/to-dictionary.d.ts +1 -0
  235. package/dist/operators/to-dictionary.d.ts.map +1 -0
  236. package/dist/operators/to-joined-string.d.ts +1 -0
  237. package/dist/operators/to-joined-string.d.ts.map +1 -0
  238. package/dist/operators/to-json-string.d.ts +1 -0
  239. package/dist/operators/to-json-string.d.ts.map +1 -0
  240. package/dist/operators/to-lookup.d.ts +1 -0
  241. package/dist/operators/to-lookup.d.ts.map +1 -0
  242. package/dist/operators/to-map.d.ts +1 -0
  243. package/dist/operators/to-map.d.ts.map +1 -0
  244. package/dist/operators/to-object.d.ts +1 -0
  245. package/dist/operators/to-object.d.ts.map +1 -0
  246. package/dist/operators/to-set.d.ts +1 -0
  247. package/dist/operators/to-set.d.ts.map +1 -0
  248. package/dist/operators/trace.d.ts +1 -0
  249. package/dist/operators/trace.d.ts.map +1 -0
  250. package/dist/operators/traverse-breadth-first.d.ts +1 -0
  251. package/dist/operators/traverse-breadth-first.d.ts.map +1 -0
  252. package/dist/operators/traverse-depth-first.d.ts +1 -0
  253. package/dist/operators/traverse-depth-first.d.ts.map +1 -0
  254. package/dist/operators/union-by.d.ts +1 -0
  255. package/dist/operators/union-by.d.ts.map +1 -0
  256. package/dist/operators/union.d.ts +1 -0
  257. package/dist/operators/union.d.ts.map +1 -0
  258. package/dist/operators/weighted-sample.d.ts +1 -0
  259. package/dist/operators/weighted-sample.d.ts.map +1 -0
  260. package/dist/operators/where-if.d.ts +1 -0
  261. package/dist/operators/where-if.d.ts.map +1 -0
  262. package/dist/operators/where.d.ts +1 -0
  263. package/dist/operators/where.d.ts.map +1 -0
  264. package/dist/operators/with-neighbors.d.ts +1 -0
  265. package/dist/operators/with-neighbors.d.ts.map +1 -0
  266. package/dist/operators/zip.d.ts +1 -0
  267. package/dist/operators/zip.d.ts.map +1 -0
  268. package/dist/types.d.ts +1 -0
  269. package/dist/types.d.ts.map +1 -0
  270. package/dist/utils.d.ts +1 -0
  271. package/dist/utils.d.ts.map +1 -0
  272. package/package.json +9 -6
package/README.md CHANGED
@@ -124,6 +124,70 @@ import Enumerable from "linqx";
124
124
  const items: Enumerable.IEnumerable<number> = Enumerable.from([1, 2, 3]);
125
125
  ```
126
126
 
127
+ ## Repeated Enumeration
128
+
129
+ You can enumerate an `IEnumerable<T>` again only if its source supports it. With arrays,
130
+ maps, and sets, each enumeration starts a new iterator. This also applies to the
131
+ `asEnumerable()` extensions for arrays, maps, and DOM collections.
132
+
133
+ A generator object or an existing iterator has a consumption position. Wrapping it with
134
+ `Enumerable.from()` does not reset that position:
135
+
136
+ ```ts
137
+ import Enumerable from "linqx";
138
+
139
+ function* numbers() {
140
+ yield 1;
141
+ yield 2;
142
+ yield 3;
143
+ }
144
+
145
+ const once = Enumerable.from(numbers());
146
+
147
+ once.toArray(); // [1, 2, 3]
148
+ once.toArray(); // []: the generator object is exhausted
149
+ ```
150
+
151
+ **For repeated enumeration of a generator or iterator, use the factory overload:
152
+ `Enumerable.from(() => ...)`. Create a new generator or iterator inside the callback.**
153
+
154
+ ```ts
155
+ const reusable = Enumerable.from(() => numbers());
156
+
157
+ reusable.toArray(); // [1, 2, 3]
158
+ reusable.toArray(); // [1, 2, 3]
159
+
160
+ const query = reusable.where(value => value > 1).select(value => value * 10);
161
+
162
+ query.toArray(); // [20, 30]
163
+ query.toArray(); // [20, 30]
164
+
165
+ const values = new Set([1, 2, 3]);
166
+ const entries = Enumerable.from(() => values.entries());
167
+
168
+ entries.toArray(); // [[1, 1], [2, 2], [3, 3]]
169
+ entries.toArray(); // [[1, 1], [2, 2], [3, 3]]
170
+ ```
171
+
172
+ Returning an existing iterator from the callback still shares its consumption position:
173
+
174
+ ```ts
175
+ const iterator = numbers();
176
+ const stillOnce = Enumerable.from(() => iterator);
177
+
178
+ stillOnce.toArray(); // [1, 2, 3]
179
+ stillOnce.toArray(); // []: the callback returns the same iterator
180
+ ```
181
+
182
+ Early termination matters too: calling `any()`, `first()`, or `take(1).toArray()` on a
183
+ wrapped generator object closes that generator, so later enumeration returns no values.
184
+ Use a factory if you need to enumerate again after these operations.
185
+
186
+ With a factory, you rerun the generator and query callbacks on each enumeration, including
187
+ their side effects. Results can change if the underlying data changes. To reuse cached
188
+ values, call `memoize()` before consuming the sequence. Calling `share()` instead opts
189
+ into sharing one forward-only iterator among consumers.
190
+
127
191
  ## Tutorial
128
192
 
129
193
  Build the package and run the TypeScript tutorial:
@@ -12,3 +12,4 @@ export declare class Dictionary<TKey, TValue> implements IDictionary<TKey, TValu
12
12
  count(): number;
13
13
  toEnumerable(): IEnumerable<KeyValuePair<TKey, TValue>>;
14
14
  }
15
+ //# sourceMappingURL=dictionary.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dictionary.d.ts","sourceRoot":"","sources":["../../src/core/dictionary.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,WAAW,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAS1E,qBAAa,UAAU,CAAC,IAAI,EAAE,MAAM,CAAE,YAAW,WAAW,CAAC,IAAI,EAAE,MAAM,CAAC;IAG5D,OAAO,CAAC,QAAQ,CAAC,eAAe;IAF5C,OAAO,CAAC,QAAQ,CAAC,OAAO,CAA2C;IAEnE,YAA6B,eAAe,GAAE,CAAC,GAAG,EAAE,IAAI,KAAK,OAAkB,EAAI;IAEnF,GAAG,CAAC,GAAG,EAAE,IAAI,EAAE,KAAK,EAAE,MAAM,GAAG,IAAI,CAElC;IAED,GAAG,CAAC,GAAG,EAAE,IAAI,GAAG,MAAM,CAErB;IAED,GAAG,CAAC,GAAG,EAAE,IAAI,EAAE,KAAK,EAAE,MAAM,GAAG,OAAO,CAKrC;IAED,QAAQ,CAAC,GAAG,EAAE,IAAI,GAAG,OAAO,CAE3B;IAED,KAAK,IAAI,IAAI,CAEZ;IAED,MAAM,CAAC,GAAG,EAAE,IAAI,GAAG,IAAI,CAEtB;IAED,KAAK,IAAI,MAAM,CAEd;IAED,YAAY,IAAI,WAAW,CAAC,YAAY,CAAC,IAAI,EAAE,MAAM,CAAC,CAAC,CAUtD;CACF"}
@@ -7,3 +7,4 @@ export declare class EnumerableSequence<T> implements Iterable<T> {
7
7
  }
8
8
  export interface EnumerableSequence<T> extends IEnumerable<T> {
9
9
  }
10
+ //# sourceMappingURL=enumerable.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"enumerable.d.ts","sourceRoot":"","sources":["../../src/core/enumerable.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAG5D,qBAAa,kBAAkB,CAAC,CAAC,CAAE,YAAW,QAAQ,CAAC,CAAC,CAAC;IAC3C,OAAO,CAAC,QAAQ,CAAC,eAAe;IAA5C,YAA6B,eAAe,EAAE,MAAM,QAAQ,CAAC,CAAC,CAAC,EAAI;IAEnE,CAAC,MAAM,CAAC,QAAQ,CAAC,IAAI,QAAQ,CAAC,CAAC,CAAC,CAE/B;IAED,aAAa,IAAI,WAAW,CAAC,CAAC,CAAC,CAE9B;CACF;AAED,MAAM,WAAW,kBAAkB,CAAC,CAAC,CAAE,SAAQ,WAAW,CAAC,CAAC,CAAC;CAAG"}
@@ -8,3 +8,4 @@ export declare class Enumerator<T> implements IEnumerator<T> {
8
8
  moveNext(): boolean;
9
9
  dispose(): void;
10
10
  }
11
+ //# sourceMappingURL=enumerator.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"enumerator.d.ts","sourceRoot":"","sources":["../../src/core/enumerator.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAE/C,qBAAa,UAAU,CAAC,CAAC,CAAE,YAAW,WAAW,CAAC,CAAC,CAAC;IAItC,OAAO,CAAC,QAAQ,CAAC,QAAQ;IAHrC,OAAO,CAAC,KAAK,CAAK;IAClB,OAAO,CAAC,IAAI,CAAS;IAErB,YAA6B,QAAQ,EAAE,QAAQ,CAAC,CAAC,CAAC,EAAI;IAEtD,OAAO,IAAI,CAAC,CAEX;IAED,QAAQ,IAAI,OAAO,CAalB;IAED,OAAO,IAAI,IAAI,CAGd;CACF"}
@@ -9,3 +9,4 @@ export declare class Grouping<TKey, TElement> extends EnumerableSequence<TElemen
9
9
  }
10
10
  export interface Grouping<TKey, TElement> extends IGrouping<TKey, TElement> {
11
11
  }
12
+ //# sourceMappingURL=grouping.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"grouping.d.ts","sourceRoot":"","sources":["../../src/core/grouping.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AACrD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAE7C,qBAAa,QAAQ,CAAC,IAAI,EAAE,QAAQ,CAAE,SAAQ,kBAAkB,CAAC,QAAQ,CAAC;IAC5D,OAAO,CAAC,QAAQ,CAAC,QAAQ;IAAQ,OAAO,CAAC,QAAQ,CAAC,MAAM;IAApE,YAA6B,QAAQ,EAAE,IAAI,EAAmB,MAAM,EAAE,QAAQ,EAAE,EAE/E;IAED,GAAG,IAAI,IAAI,CAEV;IAED,SAAS,IAAI,QAAQ,EAAE,CAEtB;CACF;AAED,MAAM,WAAW,QAAQ,CAAC,IAAI,EAAE,QAAQ,CAAE,SAAQ,SAAS,CAAC,IAAI,EAAE,QAAQ,CAAC;CAAG"}
@@ -10,3 +10,4 @@ export declare class Lookup<TKey, TElement> implements ILookup<TKey, TElement> {
10
10
  contains(key: TKey): boolean;
11
11
  toEnumerable(): IEnumerable<Grouping<TKey, TElement>>;
12
12
  }
13
+ //# sourceMappingURL=lookup.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"lookup.d.ts","sourceRoot":"","sources":["../../src/core/lookup.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,OAAO,EAAE,MAAM,aAAa,CAAC;AACxD,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AASzC,qBAAa,MAAM,CAAC,IAAI,EAAE,QAAQ,CAAE,YAAW,OAAO,CAAC,IAAI,EAAE,QAAQ,CAAC;IAGxD,OAAO,CAAC,QAAQ,CAAC,eAAe;IAF5C,OAAO,CAAC,QAAQ,CAAC,OAAO,CAAmD;IAE3E,YAA6B,eAAe,GAAE,CAAC,GAAG,EAAE,IAAI,KAAK,OAAkB,EAAI;IAEnF,GAAG,CAAC,GAAG,EAAE,IAAI,EAAE,OAAO,EAAE,QAAQ,GAAG,IAAI,CAStC;IAED,KAAK,IAAI,MAAM,CAEd;IAED,GAAG,CAAC,GAAG,EAAE,IAAI,GAAG,WAAW,CAAC,QAAQ,CAAC,CAGpC;IAED,QAAQ,CAAC,GAAG,EAAE,IAAI,GAAG,OAAO,CAE3B;IAED,YAAY,IAAI,WAAW,CAAC,QAAQ,CAAC,IAAI,EAAE,QAAQ,CAAC,CAAC,CAOpD;CACF"}
@@ -10,3 +10,4 @@ export declare class MemoizedEnumerable<T> extends EnumerableSequence<T> {
10
10
  }
11
11
  export interface MemoizedEnumerable<T> extends IDisposableEnumerable<T> {
12
12
  }
13
+ //# sourceMappingURL=memoized-enumerable.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"memoized-enumerable.d.ts","sourceRoot":"","sources":["../../src/core/memoized-enumerable.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,aAAa,CAAC;AACzD,OAAO,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AAErD,qBAAa,kBAAkB,CAAC,CAAC,CAAE,SAAQ,kBAAkB,CAAC,CAAC,CAAC;IAC9D,OAAO,CAAC,QAAQ,CAAC,cAAc,CAAc;IAC7C,OAAO,CAAC,QAAQ,CAAC,KAAK,CAAW;IACjC,OAAO,CAAC,SAAS,CAAS;IAE1B,YAAY,MAAM,EAAE,QAAQ,CAAC,CAAC,CAAC,EAY9B;IAED,OAAO,CAAC,MAAM;IAmBd,OAAO,IAAI,IAAI,CAOd;CACF;AAED,MAAM,WAAW,kBAAkB,CAAC,CAAC,CAAE,SAAQ,qBAAqB,CAAC,CAAC,CAAC;CAAG"}
@@ -12,3 +12,4 @@ export declare class OrderedEnumerable<T> extends EnumerableSequence<T> {
12
12
  }
13
13
  export interface OrderedEnumerable<T> extends IOrderedEnumerable<T> {
14
14
  }
15
+ //# sourceMappingURL=ordered-enumerable.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ordered-enumerable.d.ts","sourceRoot":"","sources":["../../src/core/ordered-enumerable.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAC;AAChE,OAAO,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AAErD,MAAM,WAAW,aAAa,CAAC,CAAC;IAC9B,WAAW,EAAE,CAAC,OAAO,EAAE,CAAC,KAAK,OAAO,CAAC;IACrC,QAAQ,EAAE,QAAQ,CAAC,OAAO,CAAC,CAAC;IAC5B,UAAU,EAAE,OAAO,CAAC;CACrB;AAED,qBAAa,iBAAiB,CAAC,CAAC,CAAE,SAAQ,kBAAkB,CAAC,CAAC,CAAC;IACjD,QAAQ,CAAC,MAAM,EAAE,QAAQ,CAAC,CAAC,CAAC;IAAE,QAAQ,CAAC,QAAQ,EAAE,SAAS,aAAa,CAAC,CAAC,CAAC,EAAE;IAAxF,YAAqB,MAAM,EAAE,QAAQ,CAAC,CAAC,CAAC,EAAW,QAAQ,EAAE,SAAS,aAAa,CAAC,CAAC,CAAC,EAAE,EAmBvF;CACF;AAED,MAAM,WAAW,iBAAiB,CAAC,CAAC,CAAE,SAAQ,kBAAkB,CAAC,CAAC,CAAC;CAAG"}
@@ -8,3 +8,4 @@ export declare class SharedEnumerable<T> extends EnumerableSequence<T> {
8
8
  }
9
9
  export interface SharedEnumerable<T> extends IDisposableEnumerable<T> {
10
10
  }
11
+ //# sourceMappingURL=shared-enumerable.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"shared-enumerable.d.ts","sourceRoot":"","sources":["../../src/core/shared-enumerable.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,aAAa,CAAC;AACzD,OAAO,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AAErD,qBAAa,gBAAgB,CAAC,CAAC,CAAE,SAAQ,kBAAkB,CAAC,CAAC,CAAC;IAC5D,OAAO,CAAC,QAAQ,CAAC,cAAc,CAAc;IAC7C,OAAO,CAAC,QAAQ,CAAS;IAEzB,YAAY,MAAM,EAAE,QAAQ,CAAC,CAAC,CAAC,EAa9B;IAED,OAAO,IAAI,IAAI,CAOd;CACF;AAED,MAAM,WAAW,gBAAgB,CAAC,CAAC,CAAE,SAAQ,qBAAqB,CAAC,CAAC,CAAC;CAAG"}
@@ -1,4 +1,4 @@
1
- import { Enumerable } from '.';
1
+ import { Enumerable } from './index.js';
2
2
  declare global {
3
3
  interface Map<K, V> {
4
4
  asEnumerable(): Enumerable.IEnumerable<[K, V]>;
@@ -16,3 +16,4 @@ declare global {
16
16
  asEnumerable(): Enumerable.IEnumerable<Element>;
17
17
  }
18
18
  }
19
+ //# sourceMappingURL=extensions.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"extensions.d.ts","sourceRoot":"","sources":["../src/extensions.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAGxC,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,GAAG,CAAC,CAAC,EAAE,CAAC;QAChB,YAAY,IAAI,UAAU,CAAC,WAAW,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC;KAChD;IAED,UAAU,KAAK,CAAC,CAAC;QACf,YAAY,IAAI,UAAU,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC;KAC3C;IAED,UAAU,YAAY;QACpB,YAAY,IAAI,UAAU,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC;KAC9C;IAED,UAAU,QAAQ;QAChB,YAAY,IAAI,UAAU,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC;KAC9C;IAED,UAAU,cAAc;QACtB,YAAY,IAAI,UAAU,CAAC,WAAW,CAAC,OAAO,CAAC,CAAC;KACjD;CACF"}
@@ -6,3 +6,4 @@ import type { IEnumerable } from '../types.js';
6
6
  * @returns An infinite deferred sequence, or an empty sequence when no values are supplied.
7
7
  */
8
8
  export declare function choice<T>(...values: T[]): IEnumerable<T>;
9
+ //# sourceMappingURL=choice.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"choice.d.ts","sourceRoot":"","sources":["../../src/factories/choice.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAG/C;;;;;GAKG;AACH,wBAAgB,MAAM,CAAC,CAAC,EAAE,GAAG,MAAM,EAAE,CAAC,EAAE,GAAG,WAAW,CAAC,CAAC,CAAC,CAOxD"}
@@ -6,3 +6,4 @@ import type { IEnumerable } from '../types.js';
6
6
  * @returns An infinite deferred sequence, or an empty sequence when no values are supplied.
7
7
  */
8
8
  export declare function cycle<T>(...values: T[]): IEnumerable<T>;
9
+ //# sourceMappingURL=cycle.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cycle.d.ts","sourceRoot":"","sources":["../../src/factories/cycle.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAG/C;;;;;GAKG;AACH,wBAAgB,KAAK,CAAC,CAAC,EAAE,GAAG,MAAM,EAAE,CAAC,EAAE,GAAG,WAAW,CAAC,CAAC,CAAC,CAMvD"}
@@ -6,3 +6,4 @@ import type { IEnumerable } from '../types.js';
6
6
  * @returns A deferred sequence that invokes `factory` once per enumeration.
7
7
  */
8
8
  export declare function defer<T>(factory: () => IEnumerable<T>): IEnumerable<T>;
9
+ //# sourceMappingURL=defer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"defer.d.ts","sourceRoot":"","sources":["../../src/factories/defer.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAG/C;;;;;GAKG;AACH,wBAAgB,KAAK,CAAC,CAAC,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC,CAAC,CAAC,GAAG,WAAW,CAAC,CAAC,CAAC,CAEtE"}
@@ -1,3 +1,4 @@
1
1
  import type { IEnumerable } from '../types.js';
2
2
  /** @returns A reusable sequence containing no elements. */
3
3
  export declare function empty<T>(): IEnumerable<T>;
4
+ //# sourceMappingURL=empty.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"empty.d.ts","sourceRoot":"","sources":["../../src/factories/empty.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAG/C,2DAA2D;AAC3D,wBAAgB,KAAK,CAAC,CAAC,KAAK,WAAW,CAAC,CAAC,CAAC,CAEzC"}
@@ -44,3 +44,4 @@ export declare function from<TKey extends PropertyKey, TValue>(source: Record<TK
44
44
  /** The property's value. */
45
45
  value: TValue;
46
46
  }>;
47
+ //# sourceMappingURL=from.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"from.d.ts","sourceRoot":"","sources":["../../src/factories/from.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAI/C,kCAAkC;AAClC,wBAAgB,IAAI,IAAI,WAAW,CAAC,OAAO,CAAC,CAAC;AAE7C;;;;;GAKG;AACH,wBAAgB,IAAI,CAAC,MAAM,EAAE,MAAM,GAAG,WAAW,CAAC,MAAM,CAAC,CAAC;AAE1D;;;;;GAKG;AACH,wBAAgB,IAAI,CAAC,MAAM,EAAE,OAAO,GAAG,WAAW,CAAC,OAAO,CAAC,CAAC;AAE5D;;;;;GAKG;AACH,wBAAgB,IAAI,CAAC,MAAM,EAAE,MAAM,GAAG,WAAW,CAAC,MAAM,CAAC,CAAC;AAE1D;;;;;;;;GAQG;AACH,wBAAgB,IAAI,CAAC,CAAC,EACpB,MAAM,EAAE,QAAQ,CAAC,CAAC,CAAC,GAAG,QAAQ,CAAC,CAAC,CAAC,GAAG,SAAS,CAAC,CAAC,CAAC,GAAG,CAAC,MAAM,QAAQ,CAAC,CAAC,CAAC,GAAG,QAAQ,CAAC,CAAC,CAAC,CAAC,GACnF,WAAW,CAAC,CAAC,CAAC,CAAC;AAElB;;;;;GAKG;AACH,wBAAgB,IAAI,CAAC,IAAI,SAAS,WAAW,EAAE,MAAM,EACnD,MAAM,EAAE,MAAM,CAAC,IAAI,EAAE,MAAM,CAAC,GAC3B,WAAW,CAAC;IACb,0BAA0B;IAC1B,GAAG,EAAE,IAAI,CAAC;IACV,4BAA4B;IAC5B,KAAK,EAAE,MAAM,CAAC;CACf,CAAC,CAAC"}
@@ -7,3 +7,4 @@ import type { IEnumerable } from '../types.js';
7
7
  * @returns A deferred generated sequence.
8
8
  */
9
9
  export declare function generate<T>(func: () => T, count?: number): IEnumerable<T>;
10
+ //# sourceMappingURL=generate.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"generate.d.ts","sourceRoot":"","sources":["../../src/factories/generate.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAG/C;;;;;;GAMG;AACH,wBAAgB,QAAQ,CAAC,CAAC,EAAE,IAAI,EAAE,MAAM,CAAC,EAAE,KAAK,CAAC,EAAE,MAAM,GAAG,WAAW,CAAC,CAAC,CAAC,CAMzE"}
@@ -6,3 +6,4 @@ import type { IEnumerable } from '../types.js';
6
6
  * @returns A reusable single-element sequence.
7
7
  */
8
8
  export declare function make<T>(element: T): IEnumerable<T>;
9
+ //# sourceMappingURL=make.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"make.d.ts","sourceRoot":"","sources":["../../src/factories/make.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAG/C;;;;;GAKG;AACH,wBAAgB,IAAI,CAAC,CAAC,EAAE,OAAO,EAAE,CAAC,GAAG,WAAW,CAAC,CAAC,CAAC,CAIlD"}
@@ -12,3 +12,4 @@ import type { IEnumerable } from '../types.js';
12
12
  * @throws {SyntaxError} When a pattern string or its flags are invalid.
13
13
  */
14
14
  export declare function matches<T extends RegExpMatchArray = RegExpMatchArray>(input: string, pattern: RegExp | string, flags?: string): IEnumerable<T>;
15
+ //# sourceMappingURL=matches.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"matches.d.ts","sourceRoot":"","sources":["../../src/factories/matches.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAG/C;;;;;;;;;;;GAWG;AACH,wBAAgB,OAAO,CAAC,CAAC,SAAS,gBAAgB,GAAG,gBAAgB,EACnE,KAAK,EAAE,MAAM,EACb,OAAO,EAAE,MAAM,GAAG,MAAM,EACxB,KAAK,CAAC,EAAE,MAAM,GACb,WAAW,CAAC,CAAC,CAAC,CA0BhB"}
@@ -8,3 +8,4 @@ import type { IEnumerable } from '../types.js';
8
8
  * @returns A deferred descending numeric sequence.
9
9
  */
10
10
  export declare function rangeDown(start: number, count: number, step?: number): IEnumerable<number>;
11
+ //# sourceMappingURL=range-down.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"range-down.d.ts","sourceRoot":"","sources":["../../src/factories/range-down.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAG/C;;;;;;;GAOG;AACH,wBAAgB,SAAS,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,SAAI,GAAG,WAAW,CAAC,MAAM,CAAC,CAErF"}
@@ -10,3 +10,4 @@ import type { IEnumerable } from '../types.js';
10
10
  * @returns A deferred numeric sequence.
11
11
  */
12
12
  export declare function rangeTo(start: number, to: number, step?: number): IEnumerable<number>;
13
+ //# sourceMappingURL=range-to.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"range-to.d.ts","sourceRoot":"","sources":["../../src/factories/range-to.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAG/C;;;;;;;;;GASG;AACH,wBAAgB,OAAO,CAAC,KAAK,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,EAAE,IAAI,SAAI,GAAG,WAAW,CAAC,MAAM,CAAC,CAahF"}
@@ -8,3 +8,4 @@ import type { IEnumerable } from '../types.js';
8
8
  * @returns A deferred numeric sequence.
9
9
  */
10
10
  export declare function range(start: number, count: number, step?: number): IEnumerable<number>;
11
+ //# sourceMappingURL=range.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"range.d.ts","sourceRoot":"","sources":["../../src/factories/range.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAG/C;;;;;;;GAOG;AACH,wBAAgB,KAAK,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,SAAI,GAAG,WAAW,CAAC,MAAM,CAAC,CAMjF"}
@@ -7,3 +7,4 @@ import type { IEnumerable } from '../types.js';
7
7
  * @returns An infinite deferred sequence with deterministic finalization.
8
8
  */
9
9
  export declare function repeatWithFinalize<T>(initializer: () => T, finalizer: (element: T) => void): IEnumerable<T>;
10
+ //# sourceMappingURL=repeat-with-finalize.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"repeat-with-finalize.d.ts","sourceRoot":"","sources":["../../src/factories/repeat-with-finalize.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAG/C;;;;;;GAMG;AACH,wBAAgB,kBAAkB,CAAC,CAAC,EAClC,WAAW,EAAE,MAAM,CAAC,EACpB,SAAS,EAAE,CAAC,OAAO,EAAE,CAAC,KAAK,IAAI,GAC9B,WAAW,CAAC,CAAC,CAAC,CAYhB"}
@@ -7,3 +7,4 @@ import type { IEnumerable } from '../types.js';
7
7
  * @returns A deferred repeated sequence.
8
8
  */
9
9
  export declare function repeat<T>(element: T, count?: number): IEnumerable<T>;
10
+ //# sourceMappingURL=repeat.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"repeat.d.ts","sourceRoot":"","sources":["../../src/factories/repeat.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAG/C;;;;;;GAMG;AACH,wBAAgB,MAAM,CAAC,CAAC,EAAE,OAAO,EAAE,CAAC,EAAE,KAAK,CAAC,EAAE,MAAM,GAAG,WAAW,CAAC,CAAC,CAAC,CAMpE"}
@@ -7,3 +7,4 @@ import type { IEnumerable } from '../types.js';
7
7
  * @returns An infinite deferred numeric sequence.
8
8
  */
9
9
  export declare function toInfinity(start?: number, step?: number): IEnumerable<number>;
10
+ //# sourceMappingURL=to-infinity.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"to-infinity.d.ts","sourceRoot":"","sources":["../../src/factories/to-infinity.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAG/C;;;;;;GAMG;AACH,wBAAgB,UAAU,CAAC,KAAK,SAAI,EAAE,IAAI,SAAI,GAAG,WAAW,CAAC,MAAM,CAAC,CAMnE"}
@@ -7,3 +7,4 @@ import type { IEnumerable } from '../types.js';
7
7
  * @returns An infinite deferred numeric sequence.
8
8
  */
9
9
  export declare function toNegativeInfinity(start?: number, step?: number): IEnumerable<number>;
10
+ //# sourceMappingURL=to-negative-infinity.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"to-negative-infinity.d.ts","sourceRoot":"","sources":["../../src/factories/to-negative-infinity.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAG/C;;;;;;GAMG;AACH,wBAAgB,kBAAkB,CAAC,KAAK,SAAI,EAAE,IAAI,SAAI,GAAG,WAAW,CAAC,MAAM,CAAC,CAM3E"}
@@ -7,3 +7,4 @@ import type { IEnumerable } from '../types.js';
7
7
  * @returns An infinite deferred sequence beginning with `seed`.
8
8
  */
9
9
  export declare function unfold<T>(seed: T, func: (value: T) => T): IEnumerable<T>;
10
+ //# sourceMappingURL=unfold.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"unfold.d.ts","sourceRoot":"","sources":["../../src/factories/unfold.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAG/C;;;;;;GAMG;AACH,wBAAgB,MAAM,CAAC,CAAC,EAAE,IAAI,EAAE,CAAC,EAAE,IAAI,EAAE,CAAC,KAAK,EAAE,CAAC,KAAK,CAAC,GAAG,WAAW,CAAC,CAAC,CAAC,CASxE"}
package/dist/index.d.ts CHANGED
@@ -86,3 +86,4 @@ export declare namespace Enumerable {
86
86
  type ItemWithNeighbors<T> = Neighbors<T>;
87
87
  }
88
88
  export default Enumerable;
89
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
@@ -1,3 +1,4 @@
1
1
  import type { IEnumerable } from '../types.js';
2
2
  export declare function createEnumerable<T>(iteratorFactory: () => Iterator<T>): IEnumerable<T>;
3
3
  export declare function fromGenerator<T>(generatorFactory: () => Generator<T>): IEnumerable<T>;
4
+ //# sourceMappingURL=create-enumerable.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-enumerable.d.ts","sourceRoot":"","sources":["../../src/internal/create-enumerable.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAE/C,wBAAgB,gBAAgB,CAAC,CAAC,EAAE,eAAe,EAAE,MAAM,QAAQ,CAAC,CAAC,CAAC,GAAG,WAAW,CAAC,CAAC,CAAC,CAEtF;AAED,wBAAgB,aAAa,CAAC,CAAC,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC,CAAC,CAAC,GAAG,WAAW,CAAC,CAAC,CAAC,CAErF"}
@@ -4,3 +4,4 @@ export declare function defaultComparer<T>(first: T, second: T): number;
4
4
  export declare function reverseComparer<T>(comparer: Comparer<T>): Comparer<T>;
5
5
  export declare function isIterable(value: unknown): value is Iterable<unknown>;
6
6
  export declare function isArrayLike(value: unknown): value is ArrayLike<unknown>;
7
+ //# sourceMappingURL=functions.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"functions.d.ts","sourceRoot":"","sources":["../../src/internal/functions.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAE5C,eAAO,MAAM,QAAQ,GAAI,CAAC,SAAS,CAAC,KAAG,CAAU,CAAC;AAElD,wBAAgB,eAAe,CAAC,CAAC,EAAE,KAAK,EAAE,CAAC,EAAE,MAAM,EAAE,CAAC,GAAG,MAAM,CAc9D;AAED,wBAAgB,eAAe,CAAC,CAAC,EAAE,QAAQ,EAAE,QAAQ,CAAC,CAAC,CAAC,GAAG,QAAQ,CAAC,CAAC,CAAC,CAErE;AAED,wBAAgB,UAAU,CAAC,KAAK,EAAE,OAAO,GAAG,KAAK,IAAI,QAAQ,CAAC,OAAO,CAAC,CAGrE;AAED,wBAAgB,WAAW,CAAC,KAAK,EAAE,OAAO,GAAG,KAAK,IAAI,SAAS,CAAC,OAAO,CAAC,CAEvE"}
@@ -1,2 +1,3 @@
1
1
  import type { EnumerableInput } from '../types.js';
2
2
  export declare function toIterable<T>(source: EnumerableInput<T>): Iterable<T>;
3
+ //# sourceMappingURL=to-iterable.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"to-iterable.d.ts","sourceRoot":"","sources":["../../src/internal/to-iterable.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAGnD,wBAAgB,UAAU,CAAC,CAAC,EAAE,MAAM,EAAE,eAAe,CAAC,CAAC,CAAC,GAAG,QAAQ,CAAC,CAAC,CAAC,CAcrE"}
@@ -1,2 +1,3 @@
1
1
  import type { IEnumerable, KeyValuePair } from '../types.js';
2
2
  export declare function aggregateBy<T, TKey, TAccumulate>(this: IEnumerable<T>, keySelector: (element: T) => TKey, seed: TAccumulate, accumulator: (accumulate: TAccumulate, element: T) => TAccumulate, compareSelector?: (key: TKey) => unknown): IEnumerable<KeyValuePair<TKey, TAccumulate>>;
3
+ //# sourceMappingURL=aggregate-by.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"aggregate-by.d.ts","sourceRoot":"","sources":["../../src/operators/aggregate-by.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAI7D,wBAAgB,WAAW,CAAC,CAAC,EAAE,IAAI,EAAE,WAAW,EAC9C,IAAI,EAAE,WAAW,CAAC,CAAC,CAAC,EACpB,WAAW,EAAE,CAAC,OAAO,EAAE,CAAC,KAAK,IAAI,EACjC,IAAI,EAAE,WAAW,EACjB,WAAW,EAAE,CAAC,UAAU,EAAE,WAAW,EAAE,OAAO,EAAE,CAAC,KAAK,WAAW,EACjE,eAAe,GAAE,CAAC,GAAG,EAAE,IAAI,KAAK,OAAkB,GACjD,WAAW,CAAC,YAAY,CAAC,IAAI,EAAE,WAAW,CAAC,CAAC,CAqB9C"}
@@ -1,2 +1,3 @@
1
1
  import type { IEnumerable } from '../types.js';
2
2
  export declare function aggregate<T, TAccumulate, TResult>(this: IEnumerable<T>, seedOrFunc: TAccumulate | ((prev: T, current: T) => T), func?: (prev: TAccumulate, current: T) => TAccumulate, resultSelector?: (last: TAccumulate) => TResult): T | TAccumulate | TResult;
3
+ //# sourceMappingURL=aggregate.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"aggregate.d.ts","sourceRoot":"","sources":["../../src/operators/aggregate.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAE/C,wBAAgB,SAAS,CAAC,CAAC,EAAE,WAAW,EAAE,OAAO,EAC/C,IAAI,EAAE,WAAW,CAAC,CAAC,CAAC,EACpB,UAAU,EAAE,WAAW,GAAG,CAAC,CAAC,IAAI,EAAE,CAAC,EAAE,OAAO,EAAE,CAAC,KAAK,CAAC,CAAC,EACtD,IAAI,CAAC,EAAE,CAAC,IAAI,EAAE,WAAW,EAAE,OAAO,EAAE,CAAC,KAAK,WAAW,EACrD,cAAc,CAAC,EAAE,CAAC,IAAI,EAAE,WAAW,KAAK,OAAO,GAC9C,CAAC,GAAG,WAAW,GAAG,OAAO,CAuB3B"}
@@ -1,2 +1,3 @@
1
1
  import type { IEnumerable } from '../types.js';
2
2
  export declare function all<T>(this: IEnumerable<T>, predicate: (element: T) => boolean): boolean;
3
+ //# sourceMappingURL=all.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"all.d.ts","sourceRoot":"","sources":["../../src/operators/all.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAE/C,wBAAgB,GAAG,CAAC,CAAC,EAAE,IAAI,EAAE,WAAW,CAAC,CAAC,CAAC,EAAE,SAAS,EAAE,CAAC,OAAO,EAAE,CAAC,KAAK,OAAO,GAAG,OAAO,CAQxF"}
@@ -1,2 +1,3 @@
1
1
  import type { EnumerableInput, IEnumerable } from '../types.js';
2
2
  export declare function alternate<T>(this: IEnumerable<T>, alternateValue: T | EnumerableInput<T>): IEnumerable<T>;
3
+ //# sourceMappingURL=alternate.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"alternate.d.ts","sourceRoot":"","sources":["../../src/operators/alternate.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAKhE,wBAAgB,SAAS,CAAC,CAAC,EACzB,IAAI,EAAE,WAAW,CAAC,CAAC,CAAC,EACpB,cAAc,EAAE,CAAC,GAAG,eAAe,CAAC,CAAC,CAAC,GACrC,WAAW,CAAC,CAAC,CAAC,CAgBhB"}
@@ -1,2 +1,3 @@
1
1
  import type { IEnumerable } from '../types.js';
2
2
  export declare function any<T>(this: IEnumerable<T>, predicate?: (element: T) => boolean): boolean;
3
+ //# sourceMappingURL=any.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"any.d.ts","sourceRoot":"","sources":["../../src/operators/any.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAE/C,wBAAgB,GAAG,CAAC,CAAC,EAAE,IAAI,EAAE,WAAW,CAAC,CAAC,CAAC,EAAE,SAAS,CAAC,EAAE,CAAC,OAAO,EAAE,CAAC,KAAK,OAAO,GAAG,OAAO,CAQzF"}
@@ -1,2 +1,3 @@
1
1
  import type { IEnumerable } from '../types.js';
2
2
  export declare function append<T>(this: IEnumerable<T>, element: T): IEnumerable<T>;
3
+ //# sourceMappingURL=append.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"append.d.ts","sourceRoot":"","sources":["../../src/operators/append.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAG/C,wBAAgB,MAAM,CAAC,CAAC,EAAE,IAAI,EAAE,WAAW,CAAC,CAAC,CAAC,EAAE,OAAO,EAAE,CAAC,GAAG,WAAW,CAAC,CAAC,CAAC,CAM1E"}
@@ -1,2 +1,3 @@
1
1
  import type { IEnumerable } from '../types.js';
2
2
  export declare function asEnumerable<T>(this: IEnumerable<T>): IEnumerable<T>;
3
+ //# sourceMappingURL=as-enumerable.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"as-enumerable.d.ts","sourceRoot":"","sources":["../../src/operators/as-enumerable.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAG/C,wBAAgB,YAAY,CAAC,CAAC,EAAE,IAAI,EAAE,WAAW,CAAC,CAAC,CAAC,GAAG,WAAW,CAAC,CAAC,CAAC,CAKpE"}
@@ -1,2 +1,3 @@
1
1
  import type { IEnumerable } from '../types.js';
2
2
  export declare function average<T>(this: IEnumerable<T>, selector?: (element: T) => number): number;
3
+ //# sourceMappingURL=average.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"average.d.ts","sourceRoot":"","sources":["../../src/operators/average.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAE/C,wBAAgB,OAAO,CAAC,CAAC,EACvB,IAAI,EAAE,WAAW,CAAC,CAAC,CAAC,EACpB,QAAQ,GAAE,CAAC,OAAO,EAAE,CAAC,KAAK,MAAe,GACxC,MAAM,CAUR"}
@@ -1,2 +1,3 @@
1
1
  import type { IEnumerable } from '../types.js';
2
2
  export declare function buffer<T>(this: IEnumerable<T>, count: number): IEnumerable<T[]>;
3
+ //# sourceMappingURL=buffer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"buffer.d.ts","sourceRoot":"","sources":["../../src/operators/buffer.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAG/C,wBAAgB,MAAM,CAAC,CAAC,EAAE,IAAI,EAAE,WAAW,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,MAAM,GAAG,WAAW,CAAC,CAAC,EAAE,CAAC,CAsB/E"}
@@ -1,2 +1,3 @@
1
1
  import type { IEnumerable } from '../types.js';
2
2
  export declare function cast<T, TResult>(this: IEnumerable<T>): IEnumerable<TResult>;
3
+ //# sourceMappingURL=cast.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cast.d.ts","sourceRoot":"","sources":["../../src/operators/cast.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAE/C,wBAAgB,IAAI,CAAC,CAAC,EAAE,OAAO,EAAE,IAAI,EAAE,WAAW,CAAC,CAAC,CAAC,GAAG,WAAW,CAAC,OAAO,CAAC,CAE3E"}
@@ -1,2 +1,3 @@
1
1
  import type { IEnumerable } from '../types.js';
2
2
  export declare function catchError<T>(this: IEnumerable<T>, handler: (exception: unknown) => void): IEnumerable<T>;
3
+ //# sourceMappingURL=catch-error.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"catch-error.d.ts","sourceRoot":"","sources":["../../src/operators/catch-error.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAG/C,wBAAgB,UAAU,CAAC,CAAC,EAC1B,IAAI,EAAE,WAAW,CAAC,CAAC,CAAC,EACpB,OAAO,EAAE,CAAC,SAAS,EAAE,OAAO,KAAK,IAAI,GACpC,WAAW,CAAC,CAAC,CAAC,CAShB"}
@@ -1,2 +1,3 @@
1
1
  import type { IEnumerable } from '../types.js';
2
2
  export declare function choose<T>(this: IEnumerable<T>, selector: (element: T, index: number) => T): IEnumerable<T>;
3
+ //# sourceMappingURL=choose.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"choose.d.ts","sourceRoot":"","sources":["../../src/operators/choose.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAG/C,wBAAgB,MAAM,CAAC,CAAC,EACtB,IAAI,EAAE,WAAW,CAAC,CAAC,CAAC,EACpB,QAAQ,EAAE,CAAC,OAAO,EAAE,CAAC,EAAE,KAAK,EAAE,MAAM,KAAK,CAAC,GACzC,WAAW,CAAC,CAAC,CAAC,CAWhB"}
@@ -1,2 +1,3 @@
1
1
  import type { IEnumerable } from '../types.js';
2
2
  export declare function chunk<T>(this: IEnumerable<T>, size: number): IEnumerable<T[]>;
3
+ //# sourceMappingURL=chunk.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"chunk.d.ts","sourceRoot":"","sources":["../../src/operators/chunk.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAE/C,wBAAgB,KAAK,CAAC,CAAC,EAAE,IAAI,EAAE,WAAW,CAAC,CAAC,CAAC,EAAE,IAAI,EAAE,MAAM,GAAG,WAAW,CAAC,CAAC,EAAE,CAAC,CAM7E"}
@@ -1,2 +1,3 @@
1
1
  import type { EnumerableInput, IEnumerable } from '../types.js';
2
2
  export declare function concat<T>(this: IEnumerable<T>, ...sequences: EnumerableInput<T>[]): IEnumerable<T>;
3
+ //# sourceMappingURL=concat.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"concat.d.ts","sourceRoot":"","sources":["../../src/operators/concat.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAIhE,wBAAgB,MAAM,CAAC,CAAC,EACtB,IAAI,EAAE,WAAW,CAAC,CAAC,CAAC,EACpB,GAAG,SAAS,EAAE,eAAe,CAAC,CAAC,CAAC,EAAE,GACjC,WAAW,CAAC,CAAC,CAAC,CAQhB"}
@@ -1,2 +1,3 @@
1
1
  import type { IEnumerable } from '../types.js';
2
2
  export declare function contains<T, TCompare>(this: IEnumerable<T>, value: T, compareSelector?: (element: T) => TCompare): boolean;
3
+ //# sourceMappingURL=contains.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"contains.d.ts","sourceRoot":"","sources":["../../src/operators/contains.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAG/C,wBAAgB,QAAQ,CAAC,CAAC,EAAE,QAAQ,EAClC,IAAI,EAAE,WAAW,CAAC,CAAC,CAAC,EACpB,KAAK,EAAE,CAAC,EACR,eAAe,GAAE,CAAC,OAAO,EAAE,CAAC,KAAK,QAA+C,GAC/E,OAAO,CAUT"}
@@ -1,2 +1,3 @@
1
1
  import type { IEnumerable, KeyValuePair } from '../types.js';
2
2
  export declare function countBy<T, TKey>(this: IEnumerable<T>, keySelector: (element: T) => TKey, compareSelector?: (key: TKey) => unknown): IEnumerable<KeyValuePair<TKey, number>>;
3
+ //# sourceMappingURL=count-by.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"count-by.d.ts","sourceRoot":"","sources":["../../src/operators/count-by.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAI7D,wBAAgB,OAAO,CAAC,CAAC,EAAE,IAAI,EAC7B,IAAI,EAAE,WAAW,CAAC,CAAC,CAAC,EACpB,WAAW,EAAE,CAAC,OAAO,EAAE,CAAC,KAAK,IAAI,EACjC,eAAe,GAAE,CAAC,GAAG,EAAE,IAAI,KAAK,OAAkB,GACjD,WAAW,CAAC,YAAY,CAAC,IAAI,EAAE,MAAM,CAAC,CAAC,CAkBzC"}
@@ -1,2 +1,3 @@
1
1
  import type { IEnumerable } from '../types.js';
2
2
  export declare function count<T>(this: IEnumerable<T>, predicate?: (element: T, index: number) => boolean): number;
3
+ //# sourceMappingURL=count.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"count.d.ts","sourceRoot":"","sources":["../../src/operators/count.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAE/C,wBAAgB,KAAK,CAAC,CAAC,EACrB,IAAI,EAAE,WAAW,CAAC,CAAC,CAAC,EACpB,SAAS,CAAC,EAAE,CAAC,OAAO,EAAE,CAAC,EAAE,KAAK,EAAE,MAAM,KAAK,OAAO,GACjD,MAAM,CAWR"}
@@ -1,2 +1,3 @@
1
1
  import type { Comparer, IOrderedEnumerable } from '../types.js';
2
2
  export declare function createOrderedEnumerable<T, TKey>(this: IOrderedEnumerable<T>, keySelector: (element: T) => TKey, comparer?: Comparer<TKey>, descending?: boolean): IOrderedEnumerable<T>;
3
+ //# sourceMappingURL=create-ordered-enumerable.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-ordered-enumerable.d.ts","sourceRoot":"","sources":["../../src/operators/create-ordered-enumerable.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAC;AAIhE,wBAAgB,uBAAuB,CAAC,CAAC,EAAE,IAAI,EAC7C,IAAI,EAAE,kBAAkB,CAAC,CAAC,CAAC,EAC3B,WAAW,EAAE,CAAC,OAAO,EAAE,CAAC,KAAK,IAAI,EACjC,QAAQ,GAAE,QAAQ,CAAC,IAAI,CAAmB,EAC1C,UAAU,UAAQ,GACjB,kBAAkB,CAAC,CAAC,CAAC,CASvB"}
@@ -1,2 +1,3 @@
1
1
  import type { IEnumerable } from '../types.js';
2
2
  export declare function defaultIfEmpty<T>(this: IEnumerable<T>, defaultValue?: T): IEnumerable<T>;
3
+ //# sourceMappingURL=default-if-empty.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"default-if-empty.d.ts","sourceRoot":"","sources":["../../src/operators/default-if-empty.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAG/C,wBAAgB,cAAc,CAAC,CAAC,EAAE,IAAI,EAAE,WAAW,CAAC,CAAC,CAAC,EAAE,YAAY,CAAC,EAAE,CAAC,GAAG,WAAW,CAAC,CAAC,CAAC,CAaxF"}
@@ -1,2 +1,3 @@
1
1
  import type { IEnumerable } from '../types.js';
2
2
  export declare function distinctBy<T, TKey, TCompare = TKey>(this: IEnumerable<T>, keySelector: (element: T) => TKey, compareSelector?: (key: TKey) => TCompare): IEnumerable<T>;
3
+ //# sourceMappingURL=distinct-by.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"distinct-by.d.ts","sourceRoot":"","sources":["../../src/operators/distinct-by.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAI/C,wBAAgB,UAAU,CAAC,CAAC,EAAE,IAAI,EAAE,QAAQ,GAAG,IAAI,EACjD,IAAI,EAAE,WAAW,CAAC,CAAC,CAAC,EACpB,WAAW,EAAE,CAAC,OAAO,EAAE,CAAC,KAAK,IAAI,EACjC,eAAe,GAAE,CAAC,GAAG,EAAE,IAAI,KAAK,QAA8C,GAC7E,WAAW,CAAC,CAAC,CAAC,CAKhB"}
@@ -1,2 +1,3 @@
1
1
  import type { IEnumerable } from '../types.js';
2
2
  export declare function distinctUntilChanged<T, TCompare>(this: IEnumerable<T>, compareSelector?: (element: T) => TCompare): IEnumerable<T>;
3
+ //# sourceMappingURL=distinct-until-changed.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"distinct-until-changed.d.ts","sourceRoot":"","sources":["../../src/operators/distinct-until-changed.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAI/C,wBAAgB,oBAAoB,CAAC,CAAC,EAAE,QAAQ,EAC9C,IAAI,EAAE,WAAW,CAAC,CAAC,CAAC,EACpB,eAAe,GAAE,CAAC,OAAO,EAAE,CAAC,KAAK,QAA+C,GAC/E,WAAW,CAAC,CAAC,CAAC,CAchB"}