@thi.ng/transducers 8.3.21 → 8.3.23
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.
- package/CHANGELOG.md +100 -100
- package/README.md +51 -50
- package/package.json +14 -14
- package/doc/assets/main.js +0 -54
- package/doc/assets/search.js +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
-
- **Last updated**: 2022-
|
|
3
|
+
- **Last updated**: 2022-11-23T22:46:54Z
|
|
4
4
|
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
|
|
5
5
|
|
|
6
6
|
All notable changes to this project will be documented in this file.
|
|
@@ -29,13 +29,13 @@ and/or version bumps of transitive dependencies.
|
|
|
29
29
|
|
|
30
30
|
#### 🚀 Features
|
|
31
31
|
|
|
32
|
+
- add rechunk() xform ([10d0e9f](https://github.com/thi-ng/umbrella/commit/10d0e9f))
|
|
33
|
+
- update readme
|
|
32
34
|
- Using workspaces for local tools ([bf7a404](https://github.com/thi-ng/umbrella/commit/bf7a404))
|
|
33
35
|
Improving the overall build ergonomics
|
|
34
36
|
- introduced a tools workspaces
|
|
35
37
|
- imported it in all needed packages/examples
|
|
36
38
|
- inclusive project root
|
|
37
|
-
- add rechunk() xform ([10d0e9f](https://github.com/thi-ng/umbrella/commit/10d0e9f))
|
|
38
|
-
- update readme
|
|
39
39
|
|
|
40
40
|
#### ♻️ Refactoring
|
|
41
41
|
|
|
@@ -56,17 +56,14 @@ and/or version bumps of transitive dependencies.
|
|
|
56
56
|
|
|
57
57
|
#### ♻️ Refactoring
|
|
58
58
|
|
|
59
|
-
- update imports in all tests/pkgs ([effd591](https://github.com/thi-ng/umbrella/commit/effd591))
|
|
60
59
|
- update imports in all pkgs ([5fa2b6f](https://github.com/thi-ng/umbrella/commit/5fa2b6f))
|
|
61
60
|
- add .js suffix for all relative imports
|
|
61
|
+
- update imports in all tests/pkgs ([effd591](https://github.com/thi-ng/umbrella/commit/effd591))
|
|
62
62
|
|
|
63
63
|
# [8.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/transducers@8.0.0) (2021-10-12)
|
|
64
64
|
|
|
65
65
|
#### 🛑 Breaking changes
|
|
66
66
|
|
|
67
|
-
- restructure package ([4d643f5](https://github.com/thi-ng/umbrella/commit/4d643f5))
|
|
68
|
-
- BREAKING CHANGE: restructure/flatten pkg, remove sub folders
|
|
69
|
-
- migrate all /func, /iter, /rfn, /xform files to main /src folder
|
|
70
67
|
- major update of ALL pkgs (export maps, ESM only) ([0d1d6ea](https://github.com/thi-ng/umbrella/commit/0d1d6ea))
|
|
71
68
|
- BREAKING CHANGE: discontinue CommonJS & UMD versions
|
|
72
69
|
- only ESM modules will be published from now on
|
|
@@ -79,18 +76,21 @@ and/or version bumps of transitive dependencies.
|
|
|
79
76
|
- normalize/restructure/reorg all package.json files
|
|
80
77
|
- cleanup all build scripts, remove obsolete
|
|
81
78
|
- switch from mocha to [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament) for all tests
|
|
79
|
+
- restructure package ([4d643f5](https://github.com/thi-ng/umbrella/commit/4d643f5))
|
|
80
|
+
- BREAKING CHANGE: restructure/flatten pkg, remove sub folders
|
|
81
|
+
- migrate all /func, /iter, /rfn, /xform files to main /src folder
|
|
82
82
|
|
|
83
83
|
#### ♻️ Refactoring
|
|
84
84
|
|
|
85
|
+
- update all tests in _all_ pkgs ([8b582bc](https://github.com/thi-ng/umbrella/commit/8b582bc))
|
|
86
|
+
- update all to use [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament)
|
|
87
|
+
- update imports ([138571a](https://github.com/thi-ng/umbrella/commit/138571a))
|
|
85
88
|
- update deps & imports in various pkgs ([e1cf29e](https://github.com/thi-ng/umbrella/commit/e1cf29e))
|
|
86
89
|
- largely related to recent updates/restructuring of these packages:
|
|
87
90
|
- api
|
|
88
91
|
- defmulti
|
|
89
92
|
- errors
|
|
90
93
|
- logger
|
|
91
|
-
- update imports ([138571a](https://github.com/thi-ng/umbrella/commit/138571a))
|
|
92
|
-
- update all tests in _all_ pkgs ([8b582bc](https://github.com/thi-ng/umbrella/commit/8b582bc))
|
|
93
|
-
- update all to use [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament)
|
|
94
94
|
|
|
95
95
|
### [7.9.2](https://github.com/thi-ng/umbrella/tree/@thi.ng/transducers@7.9.2) (2021-09-03)
|
|
96
96
|
|
|
@@ -126,10 +126,10 @@ and/or version bumps of transitive dependencies.
|
|
|
126
126
|
|
|
127
127
|
#### 🚀 Features
|
|
128
128
|
|
|
129
|
-
- add minMax() reducer ([5f8a722](https://github.com/thi-ng/umbrella/commit/5f8a722))
|
|
130
129
|
- update repeatedly(), iterate() ([b7d9ba4](https://github.com/thi-ng/umbrella/commit/b7d9ba4))
|
|
131
130
|
- add iteration counter arg for repeatedly()
|
|
132
131
|
- minor refactor iterate()
|
|
132
|
+
- add minMax() reducer ([5f8a722](https://github.com/thi-ng/umbrella/commit/5f8a722))
|
|
133
133
|
|
|
134
134
|
## [7.7.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/transducers@7.7.0) (2021-04-07)
|
|
135
135
|
|
|
@@ -163,21 +163,21 @@ and/or version bumps of transitive dependencies.
|
|
|
163
163
|
|
|
164
164
|
#### ♻️ Refactoring
|
|
165
165
|
|
|
166
|
-
- update type-only imports ([6407f7d](https://github.com/thi-ng/umbrella/commit/6407f7d))
|
|
167
166
|
- update type-only imports in various tests/pkgs ([3fd9c24](https://github.com/thi-ng/umbrella/commit/3fd9c24))
|
|
167
|
+
- update type-only imports ([6407f7d](https://github.com/thi-ng/umbrella/commit/6407f7d))
|
|
168
168
|
|
|
169
169
|
## [7.5.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/transducers@7.5.0) (2020-11-24)
|
|
170
170
|
|
|
171
171
|
#### 🚀 Features
|
|
172
172
|
|
|
173
|
-
- add minMag/maxMag() reducers ([f7496b3](https://github.com/thi-ng/umbrella/commit/f7496b3))
|
|
174
173
|
- add reduceRight/transduceRight() ([b71ff9c](https://github.com/thi-ng/umbrella/commit/b71ff9c))
|
|
175
174
|
- update readme
|
|
175
|
+
- add minMag/maxMag() reducers ([f7496b3](https://github.com/thi-ng/umbrella/commit/f7496b3))
|
|
176
176
|
|
|
177
177
|
#### ♻️ Refactoring
|
|
178
178
|
|
|
179
|
-
- dedupe transduce/transduceRight() internals ([2246ef4](https://github.com/thi-ng/umbrella/commit/2246ef4))
|
|
180
179
|
- update destructuring ([d944b54](https://github.com/thi-ng/umbrella/commit/d944b54))
|
|
180
|
+
- dedupe transduce/transduceRight() internals ([2246ef4](https://github.com/thi-ng/umbrella/commit/2246ef4))
|
|
181
181
|
|
|
182
182
|
## [7.4.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/transducers@7.4.0) (2020-09-22)
|
|
183
183
|
|
|
@@ -195,8 +195,8 @@ and/or version bumps of transitive dependencies.
|
|
|
195
195
|
|
|
196
196
|
#### 🚀 Features
|
|
197
197
|
|
|
198
|
-
- fix normRange2d, add normRange3d ([db75605](https://github.com/thi-ng/umbrella/commit/db75605))
|
|
199
198
|
- add normRange2 ([1125930](https://github.com/thi-ng/umbrella/commit/1125930))
|
|
199
|
+
- fix normRange2d, add normRange3d ([db75605](https://github.com/thi-ng/umbrella/commit/db75605))
|
|
200
200
|
|
|
201
201
|
#### 🩹 Bug fixes
|
|
202
202
|
|
|
@@ -265,10 +265,10 @@ and/or version bumps of transitive dependencies.
|
|
|
265
265
|
|
|
266
266
|
#### 🚀 Features
|
|
267
267
|
|
|
268
|
+
- add partitionTime() transducer ([efafd0b](https://github.com/thi-ng/umbrella/commit/efafd0b))
|
|
268
269
|
- update mapKeys() key fns to accept 2nd arg ([749d2cd](https://github.com/thi-ng/umbrella/commit/749d2cd))
|
|
269
270
|
- pass original input value as 2nd arg to each key transform fn
|
|
270
271
|
- this allows creating new keys based on other values in the object
|
|
271
|
-
- add partitionTime() transducer ([efafd0b](https://github.com/thi-ng/umbrella/commit/efafd0b))
|
|
272
272
|
|
|
273
273
|
## [6.3.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/transducers@6.3.0) (2020-02-25)
|
|
274
274
|
|
|
@@ -284,22 +284,22 @@ and/or version bumps of transitive dependencies.
|
|
|
284
284
|
|
|
285
285
|
#### 🚀 Features
|
|
286
286
|
|
|
287
|
-
- add
|
|
288
|
-
|
|
289
|
-
|
|
287
|
+
- add pushSort() reducer ([444d2ee](https://github.com/thi-ng/umbrella/commit/444d2ee))
|
|
288
|
+
- add sortedKeys() iterator ([fa9343c](https://github.com/thi-ng/umbrella/commit/fa9343c))
|
|
289
|
+
- add dup() & palindrome(), update readme ([546bf9f](https://github.com/thi-ng/umbrella/commit/546bf9f))
|
|
290
|
+
- add line(), curve() ([31bd5b9](https://github.com/thi-ng/umbrella/commit/31bd5b9))
|
|
291
|
+
- add opt limit for cycle() ([186daff](https://github.com/thi-ng/umbrella/commit/186daff))
|
|
290
292
|
- update curve(), line(), iterate() ([3581a9d](https://github.com/thi-ng/umbrella/commit/3581a9d))
|
|
291
293
|
- curve(): use new/improved logic from [@thi.ng/dsp](https://github.com/thi-ng/umbrella/tree/main/packages/dsp)
|
|
292
294
|
- iterate(): add opt step count
|
|
293
|
-
- add
|
|
294
|
-
-
|
|
295
|
-
- add
|
|
296
|
-
- add sortedKeys() iterator ([fa9343c](https://github.com/thi-ng/umbrella/commit/fa9343c))
|
|
297
|
-
- add pushSort() reducer ([444d2ee](https://github.com/thi-ng/umbrella/commit/444d2ee))
|
|
295
|
+
- add IXform interface & TxLike type alias, update related functions ([49c62b7](https://github.com/thi-ng/umbrella/commit/49c62b7))
|
|
296
|
+
- update all fns expecting Transducer args
|
|
297
|
+
- add internal ensureTransducer() helper
|
|
298
298
|
|
|
299
299
|
#### 🩹 Bug fixes
|
|
300
300
|
|
|
301
|
-
- update keep() xform to accept nullable ([1bc561b](https://github.com/thi-ng/umbrella/commit/1bc561b))
|
|
302
301
|
- use child reducer completion step in groupByMap/Obj() ([ff44fcb](https://github.com/thi-ng/umbrella/commit/ff44fcb))
|
|
302
|
+
- update keep() xform to accept nullable ([1bc561b](https://github.com/thi-ng/umbrella/commit/1bc561b))
|
|
303
303
|
|
|
304
304
|
#### ⏱ Performance improvements
|
|
305
305
|
|
|
@@ -320,27 +320,27 @@ and/or version bumps of transitive dependencies.
|
|
|
320
320
|
|
|
321
321
|
#### 🛑 Breaking changes
|
|
322
322
|
|
|
323
|
-
- update tween() args ([5523582](https://github.com/thi-ng/umbrella/commit/5523582))
|
|
324
|
-
- add TweenOpts
|
|
325
|
-
- add/update docstrings
|
|
326
|
-
- BREAKING CHANGE: replace tween() args w/ `TweenOpts` config object
|
|
327
|
-
- rename old `interpolate` => `tween` ([918721d](https://github.com/thi-ng/umbrella/commit/918721d))
|
|
328
|
-
- BREAKING CHANGE: rename `interpolate` iterator => `tween`
|
|
329
323
|
- simplify args for extendSides, padSides, wrapSides ([a36651a](https://github.com/thi-ng/umbrella/commit/a36651a))
|
|
330
324
|
- rename wrap() => wrapSides()
|
|
331
325
|
- remove obsolete & deprecated wrapLeft/Right/Both
|
|
332
326
|
- BREAKING CHANGE: Rename wrap() => wrapSides(), update signature to be
|
|
333
327
|
aligned w/ related iterators
|
|
328
|
+
- rename old `interpolate` => `tween` ([918721d](https://github.com/thi-ng/umbrella/commit/918721d))
|
|
329
|
+
- BREAKING CHANGE: rename `interpolate` iterator => `tween`
|
|
330
|
+
- update tween() args ([5523582](https://github.com/thi-ng/umbrella/commit/5523582))
|
|
331
|
+
- add TweenOpts
|
|
332
|
+
- add/update docstrings
|
|
333
|
+
- BREAKING CHANGE: replace tween() args w/ `TweenOpts` config object
|
|
334
334
|
|
|
335
335
|
#### 🚀 Features
|
|
336
336
|
|
|
337
|
-
- add new transducers: interpolate, interpolateHermite/Linear ([c3fa9ab](https://github.com/thi-ng/umbrella/commit/c3fa9ab))
|
|
338
337
|
- add new iterators: extendSides/padSides/symmetric() ([47001fc](https://github.com/thi-ng/umbrella/commit/47001fc))
|
|
338
|
+
- add new transducers: interpolate, interpolateHermite/Linear ([c3fa9ab](https://github.com/thi-ng/umbrella/commit/c3fa9ab))
|
|
339
339
|
|
|
340
340
|
#### ♻️ Refactoring
|
|
341
341
|
|
|
342
|
-
- fix [#166](https://github.com/thi-ng/umbrella/issues/166), update wrapSides() bounds check ([963c73a](https://github.com/thi-ng/umbrella/commit/963c73a))
|
|
343
342
|
- add type hints (TS 3.6.4) ([a1582c0](https://github.com/thi-ng/umbrella/commit/a1582c0))
|
|
343
|
+
- fix [#166](https://github.com/thi-ng/umbrella/issues/166), update wrapSides() bounds check ([963c73a](https://github.com/thi-ng/umbrella/commit/963c73a))
|
|
344
344
|
|
|
345
345
|
### [5.4.5](https://github.com/thi-ng/umbrella/tree/@thi.ng/transducers@5.4.5) (2019-09-21)
|
|
346
346
|
|
|
@@ -356,6 +356,9 @@ and/or version bumps of transitive dependencies.
|
|
|
356
356
|
|
|
357
357
|
#### ♻️ Refactoring
|
|
358
358
|
|
|
359
|
+
- extract common logic for add/mul/sub reducers ([7caa71a](https://github.com/thi-ng/umbrella/commit/7caa71a))
|
|
360
|
+
- update kernelLookup destructuring ([acaa38e](https://github.com/thi-ng/umbrella/commit/acaa38e))
|
|
361
|
+
- update/split reduce() ([820e7c7](https://github.com/thi-ng/umbrella/commit/820e7c7))
|
|
359
362
|
- extract internal helpers, update rfns & xforms ([7772f9b](https://github.com/thi-ng/umbrella/commit/7772f9b))
|
|
360
363
|
Impacted reducers:
|
|
361
364
|
- add/mul/sub
|
|
@@ -364,9 +367,6 @@ and/or version bumps of transitive dependencies.
|
|
|
364
367
|
- movingMedian
|
|
365
368
|
- partitionSort / streamSort
|
|
366
369
|
- takeLast
|
|
367
|
-
- update/split reduce() ([820e7c7](https://github.com/thi-ng/umbrella/commit/820e7c7))
|
|
368
|
-
- update kernelLookup destructuring ([acaa38e](https://github.com/thi-ng/umbrella/commit/acaa38e))
|
|
369
|
-
- extract common logic for add/mul/sub reducers ([7caa71a](https://github.com/thi-ng/umbrella/commit/7caa71a))
|
|
370
370
|
|
|
371
371
|
## [5.4.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/transducers@5.4.0) (2019-07-07)
|
|
372
372
|
|
|
@@ -430,17 +430,6 @@ and/or version bumps of transitive dependencies.
|
|
|
430
430
|
|
|
431
431
|
#### 🛑 Breaking changes
|
|
432
432
|
|
|
433
|
-
- restructure, migrate / remove various functions ([05bf213](https://github.com/thi-ng/umbrella/commit/05bf213))
|
|
434
|
-
- BREAKING CHANGE: migrate / remove various functions to other packages
|
|
435
|
-
- constantly(), delay(), identity() => [@thi.ng/compose](https://github.com/thi-ng/umbrella/tree/main/packages/compose)
|
|
436
|
-
- randomID(), weightedRandom() => [@thi.ng/random](https://github.com/thi-ng/umbrella/tree/main/packages/random)
|
|
437
|
-
- remove re-exports:
|
|
438
|
-
- even(), odd() (from [@thi.ng/checks](https://github.com/thi-ng/umbrella/tree/main/packages/checks))
|
|
439
|
-
- juxt() (from [@thi.ng/compose](https://github.com/thi-ng/umbrella/tree/main/packages/compose))
|
|
440
|
-
- remove obsolete hex() fn (use [@thi.ng/strings](https://github.com/thi-ng/umbrella/tree/main/packages/strings) fns instead)
|
|
441
|
-
- remove obsolete randomID() & weightedRandom() ([4b0eec6](https://github.com/thi-ng/umbrella/commit/4b0eec6))
|
|
442
|
-
- BREAKING CHANGE: migrate randomID() & weightedRandom() to [@thi.ng/random](https://github.com/thi-ng/umbrella/tree/main/packages/random)
|
|
443
|
-
- update choices() iterator
|
|
444
433
|
- remove obsolete fns, update to use [@thi.ng/arrays](https://github.com/thi-ng/umbrella/tree/main/packages/arrays) ([83cb816](https://github.com/thi-ng/umbrella/commit/83cb816))
|
|
445
434
|
- BREAKING CHANGE: migrate various support fns to [@thi.ng/arrays](https://github.com/thi-ng/umbrella/tree/main/packages/arrays)
|
|
446
435
|
- remove/migrate functions:
|
|
@@ -456,6 +445,17 @@ and/or version bumps of transitive dependencies.
|
|
|
456
445
|
- weightedRandom()
|
|
457
446
|
- sample()
|
|
458
447
|
- update deps / readme
|
|
448
|
+
- remove obsolete randomID() & weightedRandom() ([4b0eec6](https://github.com/thi-ng/umbrella/commit/4b0eec6))
|
|
449
|
+
- BREAKING CHANGE: migrate randomID() & weightedRandom() to [@thi.ng/random](https://github.com/thi-ng/umbrella/tree/main/packages/random)
|
|
450
|
+
- update choices() iterator
|
|
451
|
+
- restructure, migrate / remove various functions ([05bf213](https://github.com/thi-ng/umbrella/commit/05bf213))
|
|
452
|
+
- BREAKING CHANGE: migrate / remove various functions to other packages
|
|
453
|
+
- constantly(), delay(), identity() => [@thi.ng/compose](https://github.com/thi-ng/umbrella/tree/main/packages/compose)
|
|
454
|
+
- randomID(), weightedRandom() => [@thi.ng/random](https://github.com/thi-ng/umbrella/tree/main/packages/random)
|
|
455
|
+
- remove re-exports:
|
|
456
|
+
- even(), odd() (from [@thi.ng/checks](https://github.com/thi-ng/umbrella/tree/main/packages/checks))
|
|
457
|
+
- juxt() (from [@thi.ng/compose](https://github.com/thi-ng/umbrella/tree/main/packages/compose))
|
|
458
|
+
- remove obsolete hex() fn (use [@thi.ng/strings](https://github.com/thi-ng/umbrella/tree/main/packages/strings) fns instead)
|
|
459
459
|
|
|
460
460
|
#### ♻️ Refactoring
|
|
461
461
|
|
|
@@ -546,8 +546,8 @@ and/or version bumps of transitive dependencies.
|
|
|
546
546
|
|
|
547
547
|
#### ♻️ Refactoring
|
|
548
548
|
|
|
549
|
-
- add ensureArrayLike(), update permutations() ([f257330](https://github.com/thi-ng/umbrella/commit/f257330))
|
|
550
549
|
- update Infinity consts in various packages ([296e1e0](https://github.com/thi-ng/umbrella/commit/296e1e0))
|
|
550
|
+
- add ensureArrayLike(), update permutations() ([f257330](https://github.com/thi-ng/umbrella/commit/f257330))
|
|
551
551
|
|
|
552
552
|
### [2.1.6](https://github.com/thi-ng/umbrella/tree/@thi.ng/transducers@2.1.6) (2018-09-26)
|
|
553
553
|
|
|
@@ -572,17 +572,17 @@ and/or version bumps of transitive dependencies.
|
|
|
572
572
|
|
|
573
573
|
#### 🩹 Bug fixes
|
|
574
574
|
|
|
575
|
-
- str() initial result handling ([f001314](https://github.com/thi-ng/umbrella/commit/f001314))
|
|
576
575
|
- update arg types for choices() & weightedRandom() ([eb67426](https://github.com/thi-ng/umbrella/commit/eb67426))
|
|
576
|
+
- str() initial result handling ([f001314](https://github.com/thi-ng/umbrella/commit/f001314))
|
|
577
577
|
|
|
578
578
|
## [2.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/transducers@2.1.0) (2018-09-08)
|
|
579
579
|
|
|
580
580
|
#### 🚀 Features
|
|
581
581
|
|
|
582
|
-
-
|
|
582
|
+
- add window() xform ([2f0f3d4](https://github.com/thi-ng/umbrella/commit/2f0f3d4))
|
|
583
583
|
- update partitionSync() xform & PartitionSyncOpts ([d8fdc01](https://github.com/thi-ng/umbrella/commit/d8fdc01))
|
|
584
584
|
- add `mergeOnly` option to allow partially populated result tuples
|
|
585
|
-
-
|
|
585
|
+
- rename window() => slidingWindow(), update readme ([1f22867](https://github.com/thi-ng/umbrella/commit/1f22867))
|
|
586
586
|
|
|
587
587
|
### [2.0.3](https://github.com/thi-ng/umbrella/tree/@thi.ng/transducers@2.0.3) (2018-09-03)
|
|
588
588
|
|
|
@@ -595,10 +595,8 @@ and/or version bumps of transitive dependencies.
|
|
|
595
595
|
|
|
596
596
|
#### 🛑 Breaking changes
|
|
597
597
|
|
|
598
|
-
-
|
|
599
|
-
|
|
600
|
-
- BREAKING CHANGE: groupByMap() & groupByObj() args now given as
|
|
601
|
-
options object
|
|
598
|
+
- rename inspect() => trace() ([e713704](https://github.com/thi-ng/umbrella/commit/e713704))
|
|
599
|
+
- BREAKING CHANGE: rename inspect() => trace()
|
|
602
600
|
- update all xforms to also work as iterator ([bae8a1d](https://github.com/thi-ng/umbrella/commit/bae8a1d))
|
|
603
601
|
- if input iterable is provided, return iterator version
|
|
604
602
|
- add opt initial result arg for scan()
|
|
@@ -613,48 +611,50 @@ and/or version bumps of transitive dependencies.
|
|
|
613
611
|
- partitionSync()
|
|
614
612
|
- streamSort()
|
|
615
613
|
- wordWrap()
|
|
616
|
-
-
|
|
617
|
-
-
|
|
614
|
+
- add GroupByOpts interface, update groupBy* reducers ([2c3a114](https://github.com/thi-ng/umbrella/commit/2c3a114))
|
|
615
|
+
- add support for direct reduction if optional iterable is provided
|
|
616
|
+
- BREAKING CHANGE: groupByMap() & groupByObj() args now given as
|
|
617
|
+
options object
|
|
618
618
|
|
|
619
619
|
#### 🚀 Features
|
|
620
620
|
|
|
621
|
-
-
|
|
621
|
+
- add fill() & fillN() reducers ([0bd860e](https://github.com/thi-ng/umbrella/commit/0bd860e))
|
|
622
622
|
- update all reducers to accept opt iterables ([89b4ad5](https://github.com/thi-ng/umbrella/commit/89b4ad5))
|
|
623
623
|
- add $$reduce helper
|
|
624
624
|
- fix str() to use string concatenation (instead of Array.join())
|
|
625
625
|
- add opt init vals for add() & mul()
|
|
626
626
|
- add sub() & div() reducers
|
|
627
|
-
-
|
|
627
|
+
- update base64Encode() to return string if input given ([599f2b6](https://github.com/thi-ng/umbrella/commit/599f2b6))
|
|
628
628
|
|
|
629
629
|
#### 🩹 Bug fixes
|
|
630
630
|
|
|
631
|
-
- arg handling in rename() ([7a5be21](https://github.com/thi-ng/umbrella/commit/7a5be21))
|
|
632
|
-
- copy&paste error (push) ([832e57f](https://github.com/thi-ng/umbrella/commit/832e57f))
|
|
633
|
-
- iterator1() final reduced value handling ([d861bdd](https://github.com/thi-ng/umbrella/commit/d861bdd))
|
|
634
631
|
- hex type decl ([723da5b](https://github.com/thi-ng/umbrella/commit/723da5b))
|
|
632
|
+
- iterator1() final reduced value handling ([d861bdd](https://github.com/thi-ng/umbrella/commit/d861bdd))
|
|
633
|
+
- copy&paste error (push) ([832e57f](https://github.com/thi-ng/umbrella/commit/832e57f))
|
|
634
|
+
- arg handling in rename() ([7a5be21](https://github.com/thi-ng/umbrella/commit/7a5be21))
|
|
635
635
|
|
|
636
636
|
#### ⏱ Performance improvements
|
|
637
637
|
|
|
638
|
+
- add iterator1(), update various xforms ([ab662d8](https://github.com/thi-ng/umbrella/commit/ab662d8))
|
|
639
|
+
- iterator1() is speed optimized for 0-or-1 result xforms
|
|
640
|
+
w/o completion step
|
|
641
|
+
- update $iter to accept iterator impl
|
|
638
642
|
- add IReducible, update reduce() ([9d83255](https://github.com/thi-ng/umbrella/commit/9d83255))
|
|
639
643
|
- add IReducible interface for custom/optimized iteration
|
|
640
644
|
and source value provision for reduce()
|
|
641
645
|
- add array-like check to reduce() and switch to version without
|
|
642
646
|
forcing array iterator (`for..of..`)
|
|
643
|
-
- add iterator1(), update various xforms ([ab662d8](https://github.com/thi-ng/umbrella/commit/ab662d8))
|
|
644
|
-
- iterator1() is speed optimized for 0-or-1 result xforms
|
|
645
|
-
w/o completion step
|
|
646
|
-
- update $iter to accept iterator impl
|
|
647
647
|
|
|
648
648
|
#### ♻️ Refactoring
|
|
649
649
|
|
|
650
|
-
-
|
|
651
|
-
- re-use Fn & SEMAPHORE ([@thi.ng/api](https://github.com/thi-ng/umbrella/tree/main/packages/api))
|
|
652
|
-
- replace comp() and juxt() ([@thi.ng/compose](https://github.com/thi-ng/umbrella/tree/main/packages/compose))
|
|
650
|
+
- add ReductionFn type alias, update Reducer ([45e4993](https://github.com/thi-ng/umbrella/commit/45e4993))
|
|
653
651
|
- add shared SortOpts, update xforms ([8a111ef](https://github.com/thi-ng/umbrella/commit/8a111ef))
|
|
654
652
|
- replace opts for movingMedian(), partitionSort(), streamSort()
|
|
655
653
|
- move convolution types to src/xform/convole.ts
|
|
656
654
|
- move StructField to src/xform/struct.ts
|
|
657
|
-
-
|
|
655
|
+
- replace local types w/ external defs ([3a8bd08](https://github.com/thi-ng/umbrella/commit/3a8bd08))
|
|
656
|
+
- re-use Fn & SEMAPHORE ([@thi.ng/api](https://github.com/thi-ng/umbrella/tree/main/packages/api))
|
|
657
|
+
- replace comp() and juxt() ([@thi.ng/compose](https://github.com/thi-ng/umbrella/tree/main/packages/compose))
|
|
658
658
|
|
|
659
659
|
## [1.16.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/transducers@1.16.0) (2018-08-08)
|
|
660
660
|
|
|
@@ -676,11 +676,11 @@ and/or version bumps of transitive dependencies.
|
|
|
676
676
|
|
|
677
677
|
#### 🚀 Features
|
|
678
678
|
|
|
679
|
-
- add asIterable() helper ([ccc37c6](https://github.com/thi-ng/umbrella/commit/ccc37c6))
|
|
680
|
-
- allow key arrays for rename(), simplify call sites ([092154c](https://github.com/thi-ng/umbrella/commit/092154c))
|
|
681
|
-
- update multiplexObj() & struct() xforms
|
|
682
679
|
- add juxtR() for multiplexed reductions from same src ([9b07d12](https://github.com/thi-ng/umbrella/commit/9b07d12))
|
|
683
680
|
- add tests & docs
|
|
681
|
+
- allow key arrays for rename(), simplify call sites ([092154c](https://github.com/thi-ng/umbrella/commit/092154c))
|
|
682
|
+
- update multiplexObj() & struct() xforms
|
|
683
|
+
- add asIterable() helper ([ccc37c6](https://github.com/thi-ng/umbrella/commit/ccc37c6))
|
|
684
684
|
|
|
685
685
|
#### ⏱ Performance improvements
|
|
686
686
|
|
|
@@ -728,12 +728,12 @@ and/or version bumps of transitive dependencies.
|
|
|
728
728
|
|
|
729
729
|
#### 🚀 Features
|
|
730
730
|
|
|
731
|
-
- add filterFuzzy() xform ([2bebba2](https://github.com/thi-ng/umbrella/commit/2bebba2))
|
|
732
|
-
- add fuzzyMatch() predicate
|
|
733
731
|
- add wrap*() iterators ([306625d](https://github.com/thi-ng/umbrella/commit/306625d))
|
|
734
732
|
- add wrapBoth()
|
|
735
733
|
- add wrapLeft()
|
|
736
734
|
- add wrapRight()
|
|
735
|
+
- add filterFuzzy() xform ([2bebba2](https://github.com/thi-ng/umbrella/commit/2bebba2))
|
|
736
|
+
- add fuzzyMatch() predicate
|
|
737
737
|
|
|
738
738
|
## [1.9.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/transducers@1.9.0) (2018-05-10)
|
|
739
739
|
|
|
@@ -769,8 +769,8 @@ and/or version bumps of transitive dependencies.
|
|
|
769
769
|
|
|
770
770
|
#### 🚀 Features
|
|
771
771
|
|
|
772
|
-
- add mapVals() xform ([abc195a](https://github.com/thi-ng/umbrella/commit/abc195a))
|
|
773
772
|
- add partitionSync() xform ([bebd118](https://github.com/thi-ng/umbrella/commit/bebd118))
|
|
773
|
+
- add mapVals() xform ([abc195a](https://github.com/thi-ng/umbrella/commit/abc195a))
|
|
774
774
|
|
|
775
775
|
#### ♻️ Refactoring
|
|
776
776
|
|
|
@@ -787,9 +787,9 @@ and/or version bumps of transitive dependencies.
|
|
|
787
787
|
|
|
788
788
|
#### ♻️ Refactoring
|
|
789
789
|
|
|
790
|
-
- extract compR() into its own file, update refs, update readme ([8c180bc](https://github.com/thi-ng/umbrella/commit/8c180bc))
|
|
791
|
-
- update swizzler() arg types ([2f5abce](https://github.com/thi-ng/umbrella/commit/2f5abce))
|
|
792
790
|
- update permutations()/permutationsN(), add tests ([488462e](https://github.com/thi-ng/umbrella/commit/488462e))
|
|
791
|
+
- update swizzler() arg types ([2f5abce](https://github.com/thi-ng/umbrella/commit/2f5abce))
|
|
792
|
+
- extract compR() into its own file, update refs, update readme ([8c180bc](https://github.com/thi-ng/umbrella/commit/8c180bc))
|
|
793
793
|
|
|
794
794
|
### [1.5.1](https://github.com/thi-ng/umbrella/tree/@thi.ng/transducers@1.5.1) (2018-03-02)
|
|
795
795
|
|
|
@@ -823,9 +823,9 @@ and/or version bumps of transitive dependencies.
|
|
|
823
823
|
|
|
824
824
|
#### 🚀 Features
|
|
825
825
|
|
|
826
|
-
- add convolve2d xform & types ([ab8a855](https://github.com/thi-ng/umbrella/commit/ab8a855))
|
|
827
|
-
- add movingMedian() xform ([d7b1d0d](https://github.com/thi-ng/umbrella/commit/d7b1d0d))
|
|
828
826
|
- add range2d / range3d generators ([722042b](https://github.com/thi-ng/umbrella/commit/722042b))
|
|
827
|
+
- add movingMedian() xform ([d7b1d0d](https://github.com/thi-ng/umbrella/commit/d7b1d0d))
|
|
828
|
+
- add convolve2d xform & types ([ab8a855](https://github.com/thi-ng/umbrella/commit/ab8a855))
|
|
829
829
|
|
|
830
830
|
#### 🩹 Bug fixes
|
|
831
831
|
|
|
@@ -868,40 +868,40 @@ and/or version bumps of transitive dependencies.
|
|
|
868
868
|
|
|
869
869
|
#### 🛑 Breaking changes
|
|
870
870
|
|
|
871
|
-
- update throttle(), refactor take/dropNth ([e1a282c](https://github.com/thi-ng/umbrella/commit/e1a282c))
|
|
872
|
-
- throttle() requires stateful predicate now
|
|
873
|
-
- add throttleTime() as replacement for prev throttle() impl
|
|
874
|
-
- refactor takeNth()/dropNth() to use throttle()
|
|
875
|
-
- BREAKING CHANGE: throttle() requires stateful predicate now
|
|
876
|
-
- rename join() => str() rfn ([e268e35](https://github.com/thi-ng/umbrella/commit/e268e35))
|
|
877
|
-
- BREAKING CHANGE:
|
|
878
|
-
rename join() => str() reduer in prep for actual set join() op
|
|
879
871
|
- update step() to support multiple results ([1f32fc0](https://github.com/thi-ng/umbrella/commit/1f32fc0))
|
|
880
872
|
- respect reduced value termination
|
|
881
873
|
- internal use of push() vs. last() to support multiple results per transduction step
|
|
882
874
|
- add docs
|
|
883
875
|
- BREAKING CHANGE:
|
|
884
876
|
now possibly returns array instead of single value if wrapped transducer produced multiple results
|
|
877
|
+
- rename join() => str() rfn ([e268e35](https://github.com/thi-ng/umbrella/commit/e268e35))
|
|
878
|
+
- BREAKING CHANGE:
|
|
879
|
+
rename join() => str() reduer in prep for actual set join() op
|
|
880
|
+
- update throttle(), refactor take/dropNth ([e1a282c](https://github.com/thi-ng/umbrella/commit/e1a282c))
|
|
881
|
+
- throttle() requires stateful predicate now
|
|
882
|
+
- add throttleTime() as replacement for prev throttle() impl
|
|
883
|
+
- refactor takeNth()/dropNth() to use throttle()
|
|
884
|
+
- BREAKING CHANGE: throttle() requires stateful predicate now
|
|
885
885
|
|
|
886
886
|
#### 🚀 Features
|
|
887
887
|
|
|
888
|
-
- add
|
|
889
|
-
-
|
|
890
|
-
- add labeled() xform ([0b3c786](https://github.com/thi-ng/umbrella/commit/0b3c786))
|
|
891
|
-
- add multiplexObj() ([931b67f](https://github.com/thi-ng/umbrella/commit/931b67f))
|
|
892
|
-
- add every(), some() rfns ([63344e4](https://github.com/thi-ng/umbrella/commit/63344e4))
|
|
893
|
-
- update re-exports, minor update reductions() ([e555ff5](https://github.com/thi-ng/umbrella/commit/e555ff5))
|
|
888
|
+
- add utf8Encode()/utf8Decode() xforms ([e50fa26](https://github.com/thi-ng/umbrella/commit/e50fa26))
|
|
889
|
+
- add multiplex() xform & docs ([beb2cee](https://github.com/thi-ng/umbrella/commit/beb2cee))
|
|
894
890
|
- update frequencies() & groupByMap() ([4b8d037](https://github.com/thi-ng/umbrella/commit/4b8d037))
|
|
895
891
|
- add opt key fn for frequencies(), delegate to groupByMap()
|
|
896
892
|
- use identity as default key fn
|
|
897
|
-
-
|
|
898
|
-
- add
|
|
893
|
+
- update re-exports, minor update reductions() ([e555ff5](https://github.com/thi-ng/umbrella/commit/e555ff5))
|
|
894
|
+
- add every(), some() rfns ([63344e4](https://github.com/thi-ng/umbrella/commit/63344e4))
|
|
895
|
+
- add multiplexObj() ([931b67f](https://github.com/thi-ng/umbrella/commit/931b67f))
|
|
896
|
+
- add labeled() xform ([0b3c786](https://github.com/thi-ng/umbrella/commit/0b3c786))
|
|
897
|
+
- update re-exports, extract throttleTime() into own file ([45d6bc6](https://github.com/thi-ng/umbrella/commit/45d6bc6))
|
|
898
|
+
- add noop() xform, update readme ([7b21aa6](https://github.com/thi-ng/umbrella/commit/7b21aa6))
|
|
899
899
|
|
|
900
900
|
#### 🩹 Bug fixes
|
|
901
901
|
|
|
902
|
+
- add "complete" step handling in scan() ([8e5204d](https://github.com/thi-ng/umbrella/commit/8e5204d))
|
|
902
903
|
- scan() complete handling ([44db970](https://github.com/thi-ng/umbrella/commit/44db970))
|
|
903
904
|
- pass final inner result to outer complete only if different
|
|
904
|
-
- add "complete" step handling in scan() ([8e5204d](https://github.com/thi-ng/umbrella/commit/8e5204d))
|
|
905
905
|
|
|
906
906
|
#### ♻️ Refactoring
|
|
907
907
|
|
|
@@ -911,14 +911,14 @@ and/or version bumps of transitive dependencies.
|
|
|
911
911
|
|
|
912
912
|
#### 🩹 Bug fixes
|
|
913
913
|
|
|
914
|
-
- include 1st val in benchmark() ([b3ce275](https://github.com/thi-ng/umbrella/commit/b3ce275))
|
|
915
|
-
- base64 imports ([75bb161](https://github.com/thi-ng/umbrella/commit/75bb161))
|
|
916
914
|
- project links in readme files ([e290d75](https://github.com/thi-ng/umbrella/commit/e290d75))
|
|
915
|
+
- base64 imports ([75bb161](https://github.com/thi-ng/umbrella/commit/75bb161))
|
|
916
|
+
- include 1st val in benchmark() ([b3ce275](https://github.com/thi-ng/umbrella/commit/b3ce275))
|
|
917
917
|
|
|
918
918
|
#### ♻️ Refactoring
|
|
919
919
|
|
|
920
|
-
- update reverse(), add deps ([a2c3bc4](https://github.com/thi-ng/umbrella/commit/a2c3bc4))
|
|
921
920
|
- simplify concat(), add docs ([0c116c1](https://github.com/thi-ng/umbrella/commit/0c116c1))
|
|
921
|
+
- update reverse(), add deps ([a2c3bc4](https://github.com/thi-ng/umbrella/commit/a2c3bc4))
|
|
922
922
|
|
|
923
923
|
### [0.11.1](https://github.com/thi-ng/umbrella/tree/@thi.ng/transducers@0.11.1) (2018-01-24)
|
|
924
924
|
|
package/README.md
CHANGED
|
@@ -199,55 +199,56 @@ directory are using this package.
|
|
|
199
199
|
|
|
200
200
|
A selection:
|
|
201
201
|
|
|
202
|
-
| Screenshot | Description | Live demo
|
|
203
|
-
|
|
204
|
-
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/adaptive-threshold.png" width="240"/> | Interactive image processing (adaptive threshold) | [Demo](https://demo.thi.ng/umbrella/adaptive-threshold/)
|
|
205
|
-
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/big-font.png" width="240"/> | Large ASCII font text generator using @thi.ng/rdom | [Demo](https://demo.thi.ng/umbrella/big-font/)
|
|
206
|
-
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/bitmap-font.gif" width="240"/> | Figlet-style bitmap font creation with transducers | [Demo](https://demo.thi.ng/umbrella/bitmap-font/)
|
|
207
|
-
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/cellular-automata.png" width="240"/> | 2D transducer based cellular automata | [Demo](https://demo.thi.ng/umbrella/cellular-automata/)
|
|
208
|
-
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/commit-heatmap.png" width="240"/> | Heatmap visualization of this mono-repo's commits |
|
|
209
|
-
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/commit-table-ssr.png" width="240"/> | Filterable commit log UI w/ minimal server to provide commit history | [Demo](https://demo.thi.ng/umbrella/commit-table-ssr/)
|
|
210
|
-
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/crypto-chart.png" width="240"/> | Basic crypto-currency candle chart with multiple moving averages plots | [Demo](https://demo.thi.ng/umbrella/crypto-chart/)
|
|
211
|
-
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/dominant-colors.png" width="240"/> | Color palette generation via dominant color extraction from uploaded images | [Demo](https://demo.thi.ng/umbrella/dominant-colors/)
|
|
212
|
-
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/ellipse-proximity.png" width="240"/> | Interactive visualization of closest points on ellipses | [Demo](https://demo.thi.ng/umbrella/ellipse-proximity/)
|
|
213
|
-
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/fft-synth.png" width="240"/> | Interactive inverse FFT toy synth | [Demo](https://demo.thi.ng/umbrella/fft-synth/)
|
|
214
|
-
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/grid-iterators.png" width="240"/> | Visualization of different grid iterator strategies | [Demo](https://demo.thi.ng/umbrella/grid-iterators/)
|
|
215
|
-
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/hdom-benchmark2.png" width="240"/> | hdom update performance benchmark w/ config options | [Demo](https://demo.thi.ng/umbrella/hdom-benchmark2/)
|
|
216
|
-
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/hdom-canvas-clock.png" width="240"/> | Realtime analog clock demo | [Demo](https://demo.thi.ng/umbrella/hdom-canvas-clock/)
|
|
217
|
-
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/hdom-canvas-draw.jpg" width="240"/> | Interactive pattern drawing demo using transducers | [Demo](https://demo.thi.ng/umbrella/hdom-canvas-draw/)
|
|
218
|
-
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/hdom-canvas/hdom-canvas-shapes-results.png" width="240"/> | Various hdom-canvas shape drawing examples & SVG conversion / export | [Demo](https://demo.thi.ng/umbrella/hdom-canvas-shapes/)
|
|
219
|
-
| | Custom dropdown UI component w/ fuzzy search | [Demo](https://demo.thi.ng/umbrella/hdom-dropdown-fuzzy/)
|
|
220
|
-
| | Isolated, component-local DOM updates | [Demo](https://demo.thi.ng/umbrella/hdom-local-render/)
|
|
221
|
-
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/imgui/imgui-all.png" width="240"/> | Canvas based Immediate Mode GUI components | [Demo](https://demo.thi.ng/umbrella/imgui/)
|
|
222
|
-
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/geom/geom-isoline.png" width="240"/> | Animated sine plasma effect visualized using contour lines | [Demo](https://demo.thi.ng/umbrella/iso-plasma/)
|
|
223
|
-
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/json-components.jpg" width="240"/> | Transforming JSON into UI components | [Demo](https://demo.thi.ng/umbrella/json-components/)
|
|
224
|
-
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/mandelbrot.jpg" width="240"/> | Worker based, interactive Mandelbrot visualization | [Demo](https://demo.thi.ng/umbrella/mandelbrot/)
|
|
225
|
-
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/package-stats.png" width="240"/> | CLI util to visualize umbrella pkg stats |
|
|
226
|
-
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/parse-playground.png" width="240"/> | Parser grammar livecoding editor/playground & codegen | [Demo](https://demo.thi.ng/umbrella/parse-playground/)
|
|
227
|
-
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/poly-spline.png" width="240"/> | Polygon to cubic curve conversion & visualization | [Demo](https://demo.thi.ng/umbrella/poly-spline/)
|
|
228
|
-
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/ramp-synth.png" width="240"/> | Unison wavetable synth with waveform editor | [Demo](https://demo.thi.ng/umbrella/ramp-synth/)
|
|
229
|
-
| | Demonstates various rdom usage patterns | [Demo](https://demo.thi.ng/umbrella/rdom-basics/)
|
|
230
|
-
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/rdom-lissajous.png" width="240"/> | rdom & hiccup-canvas interop test | [Demo](https://demo.thi.ng/umbrella/rdom-lissajous/)
|
|
231
|
-
| | Full umbrella repo doc string search w/ paginated results | [Demo](https://demo.thi.ng/umbrella/rdom-search-docs/)
|
|
232
|
-
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/rdom-svg-nodes.png" width="240"/> | rdom powered SVG graph with draggable nodes | [Demo](https://demo.thi.ng/umbrella/rdom-svg-nodes/)
|
|
233
|
-
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/rotating-voronoi.jpg" width="240"/> | Animated Voronoi diagram, cubic splines & SVG download | [Demo](https://demo.thi.ng/umbrella/rotating-voronoi/)
|
|
234
|
-
| | Minimal rstream dataflow graph | [Demo](https://demo.thi.ng/umbrella/rstream-dataflow/)
|
|
235
|
-
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/rstream-event-loop.png" width="240"/> | Minimal demo of using rstream constructs to form an interceptor-style event loop | [Demo](https://demo.thi.ng/umbrella/rstream-event-loop/)
|
|
236
|
-
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/rstream-grid.jpg" width="240"/> | Interactive grid generator, SVG generation & export, undo/redo support | [Demo](https://demo.thi.ng/umbrella/rstream-grid/)
|
|
237
|
-
| | rstream based UI updates & state handling | [Demo](https://demo.thi.ng/umbrella/rstream-hdom/)
|
|
238
|
-
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/scenegraph.png" width="240"/> | 2D scenegraph & shape picking | [Demo](https://demo.thi.ng/umbrella/scenegraph/)
|
|
239
|
-
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/shader-ast-workers.jpg" width="240"/> | Fork-join worker-based raymarch renderer (JS/CPU only) | [Demo](https://demo.thi.ng/umbrella/shader-ast-workers/)
|
|
240
|
-
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/svg-barchart.png" width="240"/> | Simplistic SVG bar chart component | [Demo](https://demo.thi.ng/umbrella/svg-barchart/)
|
|
241
|
-
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/svg-resample.png" width="240"/> | SVG path parsing & dynamic resampling | [Demo](https://demo.thi.ng/umbrella/svg-resample/)
|
|
242
|
-
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/svg-waveform.jpg" width="240"/> | Additive waveform synthesis & SVG visualization with undo/redo | [Demo](https://demo.thi.ng/umbrella/svg-waveform/)
|
|
243
|
-
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/talk-slides.png" width="240"/> | hdom based slide deck viewer & slides from my ClojureX 2018 keynote | [Demo](
|
|
244
|
-
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/triple-query.png" width="240"/> | Triple store query results & sortable table | [Demo](https://demo.thi.ng/umbrella/triple-query/)
|
|
245
|
-
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/webgl-
|
|
246
|
-
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/webgl-
|
|
247
|
-
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/webgl-
|
|
248
|
-
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/webgl-
|
|
249
|
-
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/
|
|
250
|
-
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/
|
|
202
|
+
| Screenshot | Description | Live demo | Source |
|
|
203
|
+
|:-------------------------------------------------------------------------------------------------------------------------------------|:---------------------------------------------------------------------------------|:-----------------------------------------------------------|:---------------------------------------------------------------------------------------|
|
|
204
|
+
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/adaptive-threshold.png" width="240"/> | Interactive image processing (adaptive threshold) | [Demo](https://demo.thi.ng/umbrella/adaptive-threshold/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/adaptive-threshold) |
|
|
205
|
+
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/big-font.png" width="240"/> | Large ASCII font text generator using @thi.ng/rdom | [Demo](https://demo.thi.ng/umbrella/big-font/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/big-font) |
|
|
206
|
+
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/bitmap-font.gif" width="240"/> | Figlet-style bitmap font creation with transducers | [Demo](https://demo.thi.ng/umbrella/bitmap-font/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/bitmap-font) |
|
|
207
|
+
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/cellular-automata.png" width="240"/> | 2D transducer based cellular automata | [Demo](https://demo.thi.ng/umbrella/cellular-automata/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/cellular-automata) |
|
|
208
|
+
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/commit-heatmap.png" width="240"/> | Heatmap visualization of this mono-repo's commits | | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/commit-heatmap) |
|
|
209
|
+
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/commit-table-ssr.png" width="240"/> | Filterable commit log UI w/ minimal server to provide commit history | [Demo](https://demo.thi.ng/umbrella/commit-table-ssr/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/commit-table-ssr) |
|
|
210
|
+
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/crypto-chart.png" width="240"/> | Basic crypto-currency candle chart with multiple moving averages plots | [Demo](https://demo.thi.ng/umbrella/crypto-chart/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/crypto-chart) |
|
|
211
|
+
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/dominant-colors.png" width="240"/> | Color palette generation via dominant color extraction from uploaded images | [Demo](https://demo.thi.ng/umbrella/dominant-colors/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/dominant-colors) |
|
|
212
|
+
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/ellipse-proximity.png" width="240"/> | Interactive visualization of closest points on ellipses | [Demo](https://demo.thi.ng/umbrella/ellipse-proximity/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/ellipse-proximity) |
|
|
213
|
+
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/fft-synth.png" width="240"/> | Interactive inverse FFT toy synth | [Demo](https://demo.thi.ng/umbrella/fft-synth/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/fft-synth) |
|
|
214
|
+
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/grid-iterators.png" width="240"/> | Visualization of different grid iterator strategies | [Demo](https://demo.thi.ng/umbrella/grid-iterators/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/grid-iterators) |
|
|
215
|
+
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/hdom-benchmark2.png" width="240"/> | hdom update performance benchmark w/ config options | [Demo](https://demo.thi.ng/umbrella/hdom-benchmark2/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/hdom-benchmark2) |
|
|
216
|
+
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/hdom-canvas-clock.png" width="240"/> | Realtime analog clock demo | [Demo](https://demo.thi.ng/umbrella/hdom-canvas-clock/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/hdom-canvas-clock) |
|
|
217
|
+
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/hdom-canvas-draw.jpg" width="240"/> | Interactive pattern drawing demo using transducers | [Demo](https://demo.thi.ng/umbrella/hdom-canvas-draw/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/hdom-canvas-draw) |
|
|
218
|
+
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/hdom-canvas/hdom-canvas-shapes-results.png" width="240"/> | Various hdom-canvas shape drawing examples & SVG conversion / export | [Demo](https://demo.thi.ng/umbrella/hdom-canvas-shapes/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/hdom-canvas-shapes) |
|
|
219
|
+
| | Custom dropdown UI component w/ fuzzy search | [Demo](https://demo.thi.ng/umbrella/hdom-dropdown-fuzzy/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/hdom-dropdown-fuzzy) |
|
|
220
|
+
| | Isolated, component-local DOM updates | [Demo](https://demo.thi.ng/umbrella/hdom-local-render/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/hdom-local-render) |
|
|
221
|
+
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/imgui/imgui-all.png" width="240"/> | Canvas based Immediate Mode GUI components | [Demo](https://demo.thi.ng/umbrella/imgui/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/imgui) |
|
|
222
|
+
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/geom/geom-isoline.png" width="240"/> | Animated sine plasma effect visualized using contour lines | [Demo](https://demo.thi.ng/umbrella/iso-plasma/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/iso-plasma) |
|
|
223
|
+
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/json-components.jpg" width="240"/> | Transforming JSON into UI components | [Demo](https://demo.thi.ng/umbrella/json-components/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/json-components) |
|
|
224
|
+
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/mandelbrot.jpg" width="240"/> | Worker based, interactive Mandelbrot visualization | [Demo](https://demo.thi.ng/umbrella/mandelbrot/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/mandelbrot) |
|
|
225
|
+
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/package-stats.png" width="240"/> | CLI util to visualize umbrella pkg stats | | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/package-stats) |
|
|
226
|
+
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/parse-playground.png" width="240"/> | Parser grammar livecoding editor/playground & codegen | [Demo](https://demo.thi.ng/umbrella/parse-playground/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/parse-playground) |
|
|
227
|
+
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/poly-spline.png" width="240"/> | Polygon to cubic curve conversion & visualization | [Demo](https://demo.thi.ng/umbrella/poly-spline/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/poly-spline) |
|
|
228
|
+
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/ramp-synth.png" width="240"/> | Unison wavetable synth with waveform editor | [Demo](https://demo.thi.ng/umbrella/ramp-synth/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/ramp-synth) |
|
|
229
|
+
| | Demonstates various rdom usage patterns | [Demo](https://demo.thi.ng/umbrella/rdom-basics/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/rdom-basics) |
|
|
230
|
+
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/rdom-lissajous.png" width="240"/> | rdom & hiccup-canvas interop test | [Demo](https://demo.thi.ng/umbrella/rdom-lissajous/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/rdom-lissajous) |
|
|
231
|
+
| | Full umbrella repo doc string search w/ paginated results | [Demo](https://demo.thi.ng/umbrella/rdom-search-docs/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/rdom-search-docs) |
|
|
232
|
+
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/rdom-svg-nodes.png" width="240"/> | rdom powered SVG graph with draggable nodes | [Demo](https://demo.thi.ng/umbrella/rdom-svg-nodes/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/rdom-svg-nodes) |
|
|
233
|
+
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/rotating-voronoi.jpg" width="240"/> | Animated Voronoi diagram, cubic splines & SVG download | [Demo](https://demo.thi.ng/umbrella/rotating-voronoi/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/rotating-voronoi) |
|
|
234
|
+
| | Minimal rstream dataflow graph | [Demo](https://demo.thi.ng/umbrella/rstream-dataflow/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/rstream-dataflow) |
|
|
235
|
+
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/rstream-event-loop.png" width="240"/> | Minimal demo of using rstream constructs to form an interceptor-style event loop | [Demo](https://demo.thi.ng/umbrella/rstream-event-loop/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/rstream-event-loop) |
|
|
236
|
+
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/rstream-grid.jpg" width="240"/> | Interactive grid generator, SVG generation & export, undo/redo support | [Demo](https://demo.thi.ng/umbrella/rstream-grid/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/rstream-grid) |
|
|
237
|
+
| | rstream based UI updates & state handling | [Demo](https://demo.thi.ng/umbrella/rstream-hdom/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/rstream-hdom) |
|
|
238
|
+
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/scenegraph.png" width="240"/> | 2D scenegraph & shape picking | [Demo](https://demo.thi.ng/umbrella/scenegraph/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/scenegraph) |
|
|
239
|
+
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/shader-ast-workers.jpg" width="240"/> | Fork-join worker-based raymarch renderer (JS/CPU only) | [Demo](https://demo.thi.ng/umbrella/shader-ast-workers/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/shader-ast-workers) |
|
|
240
|
+
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/svg-barchart.png" width="240"/> | Simplistic SVG bar chart component | [Demo](https://demo.thi.ng/umbrella/svg-barchart/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/svg-barchart) |
|
|
241
|
+
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/svg-resample.png" width="240"/> | SVG path parsing & dynamic resampling | [Demo](https://demo.thi.ng/umbrella/svg-resample/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/svg-resample) |
|
|
242
|
+
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/svg-waveform.jpg" width="240"/> | Additive waveform synthesis & SVG visualization with undo/redo | [Demo](https://demo.thi.ng/umbrella/svg-waveform/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/svg-waveform) |
|
|
243
|
+
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/talk-slides.png" width="240"/> | hdom based slide deck viewer & slides from my ClojureX 2018 keynote | [Demo](http://media.thi.ng/2018/talks/clojurex/index.html) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/talk-slides) |
|
|
244
|
+
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/triple-query.png" width="240"/> | Triple store query results & sortable table | [Demo](https://demo.thi.ng/umbrella/triple-query/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/triple-query) |
|
|
245
|
+
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/webgl-channel-mixer.jpg" width="240"/> | rdom & WebGL-based image channel editor | [Demo](https://demo.thi.ng/umbrella/webgl-channel-mixer/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/webgl-channel-mixer) |
|
|
246
|
+
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/webgl-cube.png" width="240"/> | WebGL multi-colored cube mesh | [Demo](https://demo.thi.ng/umbrella/webgl-cube/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/webgl-cube) |
|
|
247
|
+
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/webgl-float-fbo.jpg" width="240"/> | Drawing to floating point offscreen / multi-pass shader pipeline | [Demo](https://demo.thi.ng/umbrella/webgl-float-fbo/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/webgl-float-fbo) |
|
|
248
|
+
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/webgl-grid.jpg" width="240"/> | WebGL instancing, animated grid | [Demo](https://demo.thi.ng/umbrella/webgl-grid/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/webgl-grid) |
|
|
249
|
+
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/webgl-msdf.jpg" width="240"/> | WebGL MSDF text rendering & particle system | [Demo](https://demo.thi.ng/umbrella/webgl-msdf/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/webgl-msdf) |
|
|
250
|
+
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/wolfram.png" width="240"/> | 1D Wolfram automata with OBJ point cloud export | [Demo](https://demo.thi.ng/umbrella/wolfram/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/wolfram) |
|
|
251
|
+
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/xml-converter.png" width="240"/> | XML/HTML/SVG to hiccup/JS conversion | [Demo](https://demo.thi.ng/umbrella/xml-converter/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/xml-converter) |
|
|
251
252
|
|
|
252
253
|
### Basic usage patterns
|
|
253
254
|
|
|
@@ -295,7 +296,7 @@ This example uses the
|
|
|
295
296
|
[@thi.ng/geom](https://github.com/thi-ng/umbrella/tree/develop/packages/geom)
|
|
296
297
|
package for quick SVG generation.
|
|
297
298
|
|
|
298
|
-

|
|
299
|
+

|
|
299
300
|
|
|
300
301
|
```ts
|
|
301
302
|
import { asSvg, svgDoc, circle, polyline } from "@thi.ng/geom";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/transducers",
|
|
3
|
-
"version": "8.3.
|
|
3
|
+
"version": "8.3.23",
|
|
4
4
|
"description": "Lightweight transducer implementations for ES6 / TypeScript",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -34,21 +34,21 @@
|
|
|
34
34
|
"test": "testament test"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@thi.ng/api": "^8.4.
|
|
38
|
-
"@thi.ng/arrays": "^2.4.
|
|
39
|
-
"@thi.ng/checks": "^3.3.
|
|
40
|
-
"@thi.ng/compare": "^2.1.
|
|
41
|
-
"@thi.ng/compose": "^2.1.
|
|
42
|
-
"@thi.ng/errors": "^2.2.
|
|
43
|
-
"@thi.ng/math": "^5.3.
|
|
44
|
-
"@thi.ng/random": "^3.3.
|
|
37
|
+
"@thi.ng/api": "^8.4.6",
|
|
38
|
+
"@thi.ng/arrays": "^2.4.2",
|
|
39
|
+
"@thi.ng/checks": "^3.3.3",
|
|
40
|
+
"@thi.ng/compare": "^2.1.16",
|
|
41
|
+
"@thi.ng/compose": "^2.1.18",
|
|
42
|
+
"@thi.ng/errors": "^2.2.4",
|
|
43
|
+
"@thi.ng/math": "^5.3.13",
|
|
44
|
+
"@thi.ng/random": "^3.3.15"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@microsoft/api-extractor": "^7.33.5",
|
|
48
|
-
"@thi.ng/testament": "^0.3.
|
|
48
|
+
"@thi.ng/testament": "^0.3.5",
|
|
49
49
|
"rimraf": "^3.0.2",
|
|
50
50
|
"tools": "^0.0.1",
|
|
51
|
-
"typedoc": "^0.23.
|
|
51
|
+
"typedoc": "^0.23.20",
|
|
52
52
|
"typescript": "^4.8.4"
|
|
53
53
|
},
|
|
54
54
|
"keywords": [
|
|
@@ -94,8 +94,8 @@
|
|
|
94
94
|
"node": ">=12.7"
|
|
95
95
|
},
|
|
96
96
|
"files": [
|
|
97
|
-
"
|
|
98
|
-
"
|
|
97
|
+
"./*.js",
|
|
98
|
+
"./*.d.ts",
|
|
99
99
|
"internal"
|
|
100
100
|
],
|
|
101
101
|
"exports": {
|
|
@@ -567,5 +567,5 @@
|
|
|
567
567
|
],
|
|
568
568
|
"year": 2016
|
|
569
569
|
},
|
|
570
|
-
"gitHead": "
|
|
570
|
+
"gitHead": "044ee6a3895720fc78e115032d4d831b63510929\n"
|
|
571
571
|
}
|
package/doc/assets/main.js
DELETED
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
"use strict";(()=>{var Qe=Object.create;var ae=Object.defineProperty;var Pe=Object.getOwnPropertyDescriptor;var Ce=Object.getOwnPropertyNames;var Oe=Object.getPrototypeOf,Re=Object.prototype.hasOwnProperty;var _e=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports);var Me=(t,e,n,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of Ce(e))!Re.call(t,i)&&i!==n&&ae(t,i,{get:()=>e[i],enumerable:!(r=Pe(e,i))||r.enumerable});return t};var De=(t,e,n)=>(n=t!=null?Qe(Oe(t)):{},Me(e||!t||!t.__esModule?ae(n,"default",{value:t,enumerable:!0}):n,t));var de=_e((ce,he)=>{(function(){var t=function(e){var n=new t.Builder;return n.pipeline.add(t.trimmer,t.stopWordFilter,t.stemmer),n.searchPipeline.add(t.stemmer),e.call(n,n),n.build()};t.version="2.3.9";t.utils={},t.utils.warn=function(e){return function(n){e.console&&console.warn&&console.warn(n)}}(this),t.utils.asString=function(e){return e==null?"":e.toString()},t.utils.clone=function(e){if(e==null)return e;for(var n=Object.create(null),r=Object.keys(e),i=0;i<r.length;i++){var s=r[i],o=e[s];if(Array.isArray(o)){n[s]=o.slice();continue}if(typeof o=="string"||typeof o=="number"||typeof o=="boolean"){n[s]=o;continue}throw new TypeError("clone is not deep and does not support nested objects")}return n},t.FieldRef=function(e,n,r){this.docRef=e,this.fieldName=n,this._stringValue=r},t.FieldRef.joiner="/",t.FieldRef.fromString=function(e){var n=e.indexOf(t.FieldRef.joiner);if(n===-1)throw"malformed field ref string";var r=e.slice(0,n),i=e.slice(n+1);return new t.FieldRef(i,r,e)},t.FieldRef.prototype.toString=function(){return this._stringValue==null&&(this._stringValue=this.fieldName+t.FieldRef.joiner+this.docRef),this._stringValue};t.Set=function(e){if(this.elements=Object.create(null),e){this.length=e.length;for(var n=0;n<this.length;n++)this.elements[e[n]]=!0}else this.length=0},t.Set.complete={intersect:function(e){return e},union:function(){return this},contains:function(){return!0}},t.Set.empty={intersect:function(){return this},union:function(e){return e},contains:function(){return!1}},t.Set.prototype.contains=function(e){return!!this.elements[e]},t.Set.prototype.intersect=function(e){var n,r,i,s=[];if(e===t.Set.complete)return this;if(e===t.Set.empty)return e;this.length<e.length?(n=this,r=e):(n=e,r=this),i=Object.keys(n.elements);for(var o=0;o<i.length;o++){var a=i[o];a in r.elements&&s.push(a)}return new t.Set(s)},t.Set.prototype.union=function(e){return e===t.Set.complete?t.Set.complete:e===t.Set.empty?this:new t.Set(Object.keys(this.elements).concat(Object.keys(e.elements)))},t.idf=function(e,n){var r=0;for(var i in e)i!="_index"&&(r+=Object.keys(e[i]).length);var s=(n-r+.5)/(r+.5);return Math.log(1+Math.abs(s))},t.Token=function(e,n){this.str=e||"",this.metadata=n||{}},t.Token.prototype.toString=function(){return this.str},t.Token.prototype.update=function(e){return this.str=e(this.str,this.metadata),this},t.Token.prototype.clone=function(e){return e=e||function(n){return n},new t.Token(e(this.str,this.metadata),this.metadata)};t.tokenizer=function(e,n){if(e==null||e==null)return[];if(Array.isArray(e))return e.map(function(m){return new t.Token(t.utils.asString(m).toLowerCase(),t.utils.clone(n))});for(var r=e.toString().toLowerCase(),i=r.length,s=[],o=0,a=0;o<=i;o++){var u=r.charAt(o),l=o-a;if(u.match(t.tokenizer.separator)||o==i){if(l>0){var h=t.utils.clone(n)||{};h.position=[a,l],h.index=s.length,s.push(new t.Token(r.slice(a,o),h))}a=o+1}}return s},t.tokenizer.separator=/[\s\-]+/;t.Pipeline=function(){this._stack=[]},t.Pipeline.registeredFunctions=Object.create(null),t.Pipeline.registerFunction=function(e,n){n in this.registeredFunctions&&t.utils.warn("Overwriting existing registered function: "+n),e.label=n,t.Pipeline.registeredFunctions[e.label]=e},t.Pipeline.warnIfFunctionNotRegistered=function(e){var n=e.label&&e.label in this.registeredFunctions;n||t.utils.warn(`Function is not registered with pipeline. This may cause problems when serialising the index.
|
|
3
|
-
`,e)},t.Pipeline.load=function(e){var n=new t.Pipeline;return e.forEach(function(r){var i=t.Pipeline.registeredFunctions[r];if(i)n.add(i);else throw new Error("Cannot load unregistered function: "+r)}),n},t.Pipeline.prototype.add=function(){var e=Array.prototype.slice.call(arguments);e.forEach(function(n){t.Pipeline.warnIfFunctionNotRegistered(n),this._stack.push(n)},this)},t.Pipeline.prototype.after=function(e,n){t.Pipeline.warnIfFunctionNotRegistered(n);var r=this._stack.indexOf(e);if(r==-1)throw new Error("Cannot find existingFn");r=r+1,this._stack.splice(r,0,n)},t.Pipeline.prototype.before=function(e,n){t.Pipeline.warnIfFunctionNotRegistered(n);var r=this._stack.indexOf(e);if(r==-1)throw new Error("Cannot find existingFn");this._stack.splice(r,0,n)},t.Pipeline.prototype.remove=function(e){var n=this._stack.indexOf(e);n!=-1&&this._stack.splice(n,1)},t.Pipeline.prototype.run=function(e){for(var n=this._stack.length,r=0;r<n;r++){for(var i=this._stack[r],s=[],o=0;o<e.length;o++){var a=i(e[o],o,e);if(!(a==null||a===""))if(Array.isArray(a))for(var u=0;u<a.length;u++)s.push(a[u]);else s.push(a)}e=s}return e},t.Pipeline.prototype.runString=function(e,n){var r=new t.Token(e,n);return this.run([r]).map(function(i){return i.toString()})},t.Pipeline.prototype.reset=function(){this._stack=[]},t.Pipeline.prototype.toJSON=function(){return this._stack.map(function(e){return t.Pipeline.warnIfFunctionNotRegistered(e),e.label})};t.Vector=function(e){this._magnitude=0,this.elements=e||[]},t.Vector.prototype.positionForIndex=function(e){if(this.elements.length==0)return 0;for(var n=0,r=this.elements.length/2,i=r-n,s=Math.floor(i/2),o=this.elements[s*2];i>1&&(o<e&&(n=s),o>e&&(r=s),o!=e);)i=r-n,s=n+Math.floor(i/2),o=this.elements[s*2];if(o==e||o>e)return s*2;if(o<e)return(s+1)*2},t.Vector.prototype.insert=function(e,n){this.upsert(e,n,function(){throw"duplicate index"})},t.Vector.prototype.upsert=function(e,n,r){this._magnitude=0;var i=this.positionForIndex(e);this.elements[i]==e?this.elements[i+1]=r(this.elements[i+1],n):this.elements.splice(i,0,e,n)},t.Vector.prototype.magnitude=function(){if(this._magnitude)return this._magnitude;for(var e=0,n=this.elements.length,r=1;r<n;r+=2){var i=this.elements[r];e+=i*i}return this._magnitude=Math.sqrt(e)},t.Vector.prototype.dot=function(e){for(var n=0,r=this.elements,i=e.elements,s=r.length,o=i.length,a=0,u=0,l=0,h=0;l<s&&h<o;)a=r[l],u=i[h],a<u?l+=2:a>u?h+=2:a==u&&(n+=r[l+1]*i[h+1],l+=2,h+=2);return n},t.Vector.prototype.similarity=function(e){return this.dot(e)/this.magnitude()||0},t.Vector.prototype.toArray=function(){for(var e=new Array(this.elements.length/2),n=1,r=0;n<this.elements.length;n+=2,r++)e[r]=this.elements[n];return e},t.Vector.prototype.toJSON=function(){return this.elements};t.stemmer=function(){var e={ational:"ate",tional:"tion",enci:"ence",anci:"ance",izer:"ize",bli:"ble",alli:"al",entli:"ent",eli:"e",ousli:"ous",ization:"ize",ation:"ate",ator:"ate",alism:"al",iveness:"ive",fulness:"ful",ousness:"ous",aliti:"al",iviti:"ive",biliti:"ble",logi:"log"},n={icate:"ic",ative:"",alize:"al",iciti:"ic",ical:"ic",ful:"",ness:""},r="[^aeiou]",i="[aeiouy]",s=r+"[^aeiouy]*",o=i+"[aeiou]*",a="^("+s+")?"+o+s,u="^("+s+")?"+o+s+"("+o+")?$",l="^("+s+")?"+o+s+o+s,h="^("+s+")?"+i,m=new RegExp(a),v=new RegExp(l),b=new RegExp(u),y=new RegExp(h),E=/^(.+?)(ss|i)es$/,f=/^(.+?)([^s])s$/,p=/^(.+?)eed$/,w=/^(.+?)(ed|ing)$/,S=/.$/,I=/(at|bl|iz)$/,_=new RegExp("([^aeiouylsz])\\1$"),z=new RegExp("^"+s+i+"[^aeiouwxy]$"),A=/^(.+?[^aeiou])y$/,q=/^(.+?)(ational|tional|enci|anci|izer|bli|alli|entli|eli|ousli|ization|ation|ator|alism|iveness|fulness|ousness|aliti|iviti|biliti|logi)$/,$=/^(.+?)(icate|ative|alize|iciti|ical|ful|ness)$/,V=/^(.+?)(al|ance|ence|er|ic|able|ible|ant|ement|ment|ent|ou|ism|ate|iti|ous|ive|ize)$/,W=/^(.+?)(s|t)(ion)$/,P=/^(.+?)e$/,U=/ll$/,G=new RegExp("^"+s+i+"[^aeiouwxy]$"),N=function(c){var g,C,T,d,x,O,D;if(c.length<3)return c;if(T=c.substr(0,1),T=="y"&&(c=T.toUpperCase()+c.substr(1)),d=E,x=f,d.test(c)?c=c.replace(d,"$1$2"):x.test(c)&&(c=c.replace(x,"$1$2")),d=p,x=w,d.test(c)){var L=d.exec(c);d=m,d.test(L[1])&&(d=S,c=c.replace(d,""))}else if(x.test(c)){var L=x.exec(c);g=L[1],x=y,x.test(g)&&(c=g,x=I,O=_,D=z,x.test(c)?c=c+"e":O.test(c)?(d=S,c=c.replace(d,"")):D.test(c)&&(c=c+"e"))}if(d=A,d.test(c)){var L=d.exec(c);g=L[1],c=g+"i"}if(d=q,d.test(c)){var L=d.exec(c);g=L[1],C=L[2],d=m,d.test(g)&&(c=g+e[C])}if(d=$,d.test(c)){var L=d.exec(c);g=L[1],C=L[2],d=m,d.test(g)&&(c=g+n[C])}if(d=V,x=W,d.test(c)){var L=d.exec(c);g=L[1],d=v,d.test(g)&&(c=g)}else if(x.test(c)){var L=x.exec(c);g=L[1]+L[2],x=v,x.test(g)&&(c=g)}if(d=P,d.test(c)){var L=d.exec(c);g=L[1],d=v,x=b,O=G,(d.test(g)||x.test(g)&&!O.test(g))&&(c=g)}return d=U,x=v,d.test(c)&&x.test(c)&&(d=S,c=c.replace(d,"")),T=="y"&&(c=T.toLowerCase()+c.substr(1)),c};return function(M){return M.update(N)}}(),t.Pipeline.registerFunction(t.stemmer,"stemmer");t.generateStopWordFilter=function(e){var n=e.reduce(function(r,i){return r[i]=i,r},{});return function(r){if(r&&n[r.toString()]!==r.toString())return r}},t.stopWordFilter=t.generateStopWordFilter(["a","able","about","across","after","all","almost","also","am","among","an","and","any","are","as","at","be","because","been","but","by","can","cannot","could","dear","did","do","does","either","else","ever","every","for","from","get","got","had","has","have","he","her","hers","him","his","how","however","i","if","in","into","is","it","its","just","least","let","like","likely","may","me","might","most","must","my","neither","no","nor","not","of","off","often","on","only","or","other","our","own","rather","said","say","says","she","should","since","so","some","than","that","the","their","them","then","there","these","they","this","tis","to","too","twas","us","wants","was","we","were","what","when","where","which","while","who","whom","why","will","with","would","yet","you","your"]),t.Pipeline.registerFunction(t.stopWordFilter,"stopWordFilter");t.trimmer=function(e){return e.update(function(n){return n.replace(/^\W+/,"").replace(/\W+$/,"")})},t.Pipeline.registerFunction(t.trimmer,"trimmer");t.TokenSet=function(){this.final=!1,this.edges={},this.id=t.TokenSet._nextId,t.TokenSet._nextId+=1},t.TokenSet._nextId=1,t.TokenSet.fromArray=function(e){for(var n=new t.TokenSet.Builder,r=0,i=e.length;r<i;r++)n.insert(e[r]);return n.finish(),n.root},t.TokenSet.fromClause=function(e){return"editDistance"in e?t.TokenSet.fromFuzzyString(e.term,e.editDistance):t.TokenSet.fromString(e.term)},t.TokenSet.fromFuzzyString=function(e,n){for(var r=new t.TokenSet,i=[{node:r,editsRemaining:n,str:e}];i.length;){var s=i.pop();if(s.str.length>0){var o=s.str.charAt(0),a;o in s.node.edges?a=s.node.edges[o]:(a=new t.TokenSet,s.node.edges[o]=a),s.str.length==1&&(a.final=!0),i.push({node:a,editsRemaining:s.editsRemaining,str:s.str.slice(1)})}if(s.editsRemaining!=0){if("*"in s.node.edges)var u=s.node.edges["*"];else{var u=new t.TokenSet;s.node.edges["*"]=u}if(s.str.length==0&&(u.final=!0),i.push({node:u,editsRemaining:s.editsRemaining-1,str:s.str}),s.str.length>1&&i.push({node:s.node,editsRemaining:s.editsRemaining-1,str:s.str.slice(1)}),s.str.length==1&&(s.node.final=!0),s.str.length>=1){if("*"in s.node.edges)var l=s.node.edges["*"];else{var l=new t.TokenSet;s.node.edges["*"]=l}s.str.length==1&&(l.final=!0),i.push({node:l,editsRemaining:s.editsRemaining-1,str:s.str.slice(1)})}if(s.str.length>1){var h=s.str.charAt(0),m=s.str.charAt(1),v;m in s.node.edges?v=s.node.edges[m]:(v=new t.TokenSet,s.node.edges[m]=v),s.str.length==1&&(v.final=!0),i.push({node:v,editsRemaining:s.editsRemaining-1,str:h+s.str.slice(2)})}}}return r},t.TokenSet.fromString=function(e){for(var n=new t.TokenSet,r=n,i=0,s=e.length;i<s;i++){var o=e[i],a=i==s-1;if(o=="*")n.edges[o]=n,n.final=a;else{var u=new t.TokenSet;u.final=a,n.edges[o]=u,n=u}}return r},t.TokenSet.prototype.toArray=function(){for(var e=[],n=[{prefix:"",node:this}];n.length;){var r=n.pop(),i=Object.keys(r.node.edges),s=i.length;r.node.final&&(r.prefix.charAt(0),e.push(r.prefix));for(var o=0;o<s;o++){var a=i[o];n.push({prefix:r.prefix.concat(a),node:r.node.edges[a]})}}return e},t.TokenSet.prototype.toString=function(){if(this._str)return this._str;for(var e=this.final?"1":"0",n=Object.keys(this.edges).sort(),r=n.length,i=0;i<r;i++){var s=n[i],o=this.edges[s];e=e+s+o.id}return e},t.TokenSet.prototype.intersect=function(e){for(var n=new t.TokenSet,r=void 0,i=[{qNode:e,output:n,node:this}];i.length;){r=i.pop();for(var s=Object.keys(r.qNode.edges),o=s.length,a=Object.keys(r.node.edges),u=a.length,l=0;l<o;l++)for(var h=s[l],m=0;m<u;m++){var v=a[m];if(v==h||h=="*"){var b=r.node.edges[v],y=r.qNode.edges[h],E=b.final&&y.final,f=void 0;v in r.output.edges?(f=r.output.edges[v],f.final=f.final||E):(f=new t.TokenSet,f.final=E,r.output.edges[v]=f),i.push({qNode:y,output:f,node:b})}}}return n},t.TokenSet.Builder=function(){this.previousWord="",this.root=new t.TokenSet,this.uncheckedNodes=[],this.minimizedNodes={}},t.TokenSet.Builder.prototype.insert=function(e){var n,r=0;if(e<this.previousWord)throw new Error("Out of order word insertion");for(var i=0;i<e.length&&i<this.previousWord.length&&e[i]==this.previousWord[i];i++)r++;this.minimize(r),this.uncheckedNodes.length==0?n=this.root:n=this.uncheckedNodes[this.uncheckedNodes.length-1].child;for(var i=r;i<e.length;i++){var s=new t.TokenSet,o=e[i];n.edges[o]=s,this.uncheckedNodes.push({parent:n,char:o,child:s}),n=s}n.final=!0,this.previousWord=e},t.TokenSet.Builder.prototype.finish=function(){this.minimize(0)},t.TokenSet.Builder.prototype.minimize=function(e){for(var n=this.uncheckedNodes.length-1;n>=e;n--){var r=this.uncheckedNodes[n],i=r.child.toString();i in this.minimizedNodes?r.parent.edges[r.char]=this.minimizedNodes[i]:(r.child._str=i,this.minimizedNodes[i]=r.child),this.uncheckedNodes.pop()}};t.Index=function(e){this.invertedIndex=e.invertedIndex,this.fieldVectors=e.fieldVectors,this.tokenSet=e.tokenSet,this.fields=e.fields,this.pipeline=e.pipeline},t.Index.prototype.search=function(e){return this.query(function(n){var r=new t.QueryParser(e,n);r.parse()})},t.Index.prototype.query=function(e){for(var n=new t.Query(this.fields),r=Object.create(null),i=Object.create(null),s=Object.create(null),o=Object.create(null),a=Object.create(null),u=0;u<this.fields.length;u++)i[this.fields[u]]=new t.Vector;e.call(n,n);for(var u=0;u<n.clauses.length;u++){var l=n.clauses[u],h=null,m=t.Set.empty;l.usePipeline?h=this.pipeline.runString(l.term,{fields:l.fields}):h=[l.term];for(var v=0;v<h.length;v++){var b=h[v];l.term=b;var y=t.TokenSet.fromClause(l),E=this.tokenSet.intersect(y).toArray();if(E.length===0&&l.presence===t.Query.presence.REQUIRED){for(var f=0;f<l.fields.length;f++){var p=l.fields[f];o[p]=t.Set.empty}break}for(var w=0;w<E.length;w++)for(var S=E[w],I=this.invertedIndex[S],_=I._index,f=0;f<l.fields.length;f++){var p=l.fields[f],z=I[p],A=Object.keys(z),q=S+"/"+p,$=new t.Set(A);if(l.presence==t.Query.presence.REQUIRED&&(m=m.union($),o[p]===void 0&&(o[p]=t.Set.complete)),l.presence==t.Query.presence.PROHIBITED){a[p]===void 0&&(a[p]=t.Set.empty),a[p]=a[p].union($);continue}if(i[p].upsert(_,l.boost,function(ke,Ie){return ke+Ie}),!s[q]){for(var V=0;V<A.length;V++){var W=A[V],P=new t.FieldRef(W,p),U=z[W],G;(G=r[P])===void 0?r[P]=new t.MatchData(S,p,U):G.add(S,p,U)}s[q]=!0}}}if(l.presence===t.Query.presence.REQUIRED)for(var f=0;f<l.fields.length;f++){var p=l.fields[f];o[p]=o[p].intersect(m)}}for(var N=t.Set.complete,M=t.Set.empty,u=0;u<this.fields.length;u++){var p=this.fields[u];o[p]&&(N=N.intersect(o[p])),a[p]&&(M=M.union(a[p]))}var c=Object.keys(r),g=[],C=Object.create(null);if(n.isNegated()){c=Object.keys(this.fieldVectors);for(var u=0;u<c.length;u++){var P=c[u],T=t.FieldRef.fromString(P);r[P]=new t.MatchData}}for(var u=0;u<c.length;u++){var T=t.FieldRef.fromString(c[u]),d=T.docRef;if(!!N.contains(d)&&!M.contains(d)){var x=this.fieldVectors[T],O=i[T.fieldName].similarity(x),D;if((D=C[d])!==void 0)D.score+=O,D.matchData.combine(r[T]);else{var L={ref:d,score:O,matchData:r[T]};C[d]=L,g.push(L)}}}return g.sort(function(we,Te){return Te.score-we.score})},t.Index.prototype.toJSON=function(){var e=Object.keys(this.invertedIndex).sort().map(function(r){return[r,this.invertedIndex[r]]},this),n=Object.keys(this.fieldVectors).map(function(r){return[r,this.fieldVectors[r].toJSON()]},this);return{version:t.version,fields:this.fields,fieldVectors:n,invertedIndex:e,pipeline:this.pipeline.toJSON()}},t.Index.load=function(e){var n={},r={},i=e.fieldVectors,s=Object.create(null),o=e.invertedIndex,a=new t.TokenSet.Builder,u=t.Pipeline.load(e.pipeline);e.version!=t.version&&t.utils.warn("Version mismatch when loading serialised index. Current version of lunr '"+t.version+"' does not match serialized index '"+e.version+"'");for(var l=0;l<i.length;l++){var h=i[l],m=h[0],v=h[1];r[m]=new t.Vector(v)}for(var l=0;l<o.length;l++){var h=o[l],b=h[0],y=h[1];a.insert(b),s[b]=y}return a.finish(),n.fields=e.fields,n.fieldVectors=r,n.invertedIndex=s,n.tokenSet=a.root,n.pipeline=u,new t.Index(n)};t.Builder=function(){this._ref="id",this._fields=Object.create(null),this._documents=Object.create(null),this.invertedIndex=Object.create(null),this.fieldTermFrequencies={},this.fieldLengths={},this.tokenizer=t.tokenizer,this.pipeline=new t.Pipeline,this.searchPipeline=new t.Pipeline,this.documentCount=0,this._b=.75,this._k1=1.2,this.termIndex=0,this.metadataWhitelist=[]},t.Builder.prototype.ref=function(e){this._ref=e},t.Builder.prototype.field=function(e,n){if(/\//.test(e))throw new RangeError("Field '"+e+"' contains illegal character '/'");this._fields[e]=n||{}},t.Builder.prototype.b=function(e){e<0?this._b=0:e>1?this._b=1:this._b=e},t.Builder.prototype.k1=function(e){this._k1=e},t.Builder.prototype.add=function(e,n){var r=e[this._ref],i=Object.keys(this._fields);this._documents[r]=n||{},this.documentCount+=1;for(var s=0;s<i.length;s++){var o=i[s],a=this._fields[o].extractor,u=a?a(e):e[o],l=this.tokenizer(u,{fields:[o]}),h=this.pipeline.run(l),m=new t.FieldRef(r,o),v=Object.create(null);this.fieldTermFrequencies[m]=v,this.fieldLengths[m]=0,this.fieldLengths[m]+=h.length;for(var b=0;b<h.length;b++){var y=h[b];if(v[y]==null&&(v[y]=0),v[y]+=1,this.invertedIndex[y]==null){var E=Object.create(null);E._index=this.termIndex,this.termIndex+=1;for(var f=0;f<i.length;f++)E[i[f]]=Object.create(null);this.invertedIndex[y]=E}this.invertedIndex[y][o][r]==null&&(this.invertedIndex[y][o][r]=Object.create(null));for(var p=0;p<this.metadataWhitelist.length;p++){var w=this.metadataWhitelist[p],S=y.metadata[w];this.invertedIndex[y][o][r][w]==null&&(this.invertedIndex[y][o][r][w]=[]),this.invertedIndex[y][o][r][w].push(S)}}}},t.Builder.prototype.calculateAverageFieldLengths=function(){for(var e=Object.keys(this.fieldLengths),n=e.length,r={},i={},s=0;s<n;s++){var o=t.FieldRef.fromString(e[s]),a=o.fieldName;i[a]||(i[a]=0),i[a]+=1,r[a]||(r[a]=0),r[a]+=this.fieldLengths[o]}for(var u=Object.keys(this._fields),s=0;s<u.length;s++){var l=u[s];r[l]=r[l]/i[l]}this.averageFieldLength=r},t.Builder.prototype.createFieldVectors=function(){for(var e={},n=Object.keys(this.fieldTermFrequencies),r=n.length,i=Object.create(null),s=0;s<r;s++){for(var o=t.FieldRef.fromString(n[s]),a=o.fieldName,u=this.fieldLengths[o],l=new t.Vector,h=this.fieldTermFrequencies[o],m=Object.keys(h),v=m.length,b=this._fields[a].boost||1,y=this._documents[o.docRef].boost||1,E=0;E<v;E++){var f=m[E],p=h[f],w=this.invertedIndex[f]._index,S,I,_;i[f]===void 0?(S=t.idf(this.invertedIndex[f],this.documentCount),i[f]=S):S=i[f],I=S*((this._k1+1)*p)/(this._k1*(1-this._b+this._b*(u/this.averageFieldLength[a]))+p),I*=b,I*=y,_=Math.round(I*1e3)/1e3,l.insert(w,_)}e[o]=l}this.fieldVectors=e},t.Builder.prototype.createTokenSet=function(){this.tokenSet=t.TokenSet.fromArray(Object.keys(this.invertedIndex).sort())},t.Builder.prototype.build=function(){return this.calculateAverageFieldLengths(),this.createFieldVectors(),this.createTokenSet(),new t.Index({invertedIndex:this.invertedIndex,fieldVectors:this.fieldVectors,tokenSet:this.tokenSet,fields:Object.keys(this._fields),pipeline:this.searchPipeline})},t.Builder.prototype.use=function(e){var n=Array.prototype.slice.call(arguments,1);n.unshift(this),e.apply(this,n)},t.MatchData=function(e,n,r){for(var i=Object.create(null),s=Object.keys(r||{}),o=0;o<s.length;o++){var a=s[o];i[a]=r[a].slice()}this.metadata=Object.create(null),e!==void 0&&(this.metadata[e]=Object.create(null),this.metadata[e][n]=i)},t.MatchData.prototype.combine=function(e){for(var n=Object.keys(e.metadata),r=0;r<n.length;r++){var i=n[r],s=Object.keys(e.metadata[i]);this.metadata[i]==null&&(this.metadata[i]=Object.create(null));for(var o=0;o<s.length;o++){var a=s[o],u=Object.keys(e.metadata[i][a]);this.metadata[i][a]==null&&(this.metadata[i][a]=Object.create(null));for(var l=0;l<u.length;l++){var h=u[l];this.metadata[i][a][h]==null?this.metadata[i][a][h]=e.metadata[i][a][h]:this.metadata[i][a][h]=this.metadata[i][a][h].concat(e.metadata[i][a][h])}}}},t.MatchData.prototype.add=function(e,n,r){if(!(e in this.metadata)){this.metadata[e]=Object.create(null),this.metadata[e][n]=r;return}if(!(n in this.metadata[e])){this.metadata[e][n]=r;return}for(var i=Object.keys(r),s=0;s<i.length;s++){var o=i[s];o in this.metadata[e][n]?this.metadata[e][n][o]=this.metadata[e][n][o].concat(r[o]):this.metadata[e][n][o]=r[o]}},t.Query=function(e){this.clauses=[],this.allFields=e},t.Query.wildcard=new String("*"),t.Query.wildcard.NONE=0,t.Query.wildcard.LEADING=1,t.Query.wildcard.TRAILING=2,t.Query.presence={OPTIONAL:1,REQUIRED:2,PROHIBITED:3},t.Query.prototype.clause=function(e){return"fields"in e||(e.fields=this.allFields),"boost"in e||(e.boost=1),"usePipeline"in e||(e.usePipeline=!0),"wildcard"in e||(e.wildcard=t.Query.wildcard.NONE),e.wildcard&t.Query.wildcard.LEADING&&e.term.charAt(0)!=t.Query.wildcard&&(e.term="*"+e.term),e.wildcard&t.Query.wildcard.TRAILING&&e.term.slice(-1)!=t.Query.wildcard&&(e.term=""+e.term+"*"),"presence"in e||(e.presence=t.Query.presence.OPTIONAL),this.clauses.push(e),this},t.Query.prototype.isNegated=function(){for(var e=0;e<this.clauses.length;e++)if(this.clauses[e].presence!=t.Query.presence.PROHIBITED)return!1;return!0},t.Query.prototype.term=function(e,n){if(Array.isArray(e))return e.forEach(function(i){this.term(i,t.utils.clone(n))},this),this;var r=n||{};return r.term=e.toString(),this.clause(r),this},t.QueryParseError=function(e,n,r){this.name="QueryParseError",this.message=e,this.start=n,this.end=r},t.QueryParseError.prototype=new Error,t.QueryLexer=function(e){this.lexemes=[],this.str=e,this.length=e.length,this.pos=0,this.start=0,this.escapeCharPositions=[]},t.QueryLexer.prototype.run=function(){for(var e=t.QueryLexer.lexText;e;)e=e(this)},t.QueryLexer.prototype.sliceString=function(){for(var e=[],n=this.start,r=this.pos,i=0;i<this.escapeCharPositions.length;i++)r=this.escapeCharPositions[i],e.push(this.str.slice(n,r)),n=r+1;return e.push(this.str.slice(n,this.pos)),this.escapeCharPositions.length=0,e.join("")},t.QueryLexer.prototype.emit=function(e){this.lexemes.push({type:e,str:this.sliceString(),start:this.start,end:this.pos}),this.start=this.pos},t.QueryLexer.prototype.escapeCharacter=function(){this.escapeCharPositions.push(this.pos-1),this.pos+=1},t.QueryLexer.prototype.next=function(){if(this.pos>=this.length)return t.QueryLexer.EOS;var e=this.str.charAt(this.pos);return this.pos+=1,e},t.QueryLexer.prototype.width=function(){return this.pos-this.start},t.QueryLexer.prototype.ignore=function(){this.start==this.pos&&(this.pos+=1),this.start=this.pos},t.QueryLexer.prototype.backup=function(){this.pos-=1},t.QueryLexer.prototype.acceptDigitRun=function(){var e,n;do e=this.next(),n=e.charCodeAt(0);while(n>47&&n<58);e!=t.QueryLexer.EOS&&this.backup()},t.QueryLexer.prototype.more=function(){return this.pos<this.length},t.QueryLexer.EOS="EOS",t.QueryLexer.FIELD="FIELD",t.QueryLexer.TERM="TERM",t.QueryLexer.EDIT_DISTANCE="EDIT_DISTANCE",t.QueryLexer.BOOST="BOOST",t.QueryLexer.PRESENCE="PRESENCE",t.QueryLexer.lexField=function(e){return e.backup(),e.emit(t.QueryLexer.FIELD),e.ignore(),t.QueryLexer.lexText},t.QueryLexer.lexTerm=function(e){if(e.width()>1&&(e.backup(),e.emit(t.QueryLexer.TERM)),e.ignore(),e.more())return t.QueryLexer.lexText},t.QueryLexer.lexEditDistance=function(e){return e.ignore(),e.acceptDigitRun(),e.emit(t.QueryLexer.EDIT_DISTANCE),t.QueryLexer.lexText},t.QueryLexer.lexBoost=function(e){return e.ignore(),e.acceptDigitRun(),e.emit(t.QueryLexer.BOOST),t.QueryLexer.lexText},t.QueryLexer.lexEOS=function(e){e.width()>0&&e.emit(t.QueryLexer.TERM)},t.QueryLexer.termSeparator=t.tokenizer.separator,t.QueryLexer.lexText=function(e){for(;;){var n=e.next();if(n==t.QueryLexer.EOS)return t.QueryLexer.lexEOS;if(n.charCodeAt(0)==92){e.escapeCharacter();continue}if(n==":")return t.QueryLexer.lexField;if(n=="~")return e.backup(),e.width()>0&&e.emit(t.QueryLexer.TERM),t.QueryLexer.lexEditDistance;if(n=="^")return e.backup(),e.width()>0&&e.emit(t.QueryLexer.TERM),t.QueryLexer.lexBoost;if(n=="+"&&e.width()===1||n=="-"&&e.width()===1)return e.emit(t.QueryLexer.PRESENCE),t.QueryLexer.lexText;if(n.match(t.QueryLexer.termSeparator))return t.QueryLexer.lexTerm}},t.QueryParser=function(e,n){this.lexer=new t.QueryLexer(e),this.query=n,this.currentClause={},this.lexemeIdx=0},t.QueryParser.prototype.parse=function(){this.lexer.run(),this.lexemes=this.lexer.lexemes;for(var e=t.QueryParser.parseClause;e;)e=e(this);return this.query},t.QueryParser.prototype.peekLexeme=function(){return this.lexemes[this.lexemeIdx]},t.QueryParser.prototype.consumeLexeme=function(){var e=this.peekLexeme();return this.lexemeIdx+=1,e},t.QueryParser.prototype.nextClause=function(){var e=this.currentClause;this.query.clause(e),this.currentClause={}},t.QueryParser.parseClause=function(e){var n=e.peekLexeme();if(n!=null)switch(n.type){case t.QueryLexer.PRESENCE:return t.QueryParser.parsePresence;case t.QueryLexer.FIELD:return t.QueryParser.parseField;case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var r="expected either a field or a term, found "+n.type;throw n.str.length>=1&&(r+=" with value '"+n.str+"'"),new t.QueryParseError(r,n.start,n.end)}},t.QueryParser.parsePresence=function(e){var n=e.consumeLexeme();if(n!=null){switch(n.str){case"-":e.currentClause.presence=t.Query.presence.PROHIBITED;break;case"+":e.currentClause.presence=t.Query.presence.REQUIRED;break;default:var r="unrecognised presence operator'"+n.str+"'";throw new t.QueryParseError(r,n.start,n.end)}var i=e.peekLexeme();if(i==null){var r="expecting term or field, found nothing";throw new t.QueryParseError(r,n.start,n.end)}switch(i.type){case t.QueryLexer.FIELD:return t.QueryParser.parseField;case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var r="expecting term or field, found '"+i.type+"'";throw new t.QueryParseError(r,i.start,i.end)}}},t.QueryParser.parseField=function(e){var n=e.consumeLexeme();if(n!=null){if(e.query.allFields.indexOf(n.str)==-1){var r=e.query.allFields.map(function(o){return"'"+o+"'"}).join(", "),i="unrecognised field '"+n.str+"', possible fields: "+r;throw new t.QueryParseError(i,n.start,n.end)}e.currentClause.fields=[n.str];var s=e.peekLexeme();if(s==null){var i="expecting term, found nothing";throw new t.QueryParseError(i,n.start,n.end)}switch(s.type){case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var i="expecting term, found '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},t.QueryParser.parseTerm=function(e){var n=e.consumeLexeme();if(n!=null){e.currentClause.term=n.str.toLowerCase(),n.str.indexOf("*")!=-1&&(e.currentClause.usePipeline=!1);var r=e.peekLexeme();if(r==null){e.nextClause();return}switch(r.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+r.type+"'";throw new t.QueryParseError(i,r.start,r.end)}}},t.QueryParser.parseEditDistance=function(e){var n=e.consumeLexeme();if(n!=null){var r=parseInt(n.str,10);if(isNaN(r)){var i="edit distance must be numeric";throw new t.QueryParseError(i,n.start,n.end)}e.currentClause.editDistance=r;var s=e.peekLexeme();if(s==null){e.nextClause();return}switch(s.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},t.QueryParser.parseBoost=function(e){var n=e.consumeLexeme();if(n!=null){var r=parseInt(n.str,10);if(isNaN(r)){var i="boost must be numeric";throw new t.QueryParseError(i,n.start,n.end)}e.currentClause.boost=r;var s=e.peekLexeme();if(s==null){e.nextClause();return}switch(s.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},function(e,n){typeof define=="function"&&define.amd?define(n):typeof ce=="object"?he.exports=n():e.lunr=n()}(this,function(){return t})})()});var le=[];function j(t,e){le.push({selector:e,constructor:t})}var Y=class{constructor(){this.createComponents(document.body)}createComponents(e){le.forEach(n=>{e.querySelectorAll(n.selector).forEach(r=>{r.dataset.hasInstance||(new n.constructor({el:r}),r.dataset.hasInstance=String(!0))})})}};var k=class{constructor(e){this.el=e.el}};var J=class{constructor(){this.listeners={}}addEventListener(e,n){e in this.listeners||(this.listeners[e]=[]),this.listeners[e].push(n)}removeEventListener(e,n){if(!(e in this.listeners))return;let r=this.listeners[e];for(let i=0,s=r.length;i<s;i++)if(r[i]===n){r.splice(i,1);return}}dispatchEvent(e){if(!(e.type in this.listeners))return!0;let n=this.listeners[e.type].slice();for(let r=0,i=n.length;r<i;r++)n[r].call(this,e);return!e.defaultPrevented}};var ne=(t,e=100)=>{let n=Date.now();return(...r)=>{n+e-Date.now()<0&&(t(...r),n=Date.now())}};var re=class extends J{constructor(){super();this.scrollTop=0;this.lastY=0;this.width=0;this.height=0;this.showToolbar=!0;this.toolbar=document.querySelector(".tsd-page-toolbar"),this.navigation=document.querySelector(".col-menu"),window.addEventListener("scroll",ne(()=>this.onScroll(),10)),window.addEventListener("resize",ne(()=>this.onResize(),10)),this.searchInput=document.querySelector("#tsd-search input"),this.searchInput&&this.searchInput.addEventListener("focus",()=>{this.hideShowToolbar()}),this.onResize(),this.onScroll()}triggerResize(){let n=new CustomEvent("resize",{detail:{width:this.width,height:this.height}});this.dispatchEvent(n)}onResize(){this.width=window.innerWidth||0,this.height=window.innerHeight||0;let n=new CustomEvent("resize",{detail:{width:this.width,height:this.height}});this.dispatchEvent(n)}onScroll(){this.scrollTop=window.scrollY||0;let n=new CustomEvent("scroll",{detail:{scrollTop:this.scrollTop}});this.dispatchEvent(n),this.hideShowToolbar()}hideShowToolbar(){let n=this.showToolbar;this.showToolbar=this.lastY>=this.scrollTop||this.scrollTop<=0||!!this.searchInput&&this.searchInput===document.activeElement,n!==this.showToolbar&&(this.toolbar.classList.toggle("tsd-page-toolbar--hide"),this.navigation?.classList.toggle("col-menu--hide")),this.lastY=this.scrollTop}},R=re;R.instance=new re;var X=class extends k{constructor(n){super(n);this.anchors=[];this.index=-1;R.instance.addEventListener("resize",()=>this.onResize()),R.instance.addEventListener("scroll",r=>this.onScroll(r)),this.createAnchors()}createAnchors(){let n=window.location.href;n.indexOf("#")!=-1&&(n=n.substring(0,n.indexOf("#"))),this.el.querySelectorAll("a").forEach(r=>{let i=r.href;if(i.indexOf("#")==-1||i.substring(0,n.length)!=n)return;let s=i.substring(i.indexOf("#")+1),o=document.querySelector("a.tsd-anchor[name="+s+"]"),a=r.parentNode;!o||!a||this.anchors.push({link:a,anchor:o,position:0})}),this.onResize()}onResize(){let n;for(let i=0,s=this.anchors.length;i<s;i++){n=this.anchors[i];let o=n.anchor.getBoundingClientRect();n.position=o.top+document.body.scrollTop}this.anchors.sort((i,s)=>i.position-s.position);let r=new CustomEvent("scroll",{detail:{scrollTop:R.instance.scrollTop}});this.onScroll(r)}onScroll(n){let r=n.detail.scrollTop+5,i=this.anchors,s=i.length-1,o=this.index;for(;o>-1&&i[o].position>r;)o-=1;for(;o<s&&i[o+1].position<r;)o+=1;this.index!=o&&(this.index>-1&&this.anchors[this.index].link.classList.remove("focus"),this.index=o,this.index>-1&&this.anchors[this.index].link.classList.add("focus"))}};var ue=(t,e=100)=>{let n;return(...r)=>{clearTimeout(n),n=setTimeout(()=>t(r),e)}};var me=De(de());function ve(){let t=document.getElementById("tsd-search");if(!t)return;let e=document.getElementById("search-script");t.classList.add("loading"),e&&(e.addEventListener("error",()=>{t.classList.remove("loading"),t.classList.add("failure")}),e.addEventListener("load",()=>{t.classList.remove("loading"),t.classList.add("ready")}),window.searchData&&t.classList.remove("loading"));let n=document.querySelector("#tsd-search input"),r=document.querySelector("#tsd-search .results");if(!n||!r)throw new Error("The input field or the result list wrapper was not found");let i=!1;r.addEventListener("mousedown",()=>i=!0),r.addEventListener("mouseup",()=>{i=!1,t.classList.remove("has-focus")}),n.addEventListener("focus",()=>t.classList.add("has-focus")),n.addEventListener("blur",()=>{i||(i=!1,t.classList.remove("has-focus"))});let s={base:t.dataset.base+"/"};Fe(t,r,n,s)}function Fe(t,e,n,r){n.addEventListener("input",ue(()=>{Ae(t,e,n,r)},200));let i=!1;n.addEventListener("keydown",s=>{i=!0,s.key=="Enter"?Ve(e,n):s.key=="Escape"?n.blur():s.key=="ArrowUp"?fe(e,-1):s.key==="ArrowDown"?fe(e,1):i=!1}),n.addEventListener("keypress",s=>{i&&s.preventDefault()}),document.body.addEventListener("keydown",s=>{s.altKey||s.ctrlKey||s.metaKey||!n.matches(":focus")&&s.key==="/"&&(n.focus(),s.preventDefault())})}function He(t,e){t.index||window.searchData&&(e.classList.remove("loading"),e.classList.add("ready"),t.data=window.searchData,t.index=me.Index.load(window.searchData.index))}function Ae(t,e,n,r){if(He(r,t),!r.index||!r.data)return;e.textContent="";let i=n.value.trim(),s=i?r.index.search(`*${i}*`):[];for(let o=0;o<s.length;o++){let a=s[o],u=r.data.rows[Number(a.ref)],l=1;u.name.toLowerCase().startsWith(i.toLowerCase())&&(l*=1+1/(1+Math.abs(u.name.length-i.length))),a.score*=l}s.sort((o,a)=>a.score-o.score);for(let o=0,a=Math.min(10,s.length);o<a;o++){let u=r.data.rows[Number(s[o].ref)],l=pe(u.name,i);globalThis.DEBUG_SEARCH_WEIGHTS&&(l+=` (score: ${s[o].score.toFixed(2)})`),u.parent&&(l=`<span class="parent">${pe(u.parent,i)}.</span>${l}`);let h=document.createElement("li");h.classList.value=u.classes??"";let m=document.createElement("a");m.href=r.base+u.url,m.innerHTML=l,h.append(m),e.appendChild(h)}}function fe(t,e){let n=t.querySelector(".current");if(!n)n=t.querySelector(e==1?"li:first-child":"li:last-child"),n&&n.classList.add("current");else{let r=n;if(e===1)do r=r.nextElementSibling??void 0;while(r instanceof HTMLElement&&r.offsetParent==null);else do r=r.previousElementSibling??void 0;while(r instanceof HTMLElement&&r.offsetParent==null);r&&(n.classList.remove("current"),r.classList.add("current"))}}function Ve(t,e){let n=t.querySelector(".current");if(n||(n=t.querySelector("li:first-child")),n){let r=n.querySelector("a");r&&(window.location.href=r.href),e.blur()}}function pe(t,e){if(e==="")return t;let n=t.toLocaleLowerCase(),r=e.toLocaleLowerCase(),i=[],s=0,o=n.indexOf(r);for(;o!=-1;)i.push(ie(t.substring(s,o)),`<b>${ie(t.substring(o,o+r.length))}</b>`),s=o+r.length,o=n.indexOf(r,s);return i.push(ie(t.substring(s))),i.join("")}var Ne={"&":"&","<":"<",">":">","'":"'",'"':"""};function ie(t){return t.replace(/[&<>"'"]/g,e=>Ne[e])}var F="mousedown",ye="mousemove",B="mouseup",Z={x:0,y:0},ge=!1,se=!1,je=!1,H=!1,xe=/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent);document.documentElement.classList.add(xe?"is-mobile":"not-mobile");xe&&"ontouchstart"in document.documentElement&&(je=!0,F="touchstart",ye="touchmove",B="touchend");document.addEventListener(F,t=>{se=!0,H=!1;let e=F=="touchstart"?t.targetTouches[0]:t;Z.y=e.pageY||0,Z.x=e.pageX||0});document.addEventListener(ye,t=>{if(!!se&&!H){let e=F=="touchstart"?t.targetTouches[0]:t,n=Z.x-(e.pageX||0),r=Z.y-(e.pageY||0);H=Math.sqrt(n*n+r*r)>10}});document.addEventListener(B,()=>{se=!1});document.addEventListener("click",t=>{ge&&(t.preventDefault(),t.stopImmediatePropagation(),ge=!1)});var K=class extends k{constructor(n){super(n);this.className=this.el.dataset.toggle||"",this.el.addEventListener(B,r=>this.onPointerUp(r)),this.el.addEventListener("click",r=>r.preventDefault()),document.addEventListener(F,r=>this.onDocumentPointerDown(r)),document.addEventListener(B,r=>this.onDocumentPointerUp(r))}setActive(n){if(this.active==n)return;this.active=n,document.documentElement.classList.toggle("has-"+this.className,n),this.el.classList.toggle("active",n);let r=(this.active?"to-has-":"from-has-")+this.className;document.documentElement.classList.add(r),setTimeout(()=>document.documentElement.classList.remove(r),500)}onPointerUp(n){H||(this.setActive(!0),n.preventDefault())}onDocumentPointerDown(n){if(this.active){if(n.target.closest(".col-menu, .tsd-filter-group"))return;this.setActive(!1)}}onDocumentPointerUp(n){if(!H&&this.active&&n.target.closest(".col-menu")){let r=n.target.closest("a");if(r){let i=window.location.href;i.indexOf("#")!=-1&&(i=i.substring(0,i.indexOf("#"))),r.href.substring(0,i.length)==i&&setTimeout(()=>this.setActive(!1),250)}}}};var oe;try{oe=localStorage}catch{oe={getItem(){return null},setItem(){}}}var Q=oe;var Le=document.head.appendChild(document.createElement("style"));Le.dataset.for="filters";var ee=class extends k{constructor(n){super(n);this.key=`filter-${this.el.name}`,this.value=this.el.checked,this.el.addEventListener("change",()=>{this.setLocalStorage(this.el.checked)}),this.setLocalStorage(this.fromLocalStorage()),Le.innerHTML+=`html:not(.${this.key}) .tsd-is-${this.el.name} { display: none; }
|
|
4
|
-
`}fromLocalStorage(){let n=Q.getItem(this.key);return n?n==="true":this.el.checked}setLocalStorage(n){Q.setItem(this.key,n.toString()),this.value=n,this.handleValueChange()}handleValueChange(){this.el.checked=this.value,document.documentElement.classList.toggle(this.key,this.value),document.querySelectorAll(".tsd-index-section").forEach(n=>{n.style.display="block";let r=Array.from(n.querySelectorAll(".tsd-index-link")).every(i=>i.offsetParent==null);n.style.display=r?"none":"block"})}};var te=class extends k{constructor(n){super(n);this.calculateHeights(),this.summary=this.el.querySelector(".tsd-accordion-summary"),this.icon=this.summary.querySelector("svg"),this.key=`tsd-accordion-${this.summary.textContent.replace(/\s+/g,"-").toLowerCase()}`,this.setLocalStorage(this.fromLocalStorage(),!0),this.summary.addEventListener("click",r=>this.toggleVisibility(r)),this.icon.style.transform=this.getIconRotation()}getIconRotation(n=this.el.open){return`rotate(${n?0:-90}deg)`}calculateHeights(){let n=this.el.open,{position:r,left:i}=this.el.style;this.el.style.position="fixed",this.el.style.left="-9999px",this.el.open=!0,this.expandedHeight=this.el.offsetHeight+"px",this.el.open=!1,this.collapsedHeight=this.el.offsetHeight+"px",this.el.open=n,this.el.style.height=n?this.expandedHeight:this.collapsedHeight,this.el.style.position=r,this.el.style.left=i}toggleVisibility(n){n.preventDefault(),this.el.style.overflow="hidden",this.el.open?this.collapse():this.expand()}expand(n=!0){this.el.open=!0,this.animate(this.collapsedHeight,this.expandedHeight,{opening:!0,duration:n?300:0})}collapse(n=!0){this.animate(this.expandedHeight,this.collapsedHeight,{opening:!1,duration:n?300:0})}animate(n,r,{opening:i,duration:s=300}){if(this.animation)return;let o={duration:s,easing:"ease"};this.animation=this.el.animate({height:[n,r]},o),this.icon.animate({transform:[this.icon.style.transform||this.getIconRotation(!i),this.getIconRotation(i)]},o).addEventListener("finish",()=>{this.icon.style.transform=this.getIconRotation(i)}),this.animation.addEventListener("finish",()=>this.animationEnd(i))}animationEnd(n){this.el.open=n,this.animation=void 0,this.el.style.height="auto",this.el.style.overflow="visible",this.setLocalStorage(n)}fromLocalStorage(){let n=Q.getItem(this.key);return n?n==="true":this.el.open}setLocalStorage(n,r=!1){this.fromLocalStorage()===n&&!r||(Q.setItem(this.key,n.toString()),this.el.open=n,this.handleValueChange(r))}handleValueChange(n=!1){this.fromLocalStorage()===this.el.open&&!n||(this.fromLocalStorage()?this.expand(!1):this.collapse(!1))}};function be(t){let e=Q.getItem("tsd-theme")||"os";t.value=e,Ee(e),t.addEventListener("change",()=>{Q.setItem("tsd-theme",t.value),Ee(t.value)})}function Ee(t){document.documentElement.dataset.theme=t}ve();j(X,".menu-highlight");j(K,"a[data-toggle]");j(te,".tsd-index-accordion");j(ee,".tsd-filter-item input[type=checkbox]");var Se=document.getElementById("theme");Se&&be(Se);var Be=new Y;Object.defineProperty(window,"app",{value:Be});})();
|
|
5
|
-
/*!
|
|
6
|
-
* lunr.Builder
|
|
7
|
-
* Copyright (C) 2020 Oliver Nightingale
|
|
8
|
-
*/
|
|
9
|
-
/*!
|
|
10
|
-
* lunr.Index
|
|
11
|
-
* Copyright (C) 2020 Oliver Nightingale
|
|
12
|
-
*/
|
|
13
|
-
/*!
|
|
14
|
-
* lunr.Pipeline
|
|
15
|
-
* Copyright (C) 2020 Oliver Nightingale
|
|
16
|
-
*/
|
|
17
|
-
/*!
|
|
18
|
-
* lunr.Set
|
|
19
|
-
* Copyright (C) 2020 Oliver Nightingale
|
|
20
|
-
*/
|
|
21
|
-
/*!
|
|
22
|
-
* lunr.TokenSet
|
|
23
|
-
* Copyright (C) 2020 Oliver Nightingale
|
|
24
|
-
*/
|
|
25
|
-
/*!
|
|
26
|
-
* lunr.Vector
|
|
27
|
-
* Copyright (C) 2020 Oliver Nightingale
|
|
28
|
-
*/
|
|
29
|
-
/*!
|
|
30
|
-
* lunr.stemmer
|
|
31
|
-
* Copyright (C) 2020 Oliver Nightingale
|
|
32
|
-
* Includes code from - http://tartarus.org/~martin/PorterStemmer/js.txt
|
|
33
|
-
*/
|
|
34
|
-
/*!
|
|
35
|
-
* lunr.stopWordFilter
|
|
36
|
-
* Copyright (C) 2020 Oliver Nightingale
|
|
37
|
-
*/
|
|
38
|
-
/*!
|
|
39
|
-
* lunr.tokenizer
|
|
40
|
-
* Copyright (C) 2020 Oliver Nightingale
|
|
41
|
-
*/
|
|
42
|
-
/*!
|
|
43
|
-
* lunr.trimmer
|
|
44
|
-
* Copyright (C) 2020 Oliver Nightingale
|
|
45
|
-
*/
|
|
46
|
-
/*!
|
|
47
|
-
* lunr.utils
|
|
48
|
-
* Copyright (C) 2020 Oliver Nightingale
|
|
49
|
-
*/
|
|
50
|
-
/**
|
|
51
|
-
* lunr - http://lunrjs.com - A bit like Solr, but much smaller and not as bright - 2.3.9
|
|
52
|
-
* Copyright (C) 2020 Oliver Nightingale
|
|
53
|
-
* @license MIT
|
|
54
|
-
*/
|
package/doc/assets/search.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
window.searchData = JSON.parse("{\"kinds\":{\"64\":\"Function\",\"128\":\"Class\",\"256\":\"Interface\",\"512\":\"Constructor\",\"1024\":\"Property\",\"2048\":\"Method\",\"65536\":\"Type literal\",\"4194304\":\"Type alias\"},\"rows\":[{\"kind\":4194304,\"name\":\"Transducer\",\"url\":\"types/Transducer.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Transducer.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"Transducer\"},{\"kind\":4194304,\"name\":\"TxLike\",\"url\":\"types/TxLike.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":4194304,\"name\":\"ReductionFn\",\"url\":\"types/ReductionFn.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/ReductionFn.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"ReductionFn\"},{\"kind\":256,\"name\":\"Reducer\",\"url\":\"interfaces/Reducer.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"0\",\"url\":\"interfaces/Reducer.html#0\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Reducer\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/Reducer.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"Reducer\"},{\"kind\":1024,\"name\":\"1\",\"url\":\"interfaces/Reducer.html#1\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Reducer\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/Reducer.html#__type-2\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"Reducer\"},{\"kind\":1024,\"name\":\"2\",\"url\":\"interfaces/Reducer.html#2\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Reducer\"},{\"kind\":256,\"name\":\"IXform\",\"url\":\"interfaces/IXform.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":2048,\"name\":\"xform\",\"url\":\"interfaces/IXform.html#xform\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"IXform\"},{\"kind\":256,\"name\":\"IReducible\",\"url\":\"interfaces/IReducible.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":2048,\"name\":\"$reduce\",\"url\":\"interfaces/IReducible.html#_reduce\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"IReducible\"},{\"kind\":4194304,\"name\":\"TransformFn\",\"url\":\"types/TransformFn.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/TransformFn.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"TransformFn\"},{\"kind\":4194304,\"name\":\"TransformSubSpec\",\"url\":\"types/TransformSubSpec.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":256,\"name\":\"TransformSpec\",\"url\":\"interfaces/TransformSpec.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"0\",\"url\":\"interfaces/TransformSpec.html#0\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TransformSpec\"},{\"kind\":1024,\"name\":\"1\",\"url\":\"interfaces/TransformSpec.html#1\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TransformSpec\"},{\"kind\":256,\"name\":\"SortOpts\",\"url\":\"interfaces/SortOpts.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"key\",\"url\":\"interfaces/SortOpts.html#key\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SortOpts\"},{\"kind\":1024,\"name\":\"compare\",\"url\":\"interfaces/SortOpts.html#compare\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SortOpts\"},{\"kind\":256,\"name\":\"GroupByOpts\",\"url\":\"interfaces/GroupByOpts.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"key\",\"url\":\"interfaces/GroupByOpts.html#key\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GroupByOpts\"},{\"kind\":1024,\"name\":\"group\",\"url\":\"interfaces/GroupByOpts.html#group\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GroupByOpts\"},{\"kind\":64,\"name\":\"ensureTransducer\",\"url\":\"functions/ensureTransducer.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"iterator\",\"url\":\"functions/iterator.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"iterator1\",\"url\":\"functions/iterator1.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"reduce\",\"url\":\"functions/reduce.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"reduceRight\",\"url\":\"functions/reduceRight.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"reducer\",\"url\":\"functions/reducer-1.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"$$reduce\",\"url\":\"functions/__reduce.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":128,\"name\":\"Reduced\",\"url\":\"classes/Reduced.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Reduced.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Reduced\"},{\"kind\":1024,\"name\":\"value\",\"url\":\"classes/Reduced.html#value\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"Reduced\"},{\"kind\":2048,\"name\":\"deref\",\"url\":\"classes/Reduced.html#deref\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Reduced\"},{\"kind\":64,\"name\":\"reduced\",\"url\":\"functions/reduced-1.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"isReduced\",\"url\":\"functions/isReduced.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"ensureReduced\",\"url\":\"functions/ensureReduced.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"unreduced\",\"url\":\"functions/unreduced.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"run\",\"url\":\"functions/run.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"step\",\"url\":\"functions/step.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"functions/step.html#step.__type\",\"classes\":\"tsd-kind-type-literal\",\"parent\":\"step.step\"},{\"kind\":64,\"name\":\"transduce\",\"url\":\"functions/transduce.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"transduceRight\",\"url\":\"functions/transduceRight.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"comp\",\"url\":\"functions/comp.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"compR\",\"url\":\"functions/compR.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"deepTransform\",\"url\":\"functions/deepTransform.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"functions/deepTransform.html#deepTransform.__type\",\"classes\":\"tsd-kind-type-literal\",\"parent\":\"deepTransform.deepTransform\"},{\"kind\":64,\"name\":\"juxtR\",\"url\":\"functions/juxtR.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"lookup1d\",\"url\":\"functions/lookup1d.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"functions/lookup1d.html#lookup1d.__type\",\"classes\":\"tsd-kind-type-literal\",\"parent\":\"lookup1d.lookup1d\"},{\"kind\":64,\"name\":\"lookup2d\",\"url\":\"functions/lookup2d.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"functions/lookup2d.html#lookup2d.__type\",\"classes\":\"tsd-kind-type-literal\",\"parent\":\"lookup2d.lookup2d\"},{\"kind\":64,\"name\":\"lookup3d\",\"url\":\"functions/lookup3d.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"functions/lookup3d.html#lookup3d.__type\",\"classes\":\"tsd-kind-type-literal\",\"parent\":\"lookup3d.lookup3d\"},{\"kind\":64,\"name\":\"keySelector\",\"url\":\"functions/keySelector.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"functions/keySelector.html#keySelector.__type\",\"classes\":\"tsd-kind-type-literal\",\"parent\":\"keySelector.keySelector\"},{\"kind\":64,\"name\":\"renamer\",\"url\":\"functions/renamer.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"functions/renamer.html#renamer.__type\",\"classes\":\"tsd-kind-type-literal\",\"parent\":\"renamer.renamer\"},{\"kind\":64,\"name\":\"add\",\"url\":\"functions/add.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"assocMap\",\"url\":\"functions/assocMap.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"assocObj\",\"url\":\"functions/assocObj.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"autoObj\",\"url\":\"functions/autoObj.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"conj\",\"url\":\"functions/conj.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"count\",\"url\":\"functions/count.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"div\",\"url\":\"functions/div.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"every\",\"url\":\"functions/every.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"fill\",\"url\":\"functions/fill.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"fillN\",\"url\":\"functions/fillN.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"frequencies\",\"url\":\"functions/frequencies.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"groupBinary\",\"url\":\"functions/groupBinary.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"groupByMap\",\"url\":\"functions/groupByMap.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"groupByObj\",\"url\":\"functions/groupByObj.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"last\",\"url\":\"functions/last.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"max\",\"url\":\"functions/max.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"maxCompare\",\"url\":\"functions/maxCompare.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"maxMag\",\"url\":\"functions/maxMag.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"mean\",\"url\":\"functions/mean.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"min\",\"url\":\"functions/min.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"minCompare\",\"url\":\"functions/minCompare.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"minMag\",\"url\":\"functions/minMag.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"minMax\",\"url\":\"functions/minMax.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"mul\",\"url\":\"functions/mul.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"normCount\",\"url\":\"functions/normCount.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"normFrequencies\",\"url\":\"functions/normFrequencies.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"normFrequenciesAuto\",\"url\":\"functions/normFrequenciesAuto.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"push\",\"url\":\"functions/push.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"pushCopy\",\"url\":\"functions/pushCopy.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"pushSort\",\"url\":\"functions/pushSort.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"reductions\",\"url\":\"functions/reductions.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"some\",\"url\":\"functions/some.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"str\",\"url\":\"functions/str.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"sub\",\"url\":\"functions/sub.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"benchmark\",\"url\":\"functions/benchmark.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"cat\",\"url\":\"functions/cat.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"converge\",\"url\":\"functions/converge.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"convolve1d\",\"url\":\"functions/convolve1d.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"convolve2d\",\"url\":\"functions/convolve2d.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":4194304,\"name\":\"ConvolutionKernel1D\",\"url\":\"types/ConvolutionKernel1D.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":4194304,\"name\":\"ConvolutionKernel2D\",\"url\":\"types/ConvolutionKernel2D.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":4194304,\"name\":\"ConvolutionKernel3D\",\"url\":\"types/ConvolutionKernel3D.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":256,\"name\":\"ConvolutionOpts\",\"url\":\"interfaces/ConvolutionOpts.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"src\",\"url\":\"interfaces/ConvolutionOpts.html#src\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ConvolutionOpts\"},{\"kind\":1024,\"name\":\"weights\",\"url\":\"interfaces/ConvolutionOpts.html#weights\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ConvolutionOpts\"},{\"kind\":1024,\"name\":\"kernel\",\"url\":\"interfaces/ConvolutionOpts.html#kernel\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ConvolutionOpts\"},{\"kind\":1024,\"name\":\"width\",\"url\":\"interfaces/ConvolutionOpts.html#width\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ConvolutionOpts\"},{\"kind\":1024,\"name\":\"kwidth\",\"url\":\"interfaces/ConvolutionOpts.html#kwidth\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ConvolutionOpts\"},{\"kind\":1024,\"name\":\"wrap\",\"url\":\"interfaces/ConvolutionOpts.html#wrap\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ConvolutionOpts\"},{\"kind\":1024,\"name\":\"border\",\"url\":\"interfaces/ConvolutionOpts.html#border\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ConvolutionOpts\"},{\"kind\":1024,\"name\":\"reduce\",\"url\":\"interfaces/ConvolutionOpts.html#reduce\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ConvolutionOpts\"},{\"kind\":256,\"name\":\"Convolution1DOpts\",\"url\":\"interfaces/Convolution1DOpts.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"src\",\"url\":\"interfaces/Convolution1DOpts.html#src\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"Convolution1DOpts\"},{\"kind\":1024,\"name\":\"weights\",\"url\":\"interfaces/Convolution1DOpts.html#weights\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"Convolution1DOpts\"},{\"kind\":1024,\"name\":\"kernel\",\"url\":\"interfaces/Convolution1DOpts.html#kernel\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"Convolution1DOpts\"},{\"kind\":1024,\"name\":\"width\",\"url\":\"interfaces/Convolution1DOpts.html#width\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"Convolution1DOpts\"},{\"kind\":1024,\"name\":\"kwidth\",\"url\":\"interfaces/Convolution1DOpts.html#kwidth\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"Convolution1DOpts\"},{\"kind\":1024,\"name\":\"wrap\",\"url\":\"interfaces/Convolution1DOpts.html#wrap\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"Convolution1DOpts\"},{\"kind\":1024,\"name\":\"border\",\"url\":\"interfaces/Convolution1DOpts.html#border\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"Convolution1DOpts\"},{\"kind\":1024,\"name\":\"reduce\",\"url\":\"interfaces/Convolution1DOpts.html#reduce\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"Convolution1DOpts\"},{\"kind\":256,\"name\":\"Convolution2DOpts\",\"url\":\"interfaces/Convolution2DOpts.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"height\",\"url\":\"interfaces/Convolution2DOpts.html#height\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Convolution2DOpts\"},{\"kind\":1024,\"name\":\"kheight\",\"url\":\"interfaces/Convolution2DOpts.html#kheight\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Convolution2DOpts\"},{\"kind\":1024,\"name\":\"src\",\"url\":\"interfaces/Convolution2DOpts.html#src\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"Convolution2DOpts\"},{\"kind\":1024,\"name\":\"weights\",\"url\":\"interfaces/Convolution2DOpts.html#weights\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"Convolution2DOpts\"},{\"kind\":1024,\"name\":\"kernel\",\"url\":\"interfaces/Convolution2DOpts.html#kernel\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"Convolution2DOpts\"},{\"kind\":1024,\"name\":\"width\",\"url\":\"interfaces/Convolution2DOpts.html#width\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"Convolution2DOpts\"},{\"kind\":1024,\"name\":\"kwidth\",\"url\":\"interfaces/Convolution2DOpts.html#kwidth\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"Convolution2DOpts\"},{\"kind\":1024,\"name\":\"wrap\",\"url\":\"interfaces/Convolution2DOpts.html#wrap\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"Convolution2DOpts\"},{\"kind\":1024,\"name\":\"border\",\"url\":\"interfaces/Convolution2DOpts.html#border\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"Convolution2DOpts\"},{\"kind\":1024,\"name\":\"reduce\",\"url\":\"interfaces/Convolution2DOpts.html#reduce\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"Convolution2DOpts\"},{\"kind\":64,\"name\":\"buildKernel1d\",\"url\":\"functions/buildKernel1d.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"buildKernel2d\",\"url\":\"functions/buildKernel2d.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"dedupe\",\"url\":\"functions/dedupe.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"delayed\",\"url\":\"functions/delayed.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"distinct\",\"url\":\"functions/distinct.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":256,\"name\":\"DistinctOpts\",\"url\":\"interfaces/DistinctOpts.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"key\",\"url\":\"interfaces/DistinctOpts.html#key\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DistinctOpts\"},{\"kind\":1024,\"name\":\"cache\",\"url\":\"interfaces/DistinctOpts.html#cache\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DistinctOpts\"},{\"kind\":64,\"name\":\"dropNth\",\"url\":\"functions/dropNth.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"dropWhile\",\"url\":\"functions/dropWhile.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"drop\",\"url\":\"functions/drop.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"duplicate\",\"url\":\"functions/duplicate.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"filter\",\"url\":\"functions/filter.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"filterFuzzy\",\"url\":\"functions/filterFuzzy.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":256,\"name\":\"FilterFuzzyOpts\",\"url\":\"interfaces/FilterFuzzyOpts.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"key\",\"url\":\"interfaces/FilterFuzzyOpts.html#key\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FilterFuzzyOpts\"},{\"kind\":1024,\"name\":\"equiv\",\"url\":\"interfaces/FilterFuzzyOpts.html#equiv\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FilterFuzzyOpts\"},{\"kind\":64,\"name\":\"flattenWith\",\"url\":\"functions/flattenWith.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"flatten\",\"url\":\"functions/flatten.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"indexed\",\"url\":\"functions/indexed.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"interleave\",\"url\":\"functions/interleave.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"interpolate\",\"url\":\"functions/interpolate.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"interpolateHermite\",\"url\":\"functions/interpolateHermite.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"interpolateLinear\",\"url\":\"functions/interpolateLinear.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"interpose\",\"url\":\"functions/interpose.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"keep\",\"url\":\"functions/keep.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"labeled\",\"url\":\"functions/labeled.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":4194304,\"name\":\"LabelFn\",\"url\":\"types/LabelFn.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":64,\"name\":\"mapDeep\",\"url\":\"functions/mapDeep.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"mapIndexed\",\"url\":\"functions/mapIndexed.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"mapKeys\",\"url\":\"functions/mapKeys.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"mapNth\",\"url\":\"functions/mapNth.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"mapVals\",\"url\":\"functions/mapVals.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"map\",\"url\":\"functions/map.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"mapA\",\"url\":\"functions/mapA.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"mapcat\",\"url\":\"functions/mapcat.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"mapcatIndexed\",\"url\":\"functions/mapcatIndexed.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"matchFirst\",\"url\":\"functions/matchFirst.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"matchLast\",\"url\":\"functions/matchLast.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"movingAverage\",\"url\":\"functions/movingAverage.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"movingMedian\",\"url\":\"functions/movingMedian.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"multiplex\",\"url\":\"functions/multiplex.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"multiplexObj\",\"url\":\"functions/multiplexObj.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"noop\",\"url\":\"functions/noop.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"padLast\",\"url\":\"functions/padLast.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"page\",\"url\":\"functions/page.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"partitionBy\",\"url\":\"functions/partitionBy.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"partitionOf\",\"url\":\"functions/partitionOf.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"partitionSort\",\"url\":\"functions/partitionSort.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"partitionSync\",\"url\":\"functions/partitionSync-1.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":256,\"name\":\"PartitionSync\",\"url\":\"interfaces/PartitionSync.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":2048,\"name\":\"keys\",\"url\":\"interfaces/PartitionSync.html#keys\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"PartitionSync\"},{\"kind\":2048,\"name\":\"clear\",\"url\":\"interfaces/PartitionSync.html#clear\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"PartitionSync\"},{\"kind\":2048,\"name\":\"add\",\"url\":\"interfaces/PartitionSync.html#add\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"PartitionSync\"},{\"kind\":2048,\"name\":\"delete\",\"url\":\"interfaces/PartitionSync.html#delete\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"PartitionSync\"},{\"kind\":256,\"name\":\"PartitionSyncOpts\",\"url\":\"interfaces/PartitionSyncOpts.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"key\",\"url\":\"interfaces/PartitionSyncOpts.html#key\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"PartitionSyncOpts\"},{\"kind\":1024,\"name\":\"mergeOnly\",\"url\":\"interfaces/PartitionSyncOpts.html#mergeOnly\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"PartitionSyncOpts\"},{\"kind\":1024,\"name\":\"reset\",\"url\":\"interfaces/PartitionSyncOpts.html#reset\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"PartitionSyncOpts\"},{\"kind\":1024,\"name\":\"all\",\"url\":\"interfaces/PartitionSyncOpts.html#all\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"PartitionSyncOpts\"},{\"kind\":1024,\"name\":\"backPressure\",\"url\":\"interfaces/PartitionSyncOpts.html#backPressure\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"PartitionSyncOpts\"},{\"kind\":64,\"name\":\"partitionTime\",\"url\":\"functions/partitionTime.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"partitionWhen\",\"url\":\"functions/partitionWhen.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"partition\",\"url\":\"functions/partition.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"peek\",\"url\":\"functions/peek.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"pluck\",\"url\":\"functions/pluck.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"rechunk\",\"url\":\"functions/rechunk.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"rename\",\"url\":\"functions/rename.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"sample\",\"url\":\"functions/sample.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"scan\",\"url\":\"functions/scan.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"selectKeys\",\"url\":\"functions/selectKeys.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"sideEffect\",\"url\":\"functions/sideEffect.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"slidingWindow\",\"url\":\"functions/slidingWindow.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"streamShuffle\",\"url\":\"functions/streamShuffle.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":256,\"name\":\"StreamShuffleOpts\",\"url\":\"interfaces/StreamShuffleOpts.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"n\",\"url\":\"interfaces/StreamShuffleOpts.html#n\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"StreamShuffleOpts\"},{\"kind\":1024,\"name\":\"max\",\"url\":\"interfaces/StreamShuffleOpts.html#max\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"StreamShuffleOpts\"},{\"kind\":1024,\"name\":\"rnd\",\"url\":\"interfaces/StreamShuffleOpts.html#rnd\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"StreamShuffleOpts\"},{\"kind\":64,\"name\":\"streamSort\",\"url\":\"functions/streamSort.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"struct\",\"url\":\"functions/struct.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":256,\"name\":\"StructField\",\"url\":\"interfaces/StructField.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"0\",\"url\":\"interfaces/StructField.html#0\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"StructField\"},{\"kind\":1024,\"name\":\"1\",\"url\":\"interfaces/StructField.html#1\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"StructField\"},{\"kind\":1024,\"name\":\"2\",\"url\":\"interfaces/StructField.html#2\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"StructField\"},{\"kind\":64,\"name\":\"swizzle\",\"url\":\"functions/swizzle.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"takeNth\",\"url\":\"functions/takeNth.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"takeLast\",\"url\":\"functions/takeLast.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"takeWhile\",\"url\":\"functions/takeWhile.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"take\",\"url\":\"functions/take.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"throttle\",\"url\":\"functions/throttle.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"throttleTime\",\"url\":\"functions/throttleTime.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"toggle\",\"url\":\"functions/toggle.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"trace\",\"url\":\"functions/trace.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"wordWrap\",\"url\":\"functions/wordWrap.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":256,\"name\":\"WordWrapOpts\",\"url\":\"interfaces/WordWrapOpts.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"delim\",\"url\":\"interfaces/WordWrapOpts.html#delim\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"WordWrapOpts\"},{\"kind\":1024,\"name\":\"always\",\"url\":\"interfaces/WordWrapOpts.html#always\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"WordWrapOpts\"},{\"kind\":64,\"name\":\"asIterable\",\"url\":\"functions/asIterable.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"choices\",\"url\":\"functions/choices.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"concat\",\"url\":\"functions/concat.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"curve\",\"url\":\"functions/curve.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"cycle\",\"url\":\"functions/cycle.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"dup\",\"url\":\"functions/dup.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"extendSides\",\"url\":\"functions/extendSides.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"iterate\",\"url\":\"functions/iterate.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"keyPermutations\",\"url\":\"functions/keyPermutations.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"keys\",\"url\":\"functions/keys.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"line\",\"url\":\"functions/line.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"normRange\",\"url\":\"functions/normRange.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"normRange2d\",\"url\":\"functions/normRange2d.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"normRange3d\",\"url\":\"functions/normRange3d.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"padSides\",\"url\":\"functions/padSides.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"palindrome\",\"url\":\"functions/palindrome.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"pairs\",\"url\":\"functions/pairs.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"permutations\",\"url\":\"functions/permutations.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"permutationsN\",\"url\":\"functions/permutationsN.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"range\",\"url\":\"functions/range-1.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":128,\"name\":\"Range\",\"url\":\"classes/Range.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Range.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Range\"},{\"kind\":1024,\"name\":\"from\",\"url\":\"classes/Range.html#from\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"Range\"},{\"kind\":1024,\"name\":\"to\",\"url\":\"classes/Range.html#to\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"Range\"},{\"kind\":1024,\"name\":\"step\",\"url\":\"classes/Range.html#step\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"Range\"},{\"kind\":2048,\"name\":\"$reduce\",\"url\":\"classes/Range.html#_reduce\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Range\"},{\"kind\":2048,\"name\":\"[iterator]\",\"url\":\"classes/Range.html#_iterator_\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Range\"},{\"kind\":64,\"name\":\"range2d\",\"url\":\"functions/range2d.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"range3d\",\"url\":\"functions/range3d.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"rangeNd\",\"url\":\"functions/rangeNd.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"repeat\",\"url\":\"functions/repeat.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"repeatedly\",\"url\":\"functions/repeatedly.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"reverse\",\"url\":\"functions/reverse.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"sortedKeys\",\"url\":\"functions/sortedKeys.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"symmetric\",\"url\":\"functions/symmetric.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"tween\",\"url\":\"functions/tween.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":256,\"name\":\"TweenOpts\",\"url\":\"interfaces/TweenOpts.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"num\",\"url\":\"interfaces/TweenOpts.html#num\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TweenOpts\"},{\"kind\":1024,\"name\":\"min\",\"url\":\"interfaces/TweenOpts.html#min\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TweenOpts\"},{\"kind\":1024,\"name\":\"max\",\"url\":\"interfaces/TweenOpts.html#max\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TweenOpts\"},{\"kind\":1024,\"name\":\"init\",\"url\":\"interfaces/TweenOpts.html#init\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TweenOpts\"},{\"kind\":1024,\"name\":\"mix\",\"url\":\"interfaces/TweenOpts.html#mix\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TweenOpts\"},{\"kind\":1024,\"name\":\"easing\",\"url\":\"interfaces/TweenOpts.html#easing\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TweenOpts\"},{\"kind\":1024,\"name\":\"stops\",\"url\":\"interfaces/TweenOpts.html#stops\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TweenOpts\"},{\"kind\":64,\"name\":\"vals\",\"url\":\"functions/vals.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"wrapSides\",\"url\":\"functions/wrapSides.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"zip\",\"url\":\"functions/zip.html\",\"classes\":\"tsd-kind-function\"}],\"index\":{\"version\":\"2.3.9\",\"fields\":[\"name\",\"comment\"],\"fieldVectors\":[[\"name/0\",[0,52.222]],[\"comment/0\",[]],[\"name/1\",[1,31.019]],[\"comment/1\",[]],[\"name/2\",[2,52.222]],[\"comment/2\",[]],[\"name/3\",[3,52.222]],[\"comment/3\",[]],[\"name/4\",[1,31.019]],[\"comment/4\",[]],[\"name/5\",[4,47.113]],[\"comment/5\",[]],[\"name/6\",[5,43.749]],[\"comment/6\",[]],[\"name/7\",[1,31.019]],[\"comment/7\",[]],[\"name/8\",[6,43.749]],[\"comment/8\",[]],[\"name/9\",[1,31.019]],[\"comment/9\",[]],[\"name/10\",[7,47.113]],[\"comment/10\",[]],[\"name/11\",[8,52.222]],[\"comment/11\",[]],[\"name/12\",[9,52.222]],[\"comment/12\",[]],[\"name/13\",[10,52.222]],[\"comment/13\",[]],[\"name/14\",[11,36.127]],[\"comment/14\",[]],[\"name/15\",[12,52.222]],[\"comment/15\",[]],[\"name/16\",[1,31.019]],[\"comment/16\",[]],[\"name/17\",[13,52.222]],[\"comment/17\",[]],[\"name/18\",[14,52.222]],[\"comment/18\",[]],[\"name/19\",[5,43.749]],[\"comment/19\",[]],[\"name/20\",[6,43.749]],[\"comment/20\",[]],[\"name/21\",[15,52.222]],[\"comment/21\",[]],[\"name/22\",[16,39.229]],[\"comment/22\",[]],[\"name/23\",[17,52.222]],[\"comment/23\",[]],[\"name/24\",[18,52.222]],[\"comment/24\",[]],[\"name/25\",[16,39.229]],[\"comment/25\",[]],[\"name/26\",[19,52.222]],[\"comment/26\",[]],[\"name/27\",[20,52.222]],[\"comment/27\",[]],[\"name/28\",[21,47.113]],[\"comment/28\",[]],[\"name/29\",[22,52.222]],[\"comment/29\",[]],[\"name/30\",[11,36.127]],[\"comment/30\",[]],[\"name/31\",[23,52.222]],[\"comment/31\",[]],[\"name/32\",[4,47.113]],[\"comment/32\",[]],[\"name/33\",[11,36.127]],[\"comment/33\",[]],[\"name/34\",[24,47.113]],[\"comment/34\",[]],[\"name/35\",[25,47.113]],[\"comment/35\",[]],[\"name/36\",[26,52.222]],[\"comment/36\",[]],[\"name/37\",[27,52.222]],[\"comment/37\",[]],[\"name/38\",[24,47.113]],[\"comment/38\",[]],[\"name/39\",[28,52.222]],[\"comment/39\",[]],[\"name/40\",[29,52.222]],[\"comment/40\",[]],[\"name/41\",[30,52.222]],[\"comment/41\",[]],[\"name/42\",[31,52.222]],[\"comment/42\",[]],[\"name/43\",[32,47.113]],[\"comment/43\",[]],[\"name/44\",[1,31.019]],[\"comment/44\",[]],[\"name/45\",[33,52.222]],[\"comment/45\",[]],[\"name/46\",[34,52.222]],[\"comment/46\",[]],[\"name/47\",[35,52.222]],[\"comment/47\",[]],[\"name/48\",[36,52.222]],[\"comment/48\",[]],[\"name/49\",[37,52.222]],[\"comment/49\",[]],[\"name/50\",[1,31.019]],[\"comment/50\",[]],[\"name/51\",[38,52.222]],[\"comment/51\",[]],[\"name/52\",[39,52.222]],[\"comment/52\",[]],[\"name/53\",[1,31.019]],[\"comment/53\",[]],[\"name/54\",[40,52.222]],[\"comment/54\",[]],[\"name/55\",[1,31.019]],[\"comment/55\",[]],[\"name/56\",[41,52.222]],[\"comment/56\",[]],[\"name/57\",[1,31.019]],[\"comment/57\",[]],[\"name/58\",[42,52.222]],[\"comment/58\",[]],[\"name/59\",[1,31.019]],[\"comment/59\",[]],[\"name/60\",[43,52.222]],[\"comment/60\",[]],[\"name/61\",[1,31.019]],[\"comment/61\",[]],[\"name/62\",[44,47.113]],[\"comment/62\",[]],[\"name/63\",[45,52.222]],[\"comment/63\",[]],[\"name/64\",[46,52.222]],[\"comment/64\",[]],[\"name/65\",[47,52.222]],[\"comment/65\",[]],[\"name/66\",[48,52.222]],[\"comment/66\",[]],[\"name/67\",[49,52.222]],[\"comment/67\",[]],[\"name/68\",[50,52.222]],[\"comment/68\",[]],[\"name/69\",[51,52.222]],[\"comment/69\",[]],[\"name/70\",[52,52.222]],[\"comment/70\",[]],[\"name/71\",[53,52.222]],[\"comment/71\",[]],[\"name/72\",[54,52.222]],[\"comment/72\",[]],[\"name/73\",[55,52.222]],[\"comment/73\",[]],[\"name/74\",[56,52.222]],[\"comment/74\",[]],[\"name/75\",[57,52.222]],[\"comment/75\",[]],[\"name/76\",[58,52.222]],[\"comment/76\",[]],[\"name/77\",[59,43.749]],[\"comment/77\",[]],[\"name/78\",[60,52.222]],[\"comment/78\",[]],[\"name/79\",[61,52.222]],[\"comment/79\",[]],[\"name/80\",[62,52.222]],[\"comment/80\",[]],[\"name/81\",[63,47.113]],[\"comment/81\",[]],[\"name/82\",[64,52.222]],[\"comment/82\",[]],[\"name/83\",[65,52.222]],[\"comment/83\",[]],[\"name/84\",[66,52.222]],[\"comment/84\",[]],[\"name/85\",[67,52.222]],[\"comment/85\",[]],[\"name/86\",[68,52.222]],[\"comment/86\",[]],[\"name/87\",[69,52.222]],[\"comment/87\",[]],[\"name/88\",[70,52.222]],[\"comment/88\",[]],[\"name/89\",[71,52.222]],[\"comment/89\",[]],[\"name/90\",[72,52.222]],[\"comment/90\",[]],[\"name/91\",[73,52.222]],[\"comment/91\",[]],[\"name/92\",[74,52.222]],[\"comment/92\",[]],[\"name/93\",[75,52.222]],[\"comment/93\",[]],[\"name/94\",[76,52.222]],[\"comment/94\",[]],[\"name/95\",[77,52.222]],[\"comment/95\",[]],[\"name/96\",[78,52.222]],[\"comment/96\",[]],[\"name/97\",[79,52.222]],[\"comment/97\",[]],[\"name/98\",[80,52.222]],[\"comment/98\",[]],[\"name/99\",[81,52.222]],[\"comment/99\",[]],[\"name/100\",[82,52.222]],[\"comment/100\",[]],[\"name/101\",[83,52.222]],[\"comment/101\",[]],[\"name/102\",[84,52.222]],[\"comment/102\",[]],[\"name/103\",[85,52.222]],[\"comment/103\",[]],[\"name/104\",[86,52.222]],[\"comment/104\",[]],[\"name/105\",[87,43.749]],[\"comment/105\",[]],[\"name/106\",[88,43.749]],[\"comment/106\",[]],[\"name/107\",[89,43.749]],[\"comment/107\",[]],[\"name/108\",[90,43.749]],[\"comment/108\",[]],[\"name/109\",[91,43.749]],[\"comment/109\",[]],[\"name/110\",[92,43.749]],[\"comment/110\",[]],[\"name/111\",[93,43.749]],[\"comment/111\",[]],[\"name/112\",[11,36.127]],[\"comment/112\",[]],[\"name/113\",[94,52.222]],[\"comment/113\",[]],[\"name/114\",[87,43.749]],[\"comment/114\",[]],[\"name/115\",[88,43.749]],[\"comment/115\",[]],[\"name/116\",[89,43.749]],[\"comment/116\",[]],[\"name/117\",[90,43.749]],[\"comment/117\",[]],[\"name/118\",[91,43.749]],[\"comment/118\",[]],[\"name/119\",[92,43.749]],[\"comment/119\",[]],[\"name/120\",[93,43.749]],[\"comment/120\",[]],[\"name/121\",[11,36.127]],[\"comment/121\",[]],[\"name/122\",[95,52.222]],[\"comment/122\",[]],[\"name/123\",[96,52.222]],[\"comment/123\",[]],[\"name/124\",[97,52.222]],[\"comment/124\",[]],[\"name/125\",[87,43.749]],[\"comment/125\",[]],[\"name/126\",[88,43.749]],[\"comment/126\",[]],[\"name/127\",[89,43.749]],[\"comment/127\",[]],[\"name/128\",[90,43.749]],[\"comment/128\",[]],[\"name/129\",[91,43.749]],[\"comment/129\",[]],[\"name/130\",[92,43.749]],[\"comment/130\",[]],[\"name/131\",[93,43.749]],[\"comment/131\",[]],[\"name/132\",[11,36.127]],[\"comment/132\",[]],[\"name/133\",[98,52.222]],[\"comment/133\",[]],[\"name/134\",[99,52.222]],[\"comment/134\",[]],[\"name/135\",[100,52.222]],[\"comment/135\",[]],[\"name/136\",[101,52.222]],[\"comment/136\",[]],[\"name/137\",[102,52.222]],[\"comment/137\",[]],[\"name/138\",[103,52.222]],[\"comment/138\",[]],[\"name/139\",[16,39.229]],[\"comment/139\",[]],[\"name/140\",[104,52.222]],[\"comment/140\",[]],[\"name/141\",[105,52.222]],[\"comment/141\",[]],[\"name/142\",[106,52.222]],[\"comment/142\",[]],[\"name/143\",[107,52.222]],[\"comment/143\",[]],[\"name/144\",[108,52.222]],[\"comment/144\",[]],[\"name/145\",[109,52.222]],[\"comment/145\",[]],[\"name/146\",[110,52.222]],[\"comment/146\",[]],[\"name/147\",[111,52.222]],[\"comment/147\",[]],[\"name/148\",[16,39.229]],[\"comment/148\",[]],[\"name/149\",[112,52.222]],[\"comment/149\",[]],[\"name/150\",[113,52.222]],[\"comment/150\",[]],[\"name/151\",[114,52.222]],[\"comment/151\",[]],[\"name/152\",[115,52.222]],[\"comment/152\",[]],[\"name/153\",[116,52.222]],[\"comment/153\",[]],[\"name/154\",[117,52.222]],[\"comment/154\",[]],[\"name/155\",[118,52.222]],[\"comment/155\",[]],[\"name/156\",[119,52.222]],[\"comment/156\",[]],[\"name/157\",[120,52.222]],[\"comment/157\",[]],[\"name/158\",[121,52.222]],[\"comment/158\",[]],[\"name/159\",[122,52.222]],[\"comment/159\",[]],[\"name/160\",[123,52.222]],[\"comment/160\",[]],[\"name/161\",[124,52.222]],[\"comment/161\",[]],[\"name/162\",[125,52.222]],[\"comment/162\",[]],[\"name/163\",[126,52.222]],[\"comment/163\",[]],[\"name/164\",[127,52.222]],[\"comment/164\",[]],[\"name/165\",[128,52.222]],[\"comment/165\",[]],[\"name/166\",[129,52.222]],[\"comment/166\",[]],[\"name/167\",[130,52.222]],[\"comment/167\",[]],[\"name/168\",[131,52.222]],[\"comment/168\",[]],[\"name/169\",[132,52.222]],[\"comment/169\",[]],[\"name/170\",[133,52.222]],[\"comment/170\",[]],[\"name/171\",[134,52.222]],[\"comment/171\",[]],[\"name/172\",[135,52.222]],[\"comment/172\",[]],[\"name/173\",[136,52.222]],[\"comment/173\",[]],[\"name/174\",[137,52.222]],[\"comment/174\",[]],[\"name/175\",[138,52.222]],[\"comment/175\",[]],[\"name/176\",[139,52.222]],[\"comment/176\",[]],[\"name/177\",[140,52.222]],[\"comment/177\",[]],[\"name/178\",[141,52.222]],[\"comment/178\",[]],[\"name/179\",[142,52.222]],[\"comment/179\",[]],[\"name/180\",[143,52.222]],[\"comment/180\",[]],[\"name/181\",[144,52.222]],[\"comment/181\",[]],[\"name/182\",[145,47.113]],[\"comment/182\",[]],[\"name/183\",[145,47.113]],[\"comment/183\",[]],[\"name/184\",[146,47.113]],[\"comment/184\",[]],[\"name/185\",[147,52.222]],[\"comment/185\",[]],[\"name/186\",[44,47.113]],[\"comment/186\",[]],[\"name/187\",[148,52.222]],[\"comment/187\",[]],[\"name/188\",[149,52.222]],[\"comment/188\",[]],[\"name/189\",[16,39.229]],[\"comment/189\",[]],[\"name/190\",[150,52.222]],[\"comment/190\",[]],[\"name/191\",[151,52.222]],[\"comment/191\",[]],[\"name/192\",[152,52.222]],[\"comment/192\",[]],[\"name/193\",[153,52.222]],[\"comment/193\",[]],[\"name/194\",[154,52.222]],[\"comment/194\",[]],[\"name/195\",[155,52.222]],[\"comment/195\",[]],[\"name/196\",[156,52.222]],[\"comment/196\",[]],[\"name/197\",[157,52.222]],[\"comment/197\",[]],[\"name/198\",[158,52.222]],[\"comment/198\",[]],[\"name/199\",[159,52.222]],[\"comment/199\",[]],[\"name/200\",[160,52.222]],[\"comment/200\",[]],[\"name/201\",[161,52.222]],[\"comment/201\",[]],[\"name/202\",[162,52.222]],[\"comment/202\",[]],[\"name/203\",[163,52.222]],[\"comment/203\",[]],[\"name/204\",[164,52.222]],[\"comment/204\",[]],[\"name/205\",[165,52.222]],[\"comment/205\",[]],[\"name/206\",[166,52.222]],[\"comment/206\",[]],[\"name/207\",[167,52.222]],[\"comment/207\",[]],[\"name/208\",[168,52.222]],[\"comment/208\",[]],[\"name/209\",[59,43.749]],[\"comment/209\",[]],[\"name/210\",[169,52.222]],[\"comment/210\",[]],[\"name/211\",[170,52.222]],[\"comment/211\",[]],[\"name/212\",[171,52.222]],[\"comment/212\",[]],[\"name/213\",[172,52.222]],[\"comment/213\",[]],[\"name/214\",[5,43.749]],[\"comment/214\",[]],[\"name/215\",[6,43.749]],[\"comment/215\",[]],[\"name/216\",[7,47.113]],[\"comment/216\",[]],[\"name/217\",[173,52.222]],[\"comment/217\",[]],[\"name/218\",[174,52.222]],[\"comment/218\",[]],[\"name/219\",[175,52.222]],[\"comment/219\",[]],[\"name/220\",[176,52.222]],[\"comment/220\",[]],[\"name/221\",[177,52.222]],[\"comment/221\",[]],[\"name/222\",[178,52.222]],[\"comment/222\",[]],[\"name/223\",[179,52.222]],[\"comment/223\",[]],[\"name/224\",[180,52.222]],[\"comment/224\",[]],[\"name/225\",[181,52.222]],[\"comment/225\",[]],[\"name/226\",[182,52.222]],[\"comment/226\",[]],[\"name/227\",[183,52.222]],[\"comment/227\",[]],[\"name/228\",[184,52.222]],[\"comment/228\",[]],[\"name/229\",[185,52.222]],[\"comment/229\",[]],[\"name/230\",[186,52.222]],[\"comment/230\",[]],[\"name/231\",[187,52.222]],[\"comment/231\",[]],[\"name/232\",[188,52.222]],[\"comment/232\",[]],[\"name/233\",[189,52.222]],[\"comment/233\",[]],[\"name/234\",[190,52.222]],[\"comment/234\",[]],[\"name/235\",[191,52.222]],[\"comment/235\",[]],[\"name/236\",[192,52.222]],[\"comment/236\",[]],[\"name/237\",[193,52.222]],[\"comment/237\",[]],[\"name/238\",[194,52.222]],[\"comment/238\",[]],[\"name/239\",[146,47.113]],[\"comment/239\",[]],[\"name/240\",[195,52.222]],[\"comment/240\",[]],[\"name/241\",[196,52.222]],[\"comment/241\",[]],[\"name/242\",[197,52.222]],[\"comment/242\",[]],[\"name/243\",[198,52.222]],[\"comment/243\",[]],[\"name/244\",[199,52.222]],[\"comment/244\",[]],[\"name/245\",[200,52.222]],[\"comment/245\",[]],[\"name/246\",[201,52.222]],[\"comment/246\",[]],[\"name/247\",[202,52.222]],[\"comment/247\",[]],[\"name/248\",[203,52.222]],[\"comment/248\",[]],[\"name/249\",[204,47.113]],[\"comment/249\",[]],[\"name/250\",[204,47.113]],[\"comment/250\",[]],[\"name/251\",[25,47.113]],[\"comment/251\",[]],[\"name/252\",[205,52.222]],[\"comment/252\",[]],[\"name/253\",[206,52.222]],[\"comment/253\",[]],[\"name/254\",[32,47.113]],[\"comment/254\",[]],[\"name/255\",[11,36.127]],[\"comment/255\",[]],[\"name/256\",[21,47.113]],[\"comment/256\",[]],[\"name/257\",[207,52.222]],[\"comment/257\",[]],[\"name/258\",[208,52.222]],[\"comment/258\",[]],[\"name/259\",[209,52.222]],[\"comment/259\",[]],[\"name/260\",[210,52.222]],[\"comment/260\",[]],[\"name/261\",[211,52.222]],[\"comment/261\",[]],[\"name/262\",[212,52.222]],[\"comment/262\",[]],[\"name/263\",[213,52.222]],[\"comment/263\",[]],[\"name/264\",[214,52.222]],[\"comment/264\",[]],[\"name/265\",[215,52.222]],[\"comment/265\",[]],[\"name/266\",[216,52.222]],[\"comment/266\",[]],[\"name/267\",[217,52.222]],[\"comment/267\",[]],[\"name/268\",[63,47.113]],[\"comment/268\",[]],[\"name/269\",[59,43.749]],[\"comment/269\",[]],[\"name/270\",[218,52.222]],[\"comment/270\",[]],[\"name/271\",[219,52.222]],[\"comment/271\",[]],[\"name/272\",[220,52.222]],[\"comment/272\",[]],[\"name/273\",[221,52.222]],[\"comment/273\",[]],[\"name/274\",[222,52.222]],[\"comment/274\",[]],[\"name/275\",[223,52.222]],[\"comment/275\",[]],[\"name/276\",[224,52.222]],[\"comment/276\",[]]],\"invertedIndex\":[[\"0\",{\"_index\":5,\"name\":{\"6\":{},\"19\":{},\"214\":{}},\"comment\":{}}],[\"1\",{\"_index\":6,\"name\":{\"8\":{},\"20\":{},\"215\":{}},\"comment\":{}}],[\"2\",{\"_index\":7,\"name\":{\"10\":{},\"216\":{}},\"comment\":{}}],[\"__type\",{\"_index\":1,\"name\":{\"1\":{},\"4\":{},\"7\":{},\"9\":{},\"16\":{},\"44\":{},\"50\":{},\"53\":{},\"55\":{},\"57\":{},\"59\":{},\"61\":{}},\"comment\":{}}],[\"add\",{\"_index\":44,\"name\":{\"62\":{},\"186\":{}},\"comment\":{}}],[\"all\",{\"_index\":152,\"name\":{\"192\":{}},\"comment\":{}}],[\"always\",{\"_index\":185,\"name\":{\"229\":{}},\"comment\":{}}],[\"asiterable\",{\"_index\":186,\"name\":{\"230\":{}},\"comment\":{}}],[\"assocmap\",{\"_index\":45,\"name\":{\"63\":{}},\"comment\":{}}],[\"assocobj\",{\"_index\":46,\"name\":{\"64\":{}},\"comment\":{}}],[\"autoobj\",{\"_index\":47,\"name\":{\"65\":{}},\"comment\":{}}],[\"backpressure\",{\"_index\":153,\"name\":{\"193\":{}},\"comment\":{}}],[\"benchmark\",{\"_index\":78,\"name\":{\"96\":{}},\"comment\":{}}],[\"border\",{\"_index\":93,\"name\":{\"111\":{},\"120\":{},\"131\":{}},\"comment\":{}}],[\"buildkernel1d\",{\"_index\":98,\"name\":{\"133\":{}},\"comment\":{}}],[\"buildkernel2d\",{\"_index\":99,\"name\":{\"134\":{}},\"comment\":{}}],[\"cache\",{\"_index\":104,\"name\":{\"140\":{}},\"comment\":{}}],[\"cat\",{\"_index\":79,\"name\":{\"97\":{}},\"comment\":{}}],[\"choices\",{\"_index\":187,\"name\":{\"231\":{}},\"comment\":{}}],[\"clear\",{\"_index\":147,\"name\":{\"185\":{}},\"comment\":{}}],[\"comp\",{\"_index\":35,\"name\":{\"47\":{}},\"comment\":{}}],[\"compare\",{\"_index\":17,\"name\":{\"23\":{}},\"comment\":{}}],[\"compr\",{\"_index\":36,\"name\":{\"48\":{}},\"comment\":{}}],[\"concat\",{\"_index\":188,\"name\":{\"232\":{}},\"comment\":{}}],[\"conj\",{\"_index\":48,\"name\":{\"66\":{}},\"comment\":{}}],[\"constructor\",{\"_index\":25,\"name\":{\"35\":{},\"251\":{}},\"comment\":{}}],[\"converge\",{\"_index\":80,\"name\":{\"98\":{}},\"comment\":{}}],[\"convolution1dopts\",{\"_index\":94,\"name\":{\"113\":{}},\"comment\":{}}],[\"convolution2dopts\",{\"_index\":95,\"name\":{\"122\":{}},\"comment\":{}}],[\"convolutionkernel1d\",{\"_index\":83,\"name\":{\"101\":{}},\"comment\":{}}],[\"convolutionkernel2d\",{\"_index\":84,\"name\":{\"102\":{}},\"comment\":{}}],[\"convolutionkernel3d\",{\"_index\":85,\"name\":{\"103\":{}},\"comment\":{}}],[\"convolutionopts\",{\"_index\":86,\"name\":{\"104\":{}},\"comment\":{}}],[\"convolve1d\",{\"_index\":81,\"name\":{\"99\":{}},\"comment\":{}}],[\"convolve2d\",{\"_index\":82,\"name\":{\"100\":{}},\"comment\":{}}],[\"count\",{\"_index\":49,\"name\":{\"67\":{}},\"comment\":{}}],[\"curve\",{\"_index\":189,\"name\":{\"233\":{}},\"comment\":{}}],[\"cycle\",{\"_index\":190,\"name\":{\"234\":{}},\"comment\":{}}],[\"dedupe\",{\"_index\":100,\"name\":{\"135\":{}},\"comment\":{}}],[\"deeptransform\",{\"_index\":37,\"name\":{\"49\":{}},\"comment\":{}}],[\"delayed\",{\"_index\":101,\"name\":{\"136\":{}},\"comment\":{}}],[\"delete\",{\"_index\":148,\"name\":{\"187\":{}},\"comment\":{}}],[\"delim\",{\"_index\":184,\"name\":{\"228\":{}},\"comment\":{}}],[\"deref\",{\"_index\":27,\"name\":{\"37\":{}},\"comment\":{}}],[\"distinct\",{\"_index\":102,\"name\":{\"137\":{}},\"comment\":{}}],[\"distinctopts\",{\"_index\":103,\"name\":{\"138\":{}},\"comment\":{}}],[\"div\",{\"_index\":50,\"name\":{\"68\":{}},\"comment\":{}}],[\"drop\",{\"_index\":107,\"name\":{\"143\":{}},\"comment\":{}}],[\"dropnth\",{\"_index\":105,\"name\":{\"141\":{}},\"comment\":{}}],[\"dropwhile\",{\"_index\":106,\"name\":{\"142\":{}},\"comment\":{}}],[\"dup\",{\"_index\":191,\"name\":{\"235\":{}},\"comment\":{}}],[\"duplicate\",{\"_index\":108,\"name\":{\"144\":{}},\"comment\":{}}],[\"easing\",{\"_index\":220,\"name\":{\"272\":{}},\"comment\":{}}],[\"ensurereduced\",{\"_index\":29,\"name\":{\"40\":{}},\"comment\":{}}],[\"ensuretransducer\",{\"_index\":20,\"name\":{\"27\":{}},\"comment\":{}}],[\"equiv\",{\"_index\":112,\"name\":{\"149\":{}},\"comment\":{}}],[\"every\",{\"_index\":51,\"name\":{\"69\":{}},\"comment\":{}}],[\"extendsides\",{\"_index\":192,\"name\":{\"236\":{}},\"comment\":{}}],[\"fill\",{\"_index\":52,\"name\":{\"70\":{}},\"comment\":{}}],[\"filln\",{\"_index\":53,\"name\":{\"71\":{}},\"comment\":{}}],[\"filter\",{\"_index\":109,\"name\":{\"145\":{}},\"comment\":{}}],[\"filterfuzzy\",{\"_index\":110,\"name\":{\"146\":{}},\"comment\":{}}],[\"filterfuzzyopts\",{\"_index\":111,\"name\":{\"147\":{}},\"comment\":{}}],[\"flatten\",{\"_index\":114,\"name\":{\"151\":{}},\"comment\":{}}],[\"flattenwith\",{\"_index\":113,\"name\":{\"150\":{}},\"comment\":{}}],[\"frequencies\",{\"_index\":54,\"name\":{\"72\":{}},\"comment\":{}}],[\"from\",{\"_index\":205,\"name\":{\"252\":{}},\"comment\":{}}],[\"group\",{\"_index\":19,\"name\":{\"26\":{}},\"comment\":{}}],[\"groupbinary\",{\"_index\":55,\"name\":{\"73\":{}},\"comment\":{}}],[\"groupbymap\",{\"_index\":56,\"name\":{\"74\":{}},\"comment\":{}}],[\"groupbyobj\",{\"_index\":57,\"name\":{\"75\":{}},\"comment\":{}}],[\"groupbyopts\",{\"_index\":18,\"name\":{\"24\":{}},\"comment\":{}}],[\"height\",{\"_index\":96,\"name\":{\"123\":{}},\"comment\":{}}],[\"indexed\",{\"_index\":115,\"name\":{\"152\":{}},\"comment\":{}}],[\"init\",{\"_index\":218,\"name\":{\"270\":{}},\"comment\":{}}],[\"interleave\",{\"_index\":116,\"name\":{\"153\":{}},\"comment\":{}}],[\"interpolate\",{\"_index\":117,\"name\":{\"154\":{}},\"comment\":{}}],[\"interpolatehermite\",{\"_index\":118,\"name\":{\"155\":{}},\"comment\":{}}],[\"interpolatelinear\",{\"_index\":119,\"name\":{\"156\":{}},\"comment\":{}}],[\"interpose\",{\"_index\":120,\"name\":{\"157\":{}},\"comment\":{}}],[\"ireducible\",{\"_index\":10,\"name\":{\"13\":{}},\"comment\":{}}],[\"isreduced\",{\"_index\":28,\"name\":{\"39\":{}},\"comment\":{}}],[\"iterate\",{\"_index\":193,\"name\":{\"237\":{}},\"comment\":{}}],[\"iterator\",{\"_index\":21,\"name\":{\"28\":{},\"256\":{}},\"comment\":{}}],[\"iterator1\",{\"_index\":22,\"name\":{\"29\":{}},\"comment\":{}}],[\"ixform\",{\"_index\":8,\"name\":{\"11\":{}},\"comment\":{}}],[\"juxtr\",{\"_index\":38,\"name\":{\"51\":{}},\"comment\":{}}],[\"keep\",{\"_index\":121,\"name\":{\"158\":{}},\"comment\":{}}],[\"kernel\",{\"_index\":89,\"name\":{\"107\":{},\"116\":{},\"127\":{}},\"comment\":{}}],[\"key\",{\"_index\":16,\"name\":{\"22\":{},\"25\":{},\"139\":{},\"148\":{},\"189\":{}},\"comment\":{}}],[\"keypermutations\",{\"_index\":194,\"name\":{\"238\":{}},\"comment\":{}}],[\"keys\",{\"_index\":146,\"name\":{\"184\":{},\"239\":{}},\"comment\":{}}],[\"keyselector\",{\"_index\":42,\"name\":{\"58\":{}},\"comment\":{}}],[\"kheight\",{\"_index\":97,\"name\":{\"124\":{}},\"comment\":{}}],[\"kwidth\",{\"_index\":91,\"name\":{\"109\":{},\"118\":{},\"129\":{}},\"comment\":{}}],[\"labeled\",{\"_index\":122,\"name\":{\"159\":{}},\"comment\":{}}],[\"labelfn\",{\"_index\":123,\"name\":{\"160\":{}},\"comment\":{}}],[\"last\",{\"_index\":58,\"name\":{\"76\":{}},\"comment\":{}}],[\"line\",{\"_index\":195,\"name\":{\"240\":{}},\"comment\":{}}],[\"lookup1d\",{\"_index\":39,\"name\":{\"52\":{}},\"comment\":{}}],[\"lookup2d\",{\"_index\":40,\"name\":{\"54\":{}},\"comment\":{}}],[\"lookup3d\",{\"_index\":41,\"name\":{\"56\":{}},\"comment\":{}}],[\"map\",{\"_index\":129,\"name\":{\"166\":{}},\"comment\":{}}],[\"mapa\",{\"_index\":130,\"name\":{\"167\":{}},\"comment\":{}}],[\"mapcat\",{\"_index\":131,\"name\":{\"168\":{}},\"comment\":{}}],[\"mapcatindexed\",{\"_index\":132,\"name\":{\"169\":{}},\"comment\":{}}],[\"mapdeep\",{\"_index\":124,\"name\":{\"161\":{}},\"comment\":{}}],[\"mapindexed\",{\"_index\":125,\"name\":{\"162\":{}},\"comment\":{}}],[\"mapkeys\",{\"_index\":126,\"name\":{\"163\":{}},\"comment\":{}}],[\"mapnth\",{\"_index\":127,\"name\":{\"164\":{}},\"comment\":{}}],[\"mapvals\",{\"_index\":128,\"name\":{\"165\":{}},\"comment\":{}}],[\"matchfirst\",{\"_index\":133,\"name\":{\"170\":{}},\"comment\":{}}],[\"matchlast\",{\"_index\":134,\"name\":{\"171\":{}},\"comment\":{}}],[\"max\",{\"_index\":59,\"name\":{\"77\":{},\"209\":{},\"269\":{}},\"comment\":{}}],[\"maxcompare\",{\"_index\":60,\"name\":{\"78\":{}},\"comment\":{}}],[\"maxmag\",{\"_index\":61,\"name\":{\"79\":{}},\"comment\":{}}],[\"mean\",{\"_index\":62,\"name\":{\"80\":{}},\"comment\":{}}],[\"mergeonly\",{\"_index\":150,\"name\":{\"190\":{}},\"comment\":{}}],[\"min\",{\"_index\":63,\"name\":{\"81\":{},\"268\":{}},\"comment\":{}}],[\"mincompare\",{\"_index\":64,\"name\":{\"82\":{}},\"comment\":{}}],[\"minmag\",{\"_index\":65,\"name\":{\"83\":{}},\"comment\":{}}],[\"minmax\",{\"_index\":66,\"name\":{\"84\":{}},\"comment\":{}}],[\"mix\",{\"_index\":219,\"name\":{\"271\":{}},\"comment\":{}}],[\"movingaverage\",{\"_index\":135,\"name\":{\"172\":{}},\"comment\":{}}],[\"movingmedian\",{\"_index\":136,\"name\":{\"173\":{}},\"comment\":{}}],[\"mul\",{\"_index\":67,\"name\":{\"85\":{}},\"comment\":{}}],[\"multiplex\",{\"_index\":137,\"name\":{\"174\":{}},\"comment\":{}}],[\"multiplexobj\",{\"_index\":138,\"name\":{\"175\":{}},\"comment\":{}}],[\"n\",{\"_index\":168,\"name\":{\"208\":{}},\"comment\":{}}],[\"noop\",{\"_index\":139,\"name\":{\"176\":{}},\"comment\":{}}],[\"normcount\",{\"_index\":68,\"name\":{\"86\":{}},\"comment\":{}}],[\"normfrequencies\",{\"_index\":69,\"name\":{\"87\":{}},\"comment\":{}}],[\"normfrequenciesauto\",{\"_index\":70,\"name\":{\"88\":{}},\"comment\":{}}],[\"normrange\",{\"_index\":196,\"name\":{\"241\":{}},\"comment\":{}}],[\"normrange2d\",{\"_index\":197,\"name\":{\"242\":{}},\"comment\":{}}],[\"normrange3d\",{\"_index\":198,\"name\":{\"243\":{}},\"comment\":{}}],[\"num\",{\"_index\":217,\"name\":{\"267\":{}},\"comment\":{}}],[\"padlast\",{\"_index\":140,\"name\":{\"177\":{}},\"comment\":{}}],[\"padsides\",{\"_index\":199,\"name\":{\"244\":{}},\"comment\":{}}],[\"page\",{\"_index\":141,\"name\":{\"178\":{}},\"comment\":{}}],[\"pairs\",{\"_index\":201,\"name\":{\"246\":{}},\"comment\":{}}],[\"palindrome\",{\"_index\":200,\"name\":{\"245\":{}},\"comment\":{}}],[\"partition\",{\"_index\":156,\"name\":{\"196\":{}},\"comment\":{}}],[\"partitionby\",{\"_index\":142,\"name\":{\"179\":{}},\"comment\":{}}],[\"partitionof\",{\"_index\":143,\"name\":{\"180\":{}},\"comment\":{}}],[\"partitionsort\",{\"_index\":144,\"name\":{\"181\":{}},\"comment\":{}}],[\"partitionsync\",{\"_index\":145,\"name\":{\"182\":{},\"183\":{}},\"comment\":{}}],[\"partitionsyncopts\",{\"_index\":149,\"name\":{\"188\":{}},\"comment\":{}}],[\"partitiontime\",{\"_index\":154,\"name\":{\"194\":{}},\"comment\":{}}],[\"partitionwhen\",{\"_index\":155,\"name\":{\"195\":{}},\"comment\":{}}],[\"peek\",{\"_index\":157,\"name\":{\"197\":{}},\"comment\":{}}],[\"permutations\",{\"_index\":202,\"name\":{\"247\":{}},\"comment\":{}}],[\"permutationsn\",{\"_index\":203,\"name\":{\"248\":{}},\"comment\":{}}],[\"pluck\",{\"_index\":158,\"name\":{\"198\":{}},\"comment\":{}}],[\"push\",{\"_index\":71,\"name\":{\"89\":{}},\"comment\":{}}],[\"pushcopy\",{\"_index\":72,\"name\":{\"90\":{}},\"comment\":{}}],[\"pushsort\",{\"_index\":73,\"name\":{\"91\":{}},\"comment\":{}}],[\"range\",{\"_index\":204,\"name\":{\"249\":{},\"250\":{}},\"comment\":{}}],[\"range2d\",{\"_index\":207,\"name\":{\"257\":{}},\"comment\":{}}],[\"range3d\",{\"_index\":208,\"name\":{\"258\":{}},\"comment\":{}}],[\"rangend\",{\"_index\":209,\"name\":{\"259\":{}},\"comment\":{}}],[\"rechunk\",{\"_index\":159,\"name\":{\"199\":{}},\"comment\":{}}],[\"reduce\",{\"_index\":11,\"name\":{\"14\":{},\"30\":{},\"33\":{},\"112\":{},\"121\":{},\"132\":{},\"255\":{}},\"comment\":{}}],[\"reduced\",{\"_index\":24,\"name\":{\"34\":{},\"38\":{}},\"comment\":{}}],[\"reducer\",{\"_index\":4,\"name\":{\"5\":{},\"32\":{}},\"comment\":{}}],[\"reduceright\",{\"_index\":23,\"name\":{\"31\":{}},\"comment\":{}}],[\"reductionfn\",{\"_index\":3,\"name\":{\"3\":{}},\"comment\":{}}],[\"reductions\",{\"_index\":74,\"name\":{\"92\":{}},\"comment\":{}}],[\"rename\",{\"_index\":160,\"name\":{\"200\":{}},\"comment\":{}}],[\"renamer\",{\"_index\":43,\"name\":{\"60\":{}},\"comment\":{}}],[\"repeat\",{\"_index\":210,\"name\":{\"260\":{}},\"comment\":{}}],[\"repeatedly\",{\"_index\":211,\"name\":{\"261\":{}},\"comment\":{}}],[\"reset\",{\"_index\":151,\"name\":{\"191\":{}},\"comment\":{}}],[\"reverse\",{\"_index\":212,\"name\":{\"262\":{}},\"comment\":{}}],[\"rnd\",{\"_index\":169,\"name\":{\"210\":{}},\"comment\":{}}],[\"run\",{\"_index\":31,\"name\":{\"42\":{}},\"comment\":{}}],[\"sample\",{\"_index\":161,\"name\":{\"201\":{}},\"comment\":{}}],[\"scan\",{\"_index\":162,\"name\":{\"202\":{}},\"comment\":{}}],[\"selectkeys\",{\"_index\":163,\"name\":{\"203\":{}},\"comment\":{}}],[\"sideeffect\",{\"_index\":164,\"name\":{\"204\":{}},\"comment\":{}}],[\"slidingwindow\",{\"_index\":165,\"name\":{\"205\":{}},\"comment\":{}}],[\"some\",{\"_index\":75,\"name\":{\"93\":{}},\"comment\":{}}],[\"sortedkeys\",{\"_index\":213,\"name\":{\"263\":{}},\"comment\":{}}],[\"sortopts\",{\"_index\":15,\"name\":{\"21\":{}},\"comment\":{}}],[\"src\",{\"_index\":87,\"name\":{\"105\":{},\"114\":{},\"125\":{}},\"comment\":{}}],[\"step\",{\"_index\":32,\"name\":{\"43\":{},\"254\":{}},\"comment\":{}}],[\"stops\",{\"_index\":221,\"name\":{\"273\":{}},\"comment\":{}}],[\"str\",{\"_index\":76,\"name\":{\"94\":{}},\"comment\":{}}],[\"streamshuffle\",{\"_index\":166,\"name\":{\"206\":{}},\"comment\":{}}],[\"streamshuffleopts\",{\"_index\":167,\"name\":{\"207\":{}},\"comment\":{}}],[\"streamsort\",{\"_index\":170,\"name\":{\"211\":{}},\"comment\":{}}],[\"struct\",{\"_index\":171,\"name\":{\"212\":{}},\"comment\":{}}],[\"structfield\",{\"_index\":172,\"name\":{\"213\":{}},\"comment\":{}}],[\"sub\",{\"_index\":77,\"name\":{\"95\":{}},\"comment\":{}}],[\"swizzle\",{\"_index\":173,\"name\":{\"217\":{}},\"comment\":{}}],[\"symmetric\",{\"_index\":214,\"name\":{\"264\":{}},\"comment\":{}}],[\"take\",{\"_index\":177,\"name\":{\"221\":{}},\"comment\":{}}],[\"takelast\",{\"_index\":175,\"name\":{\"219\":{}},\"comment\":{}}],[\"takenth\",{\"_index\":174,\"name\":{\"218\":{}},\"comment\":{}}],[\"takewhile\",{\"_index\":176,\"name\":{\"220\":{}},\"comment\":{}}],[\"throttle\",{\"_index\":178,\"name\":{\"222\":{}},\"comment\":{}}],[\"throttletime\",{\"_index\":179,\"name\":{\"223\":{}},\"comment\":{}}],[\"to\",{\"_index\":206,\"name\":{\"253\":{}},\"comment\":{}}],[\"toggle\",{\"_index\":180,\"name\":{\"224\":{}},\"comment\":{}}],[\"trace\",{\"_index\":181,\"name\":{\"225\":{}},\"comment\":{}}],[\"transduce\",{\"_index\":33,\"name\":{\"45\":{}},\"comment\":{}}],[\"transducer\",{\"_index\":0,\"name\":{\"0\":{}},\"comment\":{}}],[\"transduceright\",{\"_index\":34,\"name\":{\"46\":{}},\"comment\":{}}],[\"transformfn\",{\"_index\":12,\"name\":{\"15\":{}},\"comment\":{}}],[\"transformspec\",{\"_index\":14,\"name\":{\"18\":{}},\"comment\":{}}],[\"transformsubspec\",{\"_index\":13,\"name\":{\"17\":{}},\"comment\":{}}],[\"tween\",{\"_index\":215,\"name\":{\"265\":{}},\"comment\":{}}],[\"tweenopts\",{\"_index\":216,\"name\":{\"266\":{}},\"comment\":{}}],[\"txlike\",{\"_index\":2,\"name\":{\"2\":{}},\"comment\":{}}],[\"unreduced\",{\"_index\":30,\"name\":{\"41\":{}},\"comment\":{}}],[\"vals\",{\"_index\":222,\"name\":{\"274\":{}},\"comment\":{}}],[\"value\",{\"_index\":26,\"name\":{\"36\":{}},\"comment\":{}}],[\"weights\",{\"_index\":88,\"name\":{\"106\":{},\"115\":{},\"126\":{}},\"comment\":{}}],[\"width\",{\"_index\":90,\"name\":{\"108\":{},\"117\":{},\"128\":{}},\"comment\":{}}],[\"wordwrap\",{\"_index\":182,\"name\":{\"226\":{}},\"comment\":{}}],[\"wordwrapopts\",{\"_index\":183,\"name\":{\"227\":{}},\"comment\":{}}],[\"wrap\",{\"_index\":92,\"name\":{\"110\":{},\"119\":{},\"130\":{}},\"comment\":{}}],[\"wrapsides\",{\"_index\":223,\"name\":{\"275\":{}},\"comment\":{}}],[\"xform\",{\"_index\":9,\"name\":{\"12\":{}},\"comment\":{}}],[\"zip\",{\"_index\":224,\"name\":{\"276\":{}},\"comment\":{}}]],\"pipeline\":[]}}");
|