lucuma-core 0.85.0 → 0.85.1
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/main.js +1014 -1146
- package/main.js.map +4 -4
- package/package.json +1 -1
package/main.js
CHANGED
|
@@ -3,7 +3,7 @@ var $linkingInfo = Object.freeze({
|
|
|
3
3
|
"esVersion": 6,
|
|
4
4
|
"assumingES6": true,
|
|
5
5
|
"productionMode": true,
|
|
6
|
-
"linkerVersion": "1.
|
|
6
|
+
"linkerVersion": "1.14.0",
|
|
7
7
|
"fileLevelThis": this
|
|
8
8
|
});
|
|
9
9
|
var $getOwnPropertyDescriptors = (Object.getOwnPropertyDescriptors || (() => {
|
|
@@ -20270,148 +20270,6 @@ var $d_sc_convert_AsScalaExtensions$SetHasAsScala = new $TypeData().initClass({
|
|
|
20270
20270
|
O: 1
|
|
20271
20271
|
});
|
|
20272
20272
|
$c_sc_convert_AsScalaExtensions$SetHasAsScala.prototype.$classData = $d_sc_convert_AsScalaExtensions$SetHasAsScala;
|
|
20273
|
-
function $p_sci_ChampBaseIterator__initNodes__V($thiz) {
|
|
20274
|
-
if (($thiz.sci_ChampBaseIterator__f_nodeCursorsAndLengths === null)) {
|
|
20275
|
-
$thiz.sci_ChampBaseIterator__f_nodeCursorsAndLengths = new $ac_I(($m_sci_Node$().sci_Node$__f_MaxDepth << 1));
|
|
20276
|
-
$thiz.sci_ChampBaseIterator__f_nodes = new ($d_sci_Node.getArrayOf().constr)($m_sci_Node$().sci_Node$__f_MaxDepth)
|
|
20277
|
-
}
|
|
20278
|
-
}
|
|
20279
|
-
function $p_sci_ChampBaseIterator__setupPayloadNode__sci_Node__V($thiz, node) {
|
|
20280
|
-
$thiz.sci_ChampBaseIterator__f_currentValueNode = node;
|
|
20281
|
-
$thiz.sci_ChampBaseIterator__f_currentValueCursor = 0;
|
|
20282
|
-
$thiz.sci_ChampBaseIterator__f_currentValueLength = node.payloadArity__I()
|
|
20283
|
-
}
|
|
20284
|
-
function $p_sci_ChampBaseIterator__pushNode__sci_Node__V($thiz, node) {
|
|
20285
|
-
$p_sci_ChampBaseIterator__initNodes__V($thiz);
|
|
20286
|
-
$thiz.sci_ChampBaseIterator__f_currentStackLevel = ((1 + $thiz.sci_ChampBaseIterator__f_currentStackLevel) | 0);
|
|
20287
|
-
var cursorIndex = ($thiz.sci_ChampBaseIterator__f_currentStackLevel << 1);
|
|
20288
|
-
var lengthIndex = ((1 + ($thiz.sci_ChampBaseIterator__f_currentStackLevel << 1)) | 0);
|
|
20289
|
-
$thiz.sci_ChampBaseIterator__f_nodes.u[$thiz.sci_ChampBaseIterator__f_currentStackLevel] = node;
|
|
20290
|
-
$thiz.sci_ChampBaseIterator__f_nodeCursorsAndLengths.u[cursorIndex] = 0;
|
|
20291
|
-
$thiz.sci_ChampBaseIterator__f_nodeCursorsAndLengths.u[lengthIndex] = node.nodeArity__I()
|
|
20292
|
-
}
|
|
20293
|
-
function $p_sci_ChampBaseIterator__popNode__V($thiz) {
|
|
20294
|
-
$thiz.sci_ChampBaseIterator__f_currentStackLevel = (((-1) + $thiz.sci_ChampBaseIterator__f_currentStackLevel) | 0)
|
|
20295
|
-
}
|
|
20296
|
-
function $p_sci_ChampBaseIterator__searchNextValueNode__Z($thiz) {
|
|
20297
|
-
while (($thiz.sci_ChampBaseIterator__f_currentStackLevel >= 0)) {
|
|
20298
|
-
var cursorIndex = ($thiz.sci_ChampBaseIterator__f_currentStackLevel << 1);
|
|
20299
|
-
var lengthIndex = ((1 + ($thiz.sci_ChampBaseIterator__f_currentStackLevel << 1)) | 0);
|
|
20300
|
-
var nodeCursor = $thiz.sci_ChampBaseIterator__f_nodeCursorsAndLengths.u[cursorIndex];
|
|
20301
|
-
var nodeLength = $thiz.sci_ChampBaseIterator__f_nodeCursorsAndLengths.u[lengthIndex];
|
|
20302
|
-
if ((nodeCursor < nodeLength)) {
|
|
20303
|
-
var ev$1 = $thiz.sci_ChampBaseIterator__f_nodeCursorsAndLengths;
|
|
20304
|
-
ev$1.u[cursorIndex] = ((1 + ev$1.u[cursorIndex]) | 0);
|
|
20305
|
-
var nextNode = $thiz.sci_ChampBaseIterator__f_nodes.u[$thiz.sci_ChampBaseIterator__f_currentStackLevel].getNode__I__sci_Node(nodeCursor);
|
|
20306
|
-
if (nextNode.hasNodes__Z()) {
|
|
20307
|
-
$p_sci_ChampBaseIterator__pushNode__sci_Node__V($thiz, nextNode)
|
|
20308
|
-
};
|
|
20309
|
-
if (nextNode.hasPayload__Z()) {
|
|
20310
|
-
$p_sci_ChampBaseIterator__setupPayloadNode__sci_Node__V($thiz, nextNode);
|
|
20311
|
-
return true
|
|
20312
|
-
}
|
|
20313
|
-
} else {
|
|
20314
|
-
$p_sci_ChampBaseIterator__popNode__V($thiz)
|
|
20315
|
-
}
|
|
20316
|
-
};
|
|
20317
|
-
return false
|
|
20318
|
-
}
|
|
20319
|
-
function $ct_sci_ChampBaseIterator__($thiz) {
|
|
20320
|
-
$thiz.sci_ChampBaseIterator__f_currentValueCursor = 0;
|
|
20321
|
-
$thiz.sci_ChampBaseIterator__f_currentValueLength = 0;
|
|
20322
|
-
$thiz.sci_ChampBaseIterator__f_currentStackLevel = (-1);
|
|
20323
|
-
return $thiz
|
|
20324
|
-
}
|
|
20325
|
-
function $ct_sci_ChampBaseIterator__sci_Node__($thiz, rootNode) {
|
|
20326
|
-
$ct_sci_ChampBaseIterator__($thiz);
|
|
20327
|
-
if (rootNode.hasNodes__Z()) {
|
|
20328
|
-
$p_sci_ChampBaseIterator__pushNode__sci_Node__V($thiz, rootNode)
|
|
20329
|
-
};
|
|
20330
|
-
if (rootNode.hasPayload__Z()) {
|
|
20331
|
-
$p_sci_ChampBaseIterator__setupPayloadNode__sci_Node__V($thiz, rootNode)
|
|
20332
|
-
};
|
|
20333
|
-
return $thiz
|
|
20334
|
-
}
|
|
20335
|
-
/** @constructor */
|
|
20336
|
-
function $c_sci_ChampBaseIterator() {
|
|
20337
|
-
this.sci_ChampBaseIterator__f_currentValueCursor = 0;
|
|
20338
|
-
this.sci_ChampBaseIterator__f_currentValueLength = 0;
|
|
20339
|
-
this.sci_ChampBaseIterator__f_currentValueNode = null;
|
|
20340
|
-
this.sci_ChampBaseIterator__f_currentStackLevel = 0;
|
|
20341
|
-
this.sci_ChampBaseIterator__f_nodeCursorsAndLengths = null;
|
|
20342
|
-
this.sci_ChampBaseIterator__f_nodes = null
|
|
20343
|
-
}
|
|
20344
|
-
$c_sci_ChampBaseIterator.prototype = new $h_O();
|
|
20345
|
-
$c_sci_ChampBaseIterator.prototype.constructor = $c_sci_ChampBaseIterator;
|
|
20346
|
-
/** @constructor */
|
|
20347
|
-
function $h_sci_ChampBaseIterator() {
|
|
20348
|
-
/*<skip>*/
|
|
20349
|
-
}
|
|
20350
|
-
$h_sci_ChampBaseIterator.prototype = $c_sci_ChampBaseIterator.prototype;
|
|
20351
|
-
$c_sci_ChampBaseIterator.prototype.hasNext__Z = (function() {
|
|
20352
|
-
return ((this.sci_ChampBaseIterator__f_currentValueCursor < this.sci_ChampBaseIterator__f_currentValueLength) || $p_sci_ChampBaseIterator__searchNextValueNode__Z(this))
|
|
20353
|
-
});
|
|
20354
|
-
function $p_sci_ChampBaseReverseIterator__setupPayloadNode__sci_Node__V($thiz, node) {
|
|
20355
|
-
$thiz.sci_ChampBaseReverseIterator__f_currentValueNode = node;
|
|
20356
|
-
$thiz.sci_ChampBaseReverseIterator__f_currentValueCursor = (((-1) + node.payloadArity__I()) | 0)
|
|
20357
|
-
}
|
|
20358
|
-
function $p_sci_ChampBaseReverseIterator__pushNode__sci_Node__V($thiz, node) {
|
|
20359
|
-
$thiz.sci_ChampBaseReverseIterator__f_currentStackLevel = ((1 + $thiz.sci_ChampBaseReverseIterator__f_currentStackLevel) | 0);
|
|
20360
|
-
$thiz.sci_ChampBaseReverseIterator__f_nodeStack.u[$thiz.sci_ChampBaseReverseIterator__f_currentStackLevel] = node;
|
|
20361
|
-
$thiz.sci_ChampBaseReverseIterator__f_nodeIndex.u[$thiz.sci_ChampBaseReverseIterator__f_currentStackLevel] = (((-1) + node.nodeArity__I()) | 0)
|
|
20362
|
-
}
|
|
20363
|
-
function $p_sci_ChampBaseReverseIterator__popNode__V($thiz) {
|
|
20364
|
-
$thiz.sci_ChampBaseReverseIterator__f_currentStackLevel = (((-1) + $thiz.sci_ChampBaseReverseIterator__f_currentStackLevel) | 0)
|
|
20365
|
-
}
|
|
20366
|
-
function $p_sci_ChampBaseReverseIterator__searchNextValueNode__Z($thiz) {
|
|
20367
|
-
while (($thiz.sci_ChampBaseReverseIterator__f_currentStackLevel >= 0)) {
|
|
20368
|
-
var nodeCursor = $thiz.sci_ChampBaseReverseIterator__f_nodeIndex.u[$thiz.sci_ChampBaseReverseIterator__f_currentStackLevel];
|
|
20369
|
-
$thiz.sci_ChampBaseReverseIterator__f_nodeIndex.u[$thiz.sci_ChampBaseReverseIterator__f_currentStackLevel] = (((-1) + nodeCursor) | 0);
|
|
20370
|
-
if ((nodeCursor >= 0)) {
|
|
20371
|
-
var nextNode = $thiz.sci_ChampBaseReverseIterator__f_nodeStack.u[$thiz.sci_ChampBaseReverseIterator__f_currentStackLevel].getNode__I__sci_Node(nodeCursor);
|
|
20372
|
-
$p_sci_ChampBaseReverseIterator__pushNode__sci_Node__V($thiz, nextNode)
|
|
20373
|
-
} else {
|
|
20374
|
-
var currNode = $thiz.sci_ChampBaseReverseIterator__f_nodeStack.u[$thiz.sci_ChampBaseReverseIterator__f_currentStackLevel];
|
|
20375
|
-
$p_sci_ChampBaseReverseIterator__popNode__V($thiz);
|
|
20376
|
-
if (currNode.hasPayload__Z()) {
|
|
20377
|
-
$p_sci_ChampBaseReverseIterator__setupPayloadNode__sci_Node__V($thiz, currNode);
|
|
20378
|
-
return true
|
|
20379
|
-
}
|
|
20380
|
-
}
|
|
20381
|
-
};
|
|
20382
|
-
return false
|
|
20383
|
-
}
|
|
20384
|
-
function $ct_sci_ChampBaseReverseIterator__($thiz) {
|
|
20385
|
-
$thiz.sci_ChampBaseReverseIterator__f_currentValueCursor = (-1);
|
|
20386
|
-
$thiz.sci_ChampBaseReverseIterator__f_currentStackLevel = (-1);
|
|
20387
|
-
$thiz.sci_ChampBaseReverseIterator__f_nodeIndex = new $ac_I(((1 + $m_sci_Node$().sci_Node$__f_MaxDepth) | 0));
|
|
20388
|
-
$thiz.sci_ChampBaseReverseIterator__f_nodeStack = new ($d_sci_Node.getArrayOf().constr)(((1 + $m_sci_Node$().sci_Node$__f_MaxDepth) | 0));
|
|
20389
|
-
return $thiz
|
|
20390
|
-
}
|
|
20391
|
-
function $ct_sci_ChampBaseReverseIterator__sci_Node__($thiz, rootNode) {
|
|
20392
|
-
$ct_sci_ChampBaseReverseIterator__($thiz);
|
|
20393
|
-
$p_sci_ChampBaseReverseIterator__pushNode__sci_Node__V($thiz, rootNode);
|
|
20394
|
-
$p_sci_ChampBaseReverseIterator__searchNextValueNode__Z($thiz);
|
|
20395
|
-
return $thiz
|
|
20396
|
-
}
|
|
20397
|
-
/** @constructor */
|
|
20398
|
-
function $c_sci_ChampBaseReverseIterator() {
|
|
20399
|
-
this.sci_ChampBaseReverseIterator__f_currentValueCursor = 0;
|
|
20400
|
-
this.sci_ChampBaseReverseIterator__f_currentValueNode = null;
|
|
20401
|
-
this.sci_ChampBaseReverseIterator__f_currentStackLevel = 0;
|
|
20402
|
-
this.sci_ChampBaseReverseIterator__f_nodeIndex = null;
|
|
20403
|
-
this.sci_ChampBaseReverseIterator__f_nodeStack = null
|
|
20404
|
-
}
|
|
20405
|
-
$c_sci_ChampBaseReverseIterator.prototype = new $h_O();
|
|
20406
|
-
$c_sci_ChampBaseReverseIterator.prototype.constructor = $c_sci_ChampBaseReverseIterator;
|
|
20407
|
-
/** @constructor */
|
|
20408
|
-
function $h_sci_ChampBaseReverseIterator() {
|
|
20409
|
-
/*<skip>*/
|
|
20410
|
-
}
|
|
20411
|
-
$h_sci_ChampBaseReverseIterator.prototype = $c_sci_ChampBaseReverseIterator.prototype;
|
|
20412
|
-
$c_sci_ChampBaseReverseIterator.prototype.hasNext__Z = (function() {
|
|
20413
|
-
return ((this.sci_ChampBaseReverseIterator__f_currentValueCursor >= 0) || $p_sci_ChampBaseReverseIterator__searchNextValueNode__Z(this))
|
|
20414
|
-
});
|
|
20415
20273
|
function $p_sci_IndexedSeqDefaults$__liftedTree1$1__I($thiz) {
|
|
20416
20274
|
try {
|
|
20417
20275
|
$m_sc_StringOps$();
|
|
@@ -21280,7 +21138,7 @@ $c_sci_RedBlackTree$Helper.prototype.mutableBalanceRight__sci_RedBlackTree$Tree_
|
|
|
21280
21138
|
return tree.mutableWithRight__sci_RedBlackTree$Tree__sci_RedBlackTree$Tree(newRight)
|
|
21281
21139
|
}
|
|
21282
21140
|
});
|
|
21283
|
-
function $p_sci_RedBlackTree$Tree__makeImmutableImpl$
|
|
21141
|
+
function $p_sci_RedBlackTree$Tree__makeImmutableImpl$1__V($thiz) {
|
|
21284
21142
|
if (((2147483647 & $thiz.sci_RedBlackTree$Tree__f_scala$collection$immutable$RedBlackTree$Tree$$_count) === 0)) {
|
|
21285
21143
|
var size = 1;
|
|
21286
21144
|
if (($thiz.sci_RedBlackTree$Tree__f_scala$collection$immutable$RedBlackTree$Tree$$_left !== null)) {
|
|
@@ -21296,8 +21154,7 @@ function $p_sci_RedBlackTree$Tree__makeImmutableImpl$1__sci_RedBlackTree$Tree($t
|
|
|
21296
21154
|
size = (($$x2 + (2147483647 & this$2.sci_RedBlackTree$Tree__f_scala$collection$immutable$RedBlackTree$Tree$$_count)) | 0)
|
|
21297
21155
|
};
|
|
21298
21156
|
$thiz.sci_RedBlackTree$Tree__f_scala$collection$immutable$RedBlackTree$Tree$$_count = ($thiz.sci_RedBlackTree$Tree__f_scala$collection$immutable$RedBlackTree$Tree$$_count | size)
|
|
21299
|
-
}
|
|
21300
|
-
return $thiz
|
|
21157
|
+
}
|
|
21301
21158
|
}
|
|
21302
21159
|
/** @constructor */
|
|
21303
21160
|
function $c_sci_RedBlackTree$Tree(_key, _value, _left, _right, _count) {
|
|
@@ -21323,7 +21180,7 @@ $c_sci_RedBlackTree$Tree.prototype.toString__T = (function() {
|
|
|
21323
21180
|
return (((((((((((this.sci_RedBlackTree$Tree__f_scala$collection$immutable$RedBlackTree$Tree$$_count >= 0) ? "RedTree" : "BlackTree") + "(") + this.sci_RedBlackTree$Tree__f_scala$collection$immutable$RedBlackTree$Tree$$_key) + ", ") + this.sci_RedBlackTree$Tree__f_scala$collection$immutable$RedBlackTree$Tree$$_value) + ", ") + this.sci_RedBlackTree$Tree__f_scala$collection$immutable$RedBlackTree$Tree$$_left) + ", ") + this.sci_RedBlackTree$Tree__f_scala$collection$immutable$RedBlackTree$Tree$$_right) + ")")
|
|
21324
21181
|
});
|
|
21325
21182
|
$c_sci_RedBlackTree$Tree.prototype.makeImmutable__sci_RedBlackTree$Tree = (function() {
|
|
21326
|
-
$p_sci_RedBlackTree$Tree__makeImmutableImpl$
|
|
21183
|
+
$p_sci_RedBlackTree$Tree__makeImmutableImpl$1__V(this);
|
|
21327
21184
|
return this
|
|
21328
21185
|
});
|
|
21329
21186
|
$c_sci_RedBlackTree$Tree.prototype.mutableBlack__sci_RedBlackTree$Tree = (function() {
|
|
@@ -30039,11 +29896,9 @@ function $f_Leu_timepit_refined_api_MinInstances__$init$__V($thiz) {
|
|
|
30039
29896
|
$m_Leu_timepit_refined_api_Min$();
|
|
30040
29897
|
new $c_Leu_timepit_refined_api_Min$$anon$1(new $c_RTLong(0, (-2147483648)));
|
|
30041
29898
|
$m_Leu_timepit_refined_api_Min$();
|
|
30042
|
-
|
|
30043
|
-
new $c_Leu_timepit_refined_api_Min$$anon$1(m);
|
|
29899
|
+
new $c_Leu_timepit_refined_api_Min$$anon$1((-3.4028234663852886E38));
|
|
30044
29900
|
$m_Leu_timepit_refined_api_Min$();
|
|
30045
|
-
|
|
30046
|
-
new $c_Leu_timepit_refined_api_Min$$anon$1(m$1);
|
|
29901
|
+
new $c_Leu_timepit_refined_api_Min$$anon$1((-1.7976931348623157E308));
|
|
30047
29902
|
$m_Leu_timepit_refined_api_Min$();
|
|
30048
29903
|
new $c_Leu_timepit_refined_api_Min$$anon$1($bC(0))
|
|
30049
29904
|
}
|
|
@@ -36745,66 +36600,6 @@ var $d_sc_convert_JavaCollectionWrappers$SetWrapper$$anon$1 = new $TypeData().in
|
|
|
36745
36600
|
ju_Iterator: 1
|
|
36746
36601
|
});
|
|
36747
36602
|
$c_sc_convert_JavaCollectionWrappers$SetWrapper$$anon$1.prototype.$classData = $d_sc_convert_JavaCollectionWrappers$SetWrapper$$anon$1;
|
|
36748
|
-
/** @constructor */
|
|
36749
|
-
function $c_sci_HashMapBuilder$$anon$1(outer, x2$1) {
|
|
36750
|
-
this.sci_ChampBaseIterator__f_currentValueCursor = 0;
|
|
36751
|
-
this.sci_ChampBaseIterator__f_currentValueLength = 0;
|
|
36752
|
-
this.sci_ChampBaseIterator__f_currentValueNode = null;
|
|
36753
|
-
this.sci_ChampBaseIterator__f_currentStackLevel = 0;
|
|
36754
|
-
this.sci_ChampBaseIterator__f_nodeCursorsAndLengths = null;
|
|
36755
|
-
this.sci_ChampBaseIterator__f_nodes = null;
|
|
36756
|
-
$ct_sci_ChampBaseIterator__sci_Node__(this, x2$1.sci_HashMap__f_rootNode);
|
|
36757
|
-
while (this.hasNext__Z()) {
|
|
36758
|
-
var originalHash = this.sci_ChampBaseIterator__f_currentValueNode.getHash__I__I(this.sci_ChampBaseIterator__f_currentValueCursor);
|
|
36759
|
-
outer.update__sci_MapNode__O__O__I__I__I__V(outer.sci_HashMapBuilder__f_scala$collection$immutable$HashMapBuilder$$rootNode, this.sci_ChampBaseIterator__f_currentValueNode.getKey__I__O(this.sci_ChampBaseIterator__f_currentValueCursor), this.sci_ChampBaseIterator__f_currentValueNode.getValue__I__O(this.sci_ChampBaseIterator__f_currentValueCursor), originalHash, $m_sc_Hashing$().improve__I__I(originalHash), 0);
|
|
36760
|
-
this.sci_ChampBaseIterator__f_currentValueCursor = ((1 + this.sci_ChampBaseIterator__f_currentValueCursor) | 0)
|
|
36761
|
-
}
|
|
36762
|
-
}
|
|
36763
|
-
$c_sci_HashMapBuilder$$anon$1.prototype = new $h_sci_ChampBaseIterator();
|
|
36764
|
-
$c_sci_HashMapBuilder$$anon$1.prototype.constructor = $c_sci_HashMapBuilder$$anon$1;
|
|
36765
|
-
/** @constructor */
|
|
36766
|
-
function $h_sci_HashMapBuilder$$anon$1() {
|
|
36767
|
-
/*<skip>*/
|
|
36768
|
-
}
|
|
36769
|
-
$h_sci_HashMapBuilder$$anon$1.prototype = $c_sci_HashMapBuilder$$anon$1.prototype;
|
|
36770
|
-
var $d_sci_HashMapBuilder$$anon$1 = new $TypeData().initClass({
|
|
36771
|
-
sci_HashMapBuilder$$anon$1: 0
|
|
36772
|
-
}, false, "scala.collection.immutable.HashMapBuilder$$anon$1", {
|
|
36773
|
-
sci_HashMapBuilder$$anon$1: 1,
|
|
36774
|
-
sci_ChampBaseIterator: 1,
|
|
36775
|
-
O: 1
|
|
36776
|
-
});
|
|
36777
|
-
$c_sci_HashMapBuilder$$anon$1.prototype.$classData = $d_sci_HashMapBuilder$$anon$1;
|
|
36778
|
-
/** @constructor */
|
|
36779
|
-
function $c_sci_HashSetBuilder$$anon$1(outer, x2$1) {
|
|
36780
|
-
this.sci_ChampBaseIterator__f_currentValueCursor = 0;
|
|
36781
|
-
this.sci_ChampBaseIterator__f_currentValueLength = 0;
|
|
36782
|
-
this.sci_ChampBaseIterator__f_currentValueNode = null;
|
|
36783
|
-
this.sci_ChampBaseIterator__f_currentStackLevel = 0;
|
|
36784
|
-
this.sci_ChampBaseIterator__f_nodeCursorsAndLengths = null;
|
|
36785
|
-
this.sci_ChampBaseIterator__f_nodes = null;
|
|
36786
|
-
$ct_sci_ChampBaseIterator__sci_Node__(this, x2$1.sci_HashSet__f_rootNode);
|
|
36787
|
-
while (this.hasNext__Z()) {
|
|
36788
|
-
var originalHash = this.sci_ChampBaseIterator__f_currentValueNode.getHash__I__I(this.sci_ChampBaseIterator__f_currentValueCursor);
|
|
36789
|
-
outer.update__sci_SetNode__O__I__I__I__V(outer.sci_HashSetBuilder__f_scala$collection$immutable$HashSetBuilder$$rootNode, this.sci_ChampBaseIterator__f_currentValueNode.getPayload__I__O(this.sci_ChampBaseIterator__f_currentValueCursor), originalHash, $m_sc_Hashing$().improve__I__I(originalHash), 0);
|
|
36790
|
-
this.sci_ChampBaseIterator__f_currentValueCursor = ((1 + this.sci_ChampBaseIterator__f_currentValueCursor) | 0)
|
|
36791
|
-
}
|
|
36792
|
-
}
|
|
36793
|
-
$c_sci_HashSetBuilder$$anon$1.prototype = new $h_sci_ChampBaseIterator();
|
|
36794
|
-
$c_sci_HashSetBuilder$$anon$1.prototype.constructor = $c_sci_HashSetBuilder$$anon$1;
|
|
36795
|
-
/** @constructor */
|
|
36796
|
-
function $h_sci_HashSetBuilder$$anon$1() {
|
|
36797
|
-
/*<skip>*/
|
|
36798
|
-
}
|
|
36799
|
-
$h_sci_HashSetBuilder$$anon$1.prototype = $c_sci_HashSetBuilder$$anon$1.prototype;
|
|
36800
|
-
var $d_sci_HashSetBuilder$$anon$1 = new $TypeData().initClass({
|
|
36801
|
-
sci_HashSetBuilder$$anon$1: 0
|
|
36802
|
-
}, false, "scala.collection.immutable.HashSetBuilder$$anon$1", {
|
|
36803
|
-
sci_HashSetBuilder$$anon$1: 1,
|
|
36804
|
-
sci_ChampBaseIterator: 1,
|
|
36805
|
-
O: 1
|
|
36806
|
-
});
|
|
36807
|
-
$c_sci_HashSetBuilder$$anon$1.prototype.$classData = $d_sci_HashSetBuilder$$anon$1;
|
|
36808
36603
|
function $is_sci_LazyList$State(obj) {
|
|
36809
36604
|
return (!(!((obj && obj.$classData) && obj.$classData.ancestors.sci_LazyList$State)))
|
|
36810
36605
|
}
|
|
@@ -38687,7 +38482,7 @@ function $f_Lspire_math_ConvertableFromByte__toReal__B__Lspire_math_Real($thiz,
|
|
|
38687
38482
|
return $m_Lspire_math_Real$().apply__I__Lspire_math_Real(a)
|
|
38688
38483
|
}
|
|
38689
38484
|
function $f_Lspire_math_ConvertableFromFloat__toReal__F__Lspire_math_Real($thiz, a) {
|
|
38690
|
-
return $m_Lspire_math_Real$().apply__D__Lspire_math_Real(
|
|
38485
|
+
return $m_Lspire_math_Real$().apply__D__Lspire_math_Real(a)
|
|
38691
38486
|
}
|
|
38692
38487
|
function $f_Lspire_math_ConvertableFromRational__toFloat__Lspire_math_Rational__F($thiz, a) {
|
|
38693
38488
|
var this$1 = a.toBigDecimal__Ljava_math_MathContext__s_math_BigDecimal($m_Ljava_math_MathContext$().Ljava_math_MathContext$__f_DECIMAL64);
|
|
@@ -40358,20 +40153,16 @@ function $f_Lspire_std_DoubleIsNRoot__nroot__D__I__D($thiz, a, k) {
|
|
|
40358
40153
|
return (+Math.pow(a, b))
|
|
40359
40154
|
}
|
|
40360
40155
|
function $f_Lspire_std_FloatIsNRoot__nroot__F__I__F($thiz, a, k) {
|
|
40361
|
-
$m_s_Float$();
|
|
40362
40156
|
var a$1 = a;
|
|
40363
40157
|
var b = (1.0 / k);
|
|
40364
40158
|
return Math.fround((+Math.pow(a$1, b)))
|
|
40365
40159
|
}
|
|
40366
40160
|
function $f_Lspire_std_FloatIsNRoot__sqrt__F__F($thiz, a) {
|
|
40367
|
-
$m_s_Float$();
|
|
40368
40161
|
var a$1 = a;
|
|
40369
40162
|
return Math.fround((+Math.sqrt(a$1)))
|
|
40370
40163
|
}
|
|
40371
40164
|
function $f_Lspire_std_FloatIsNRoot__fpow__F__F__F($thiz, a, b) {
|
|
40372
|
-
$m_s_Float$();
|
|
40373
40165
|
var a$1 = a;
|
|
40374
|
-
$m_s_Float$();
|
|
40375
40166
|
var b$1 = b;
|
|
40376
40167
|
return Math.fround((+Math.pow(a$1, b$1)))
|
|
40377
40168
|
}
|
|
@@ -46496,68 +46287,6 @@ function $h_s_$less$colon$less() {
|
|
|
46496
46287
|
}
|
|
46497
46288
|
$h_s_$less$colon$less.prototype = $c_s_$less$colon$less.prototype;
|
|
46498
46289
|
/** @constructor */
|
|
46499
|
-
function $c_s_Double$() {
|
|
46500
|
-
this.s_Double$__f_MinValue = 0.0;
|
|
46501
|
-
this.s_Double$__f_MinValue = (-1.7976931348623157E308)
|
|
46502
|
-
}
|
|
46503
|
-
$c_s_Double$.prototype = new $h_O();
|
|
46504
|
-
$c_s_Double$.prototype.constructor = $c_s_Double$;
|
|
46505
|
-
/** @constructor */
|
|
46506
|
-
function $h_s_Double$() {
|
|
46507
|
-
/*<skip>*/
|
|
46508
|
-
}
|
|
46509
|
-
$h_s_Double$.prototype = $c_s_Double$.prototype;
|
|
46510
|
-
$c_s_Double$.prototype.toString__T = (function() {
|
|
46511
|
-
return "object scala.Double"
|
|
46512
|
-
});
|
|
46513
|
-
var $d_s_Double$ = new $TypeData().initClass({
|
|
46514
|
-
s_Double$: 0
|
|
46515
|
-
}, false, "scala.Double$", {
|
|
46516
|
-
s_Double$: 1,
|
|
46517
|
-
O: 1,
|
|
46518
|
-
s_AnyValCompanion: 1,
|
|
46519
|
-
s_Specializable: 1
|
|
46520
|
-
});
|
|
46521
|
-
$c_s_Double$.prototype.$classData = $d_s_Double$;
|
|
46522
|
-
var $n_s_Double$;
|
|
46523
|
-
function $m_s_Double$() {
|
|
46524
|
-
if ((!$n_s_Double$)) {
|
|
46525
|
-
$n_s_Double$ = new $c_s_Double$()
|
|
46526
|
-
};
|
|
46527
|
-
return $n_s_Double$
|
|
46528
|
-
}
|
|
46529
|
-
/** @constructor */
|
|
46530
|
-
function $c_s_Float$() {
|
|
46531
|
-
this.s_Float$__f_MinValue = 0.0;
|
|
46532
|
-
this.s_Float$__f_MinValue = (-3.4028234663852886E38)
|
|
46533
|
-
}
|
|
46534
|
-
$c_s_Float$.prototype = new $h_O();
|
|
46535
|
-
$c_s_Float$.prototype.constructor = $c_s_Float$;
|
|
46536
|
-
/** @constructor */
|
|
46537
|
-
function $h_s_Float$() {
|
|
46538
|
-
/*<skip>*/
|
|
46539
|
-
}
|
|
46540
|
-
$h_s_Float$.prototype = $c_s_Float$.prototype;
|
|
46541
|
-
$c_s_Float$.prototype.toString__T = (function() {
|
|
46542
|
-
return "object scala.Float"
|
|
46543
|
-
});
|
|
46544
|
-
var $d_s_Float$ = new $TypeData().initClass({
|
|
46545
|
-
s_Float$: 0
|
|
46546
|
-
}, false, "scala.Float$", {
|
|
46547
|
-
s_Float$: 1,
|
|
46548
|
-
O: 1,
|
|
46549
|
-
s_AnyValCompanion: 1,
|
|
46550
|
-
s_Specializable: 1
|
|
46551
|
-
});
|
|
46552
|
-
$c_s_Float$.prototype.$classData = $d_s_Float$;
|
|
46553
|
-
var $n_s_Float$;
|
|
46554
|
-
function $m_s_Float$() {
|
|
46555
|
-
if ((!$n_s_Float$)) {
|
|
46556
|
-
$n_s_Float$ = new $c_s_Float$()
|
|
46557
|
-
};
|
|
46558
|
-
return $n_s_Float$
|
|
46559
|
-
}
|
|
46560
|
-
/** @constructor */
|
|
46561
46290
|
function $c_s_Predef$() {
|
|
46562
46291
|
this.s_Predef$__f_Map = null;
|
|
46563
46292
|
this.s_Predef$__f_Set = null;
|
|
@@ -49674,7 +49403,8 @@ $c_sci_HashCollisionMapNode.prototype.size__I = (function() {
|
|
|
49674
49403
|
$c_sci_HashCollisionMapNode.prototype.apply__O__I__I__I__O = (function(key, originalHash, hash, shift) {
|
|
49675
49404
|
var this$1 = this.get__O__I__I__I__s_Option(key, originalHash, hash, shift);
|
|
49676
49405
|
if (this$1.isEmpty__Z()) {
|
|
49677
|
-
|
|
49406
|
+
$m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty.next__O();
|
|
49407
|
+
throw new $c_jl_ClassCastException()
|
|
49678
49408
|
} else {
|
|
49679
49409
|
return this$1.get__O()
|
|
49680
49410
|
}
|
|
@@ -50196,10 +49926,54 @@ $c_sci_Map$.prototype.from__sc_IterableOnce__sci_Map = (function(it) {
|
|
|
50196
49926
|
return $m_sci_Map$EmptyMap$()
|
|
50197
49927
|
}
|
|
50198
49928
|
};
|
|
50199
|
-
if (
|
|
49929
|
+
if ((it instanceof $c_sci_HashMap)) {
|
|
50200
49930
|
var x3 = it;
|
|
50201
49931
|
return x3
|
|
50202
49932
|
};
|
|
49933
|
+
if ((it instanceof $c_sci_Map$Map1)) {
|
|
49934
|
+
var x4 = it;
|
|
49935
|
+
return x4
|
|
49936
|
+
};
|
|
49937
|
+
if ((it instanceof $c_sci_Map$Map2)) {
|
|
49938
|
+
var x5 = it;
|
|
49939
|
+
return x5
|
|
49940
|
+
};
|
|
49941
|
+
if ((it instanceof $c_sci_Map$Map3)) {
|
|
49942
|
+
var x6 = it;
|
|
49943
|
+
return x6
|
|
49944
|
+
};
|
|
49945
|
+
if ((it instanceof $c_sci_Map$Map4)) {
|
|
49946
|
+
var x7 = it;
|
|
49947
|
+
return x7
|
|
49948
|
+
};
|
|
49949
|
+
if (false) {
|
|
49950
|
+
var x8 = it;
|
|
49951
|
+
return x8
|
|
49952
|
+
};
|
|
49953
|
+
if (false) {
|
|
49954
|
+
var x9 = it;
|
|
49955
|
+
return x9
|
|
49956
|
+
};
|
|
49957
|
+
if (false) {
|
|
49958
|
+
var x10 = it;
|
|
49959
|
+
return x10
|
|
49960
|
+
};
|
|
49961
|
+
if (false) {
|
|
49962
|
+
var x11 = it;
|
|
49963
|
+
return x11
|
|
49964
|
+
};
|
|
49965
|
+
if (false) {
|
|
49966
|
+
var x12 = it;
|
|
49967
|
+
return x12
|
|
49968
|
+
};
|
|
49969
|
+
if (false) {
|
|
49970
|
+
var x13 = it;
|
|
49971
|
+
return x13
|
|
49972
|
+
};
|
|
49973
|
+
if (false) {
|
|
49974
|
+
var x14 = it;
|
|
49975
|
+
return x14
|
|
49976
|
+
};
|
|
50203
49977
|
var this$1 = new $c_sci_MapBuilderImpl();
|
|
50204
49978
|
var this$2 = this$1.addAll__sc_IterableOnce__sci_MapBuilderImpl(it);
|
|
50205
49979
|
return this$2.result__sci_Map()
|
|
@@ -50241,19 +50015,36 @@ function $h_sci_Set$() {
|
|
|
50241
50015
|
}
|
|
50242
50016
|
$h_sci_Set$.prototype = $c_sci_Set$.prototype;
|
|
50243
50017
|
$c_sci_Set$.prototype.from__sc_IterableOnce__sci_Set = (function(it) {
|
|
50244
|
-
if (
|
|
50245
|
-
var this$1 = new $c_sci_SetBuilderImpl();
|
|
50246
|
-
var this$2 = this$1.addAll__sc_IterableOnce__sci_SetBuilderImpl(it);
|
|
50247
|
-
return this$2.result__sci_Set()
|
|
50248
|
-
} else if ((it.knownSize__I() === 0)) {
|
|
50018
|
+
if ((it.knownSize__I() === 0)) {
|
|
50249
50019
|
return $m_sci_Set$EmptySet$()
|
|
50250
|
-
} else if (
|
|
50020
|
+
} else if ((it instanceof $c_sci_HashSet)) {
|
|
50021
|
+
var x2 = it;
|
|
50022
|
+
return x2
|
|
50023
|
+
} else if (false) {
|
|
50251
50024
|
var x3 = it;
|
|
50252
50025
|
return x3
|
|
50026
|
+
} else if ((it instanceof $c_sci_Set$Set1)) {
|
|
50027
|
+
var x4 = it;
|
|
50028
|
+
return x4
|
|
50029
|
+
} else if ((it instanceof $c_sci_Set$Set2)) {
|
|
50030
|
+
var x5 = it;
|
|
50031
|
+
return x5
|
|
50032
|
+
} else if ((it instanceof $c_sci_Set$Set3)) {
|
|
50033
|
+
var x6 = it;
|
|
50034
|
+
return x6
|
|
50035
|
+
} else if ((it instanceof $c_sci_Set$Set4)) {
|
|
50036
|
+
var x7 = it;
|
|
50037
|
+
return x7
|
|
50038
|
+
} else if ((it instanceof $c_sci_HashMap$HashKeySet)) {
|
|
50039
|
+
var x8 = it;
|
|
50040
|
+
return x8
|
|
50041
|
+
} else if ((it instanceof $c_sci_MapOps$ImmutableKeySet)) {
|
|
50042
|
+
var x9 = it;
|
|
50043
|
+
return x9
|
|
50253
50044
|
} else {
|
|
50254
|
-
var this$
|
|
50255
|
-
var this$
|
|
50256
|
-
return this$
|
|
50045
|
+
var this$1 = new $c_sci_SetBuilderImpl();
|
|
50046
|
+
var this$2 = this$1.addAll__sc_IterableOnce__sci_SetBuilderImpl(it);
|
|
50047
|
+
return this$2.result__sci_Set()
|
|
50257
50048
|
}
|
|
50258
50049
|
});
|
|
50259
50050
|
$c_sci_Set$.prototype.newBuilder__scm_Builder = (function() {
|
|
@@ -53527,7 +53318,7 @@ function $m_Lspire_math_poly_Term$() {
|
|
|
53527
53318
|
}
|
|
53528
53319
|
/** @constructor */
|
|
53529
53320
|
function $c_Lspire_std_DoubleInstances$$anon$1() {
|
|
53530
|
-
$ct_Lspire_math_NumberTag$BuiltinFloatTag__O__O__O__O__O__O__(this, 0.0,
|
|
53321
|
+
$ct_Lspire_math_NumberTag$BuiltinFloatTag__O__O__O__O__O__O__(this, 0.0, (-1.7976931348623157E308), 1.7976931348623157E308, (NaN), Infinity, (-Infinity))
|
|
53531
53322
|
}
|
|
53532
53323
|
$c_Lspire_std_DoubleInstances$$anon$1.prototype = new $h_Lspire_math_NumberTag$BuiltinFloatTag();
|
|
53533
53324
|
$c_Lspire_std_DoubleInstances$$anon$1.prototype.constructor = $c_Lspire_std_DoubleInstances$$anon$1;
|
|
@@ -65109,8 +64900,7 @@ function $c_Lspire_math_Number$() {
|
|
|
65109
64900
|
$m_Lspire_math_SafeLong$();
|
|
65110
64901
|
new $c_Lspire_math_SafeLongLong(new $c_RTLong((-1), 2147483647));
|
|
65111
64902
|
var this$9 = $m_s_package$().BigDecimal__s_math_BigDecimal$();
|
|
65112
|
-
|
|
65113
|
-
this.Lspire_math_Number$__f_minDouble = this$9.decimal__D__Ljava_math_MathContext__s_math_BigDecimal(d, this$9.s_math_BigDecimal$__f_defaultMathContext);
|
|
64903
|
+
this.Lspire_math_Number$__f_minDouble = this$9.decimal__D__Ljava_math_MathContext__s_math_BigDecimal((-1.7976931348623157E308), this$9.s_math_BigDecimal$__f_defaultMathContext);
|
|
65114
64904
|
var this$10 = $m_s_package$().BigDecimal__s_math_BigDecimal$();
|
|
65115
64905
|
this.Lspire_math_Number$__f_maxDouble = this$10.decimal__D__Ljava_math_MathContext__s_math_BigDecimal(1.7976931348623157E308, this$10.s_math_BigDecimal$__f_defaultMathContext)
|
|
65116
64906
|
}
|
|
@@ -69628,9 +69418,26 @@ var $d_jl_Byte = new $TypeData().initClass({
|
|
|
69628
69418
|
jl_Comparable: 1,
|
|
69629
69419
|
jl_constant_Constable: 1
|
|
69630
69420
|
}, (void 0), (void 0), ((x) => $isByte(x)));
|
|
69421
|
+
class $c_jl_ClassCastException extends $c_jl_RuntimeException {
|
|
69422
|
+
constructor() {
|
|
69423
|
+
super();
|
|
69424
|
+
$ct_jl_Throwable__T__jl_Throwable__Z__Z__(this, null, null, true, true)
|
|
69425
|
+
};
|
|
69426
|
+
}
|
|
69631
69427
|
function $isArrayOf_jl_ClassCastException(obj, depth) {
|
|
69632
69428
|
return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.jl_ClassCastException)))
|
|
69633
69429
|
}
|
|
69430
|
+
var $d_jl_ClassCastException = new $TypeData().initClass({
|
|
69431
|
+
jl_ClassCastException: 0
|
|
69432
|
+
}, false, "java.lang.ClassCastException", {
|
|
69433
|
+
jl_ClassCastException: 1,
|
|
69434
|
+
jl_RuntimeException: 1,
|
|
69435
|
+
jl_Exception: 1,
|
|
69436
|
+
jl_Throwable: 1,
|
|
69437
|
+
O: 1,
|
|
69438
|
+
Ljava_io_Serializable: 1
|
|
69439
|
+
});
|
|
69440
|
+
$c_jl_ClassCastException.prototype.$classData = $d_jl_ClassCastException;
|
|
69634
69441
|
function $ct_jl_IllegalArgumentException__T__($thiz, s) {
|
|
69635
69442
|
$ct_jl_Throwable__T__jl_Throwable__Z__Z__($thiz, s, null, true, true);
|
|
69636
69443
|
return $thiz
|
|
@@ -73688,6 +73495,19 @@ function $f_sc_IndexedSeqOps__dropRight__I__O($thiz, n) {
|
|
|
73688
73495
|
function $f_sc_IndexedSeqOps__map__F1__O($thiz, f) {
|
|
73689
73496
|
return $thiz.iterableFactory__sc_IterableFactory().from__sc_IterableOnce__O(new $c_sc_IndexedSeqView$Map($thiz, f))
|
|
73690
73497
|
}
|
|
73498
|
+
function $f_sc_IndexedSeqOps__head__O($thiz) {
|
|
73499
|
+
if ((!$thiz.isEmpty__Z())) {
|
|
73500
|
+
return $thiz.apply__I__O(0)
|
|
73501
|
+
} else {
|
|
73502
|
+
if ($is_sc_IndexedSeq($thiz)) {
|
|
73503
|
+
var x2 = $thiz;
|
|
73504
|
+
var $$x1 = x2.className__T()
|
|
73505
|
+
} else {
|
|
73506
|
+
var $$x1 = $thiz.toString__T()
|
|
73507
|
+
};
|
|
73508
|
+
throw $ct_ju_NoSuchElementException__T__(new $c_ju_NoSuchElementException(), ("head of empty " + $$x1))
|
|
73509
|
+
}
|
|
73510
|
+
}
|
|
73691
73511
|
function $f_sc_Iterable__toString__T($thiz) {
|
|
73692
73512
|
var start = ($thiz.className__T() + "(");
|
|
73693
73513
|
return $f_sc_IterableOnceOps__mkString__T__T__T__T($thiz, start, ", ", ")")
|
|
@@ -74760,6 +74580,148 @@ var $d_sc_View$DropRightIterator = new $TypeData().initClass({
|
|
|
74760
74580
|
sc_IterableOnceOps: 1
|
|
74761
74581
|
});
|
|
74762
74582
|
$c_sc_View$DropRightIterator.prototype.$classData = $d_sc_View$DropRightIterator;
|
|
74583
|
+
function $p_sci_ChampBaseIterator__initNodes__V($thiz) {
|
|
74584
|
+
if (($thiz.sci_ChampBaseIterator__f_nodeCursorsAndLengths === null)) {
|
|
74585
|
+
$thiz.sci_ChampBaseIterator__f_nodeCursorsAndLengths = new $ac_I(($m_sci_Node$().sci_Node$__f_MaxDepth << 1));
|
|
74586
|
+
$thiz.sci_ChampBaseIterator__f_nodes = new ($d_sci_Node.getArrayOf().constr)($m_sci_Node$().sci_Node$__f_MaxDepth)
|
|
74587
|
+
}
|
|
74588
|
+
}
|
|
74589
|
+
function $p_sci_ChampBaseIterator__setupPayloadNode__sci_Node__V($thiz, node) {
|
|
74590
|
+
$thiz.sci_ChampBaseIterator__f_currentValueNode = node;
|
|
74591
|
+
$thiz.sci_ChampBaseIterator__f_currentValueCursor = 0;
|
|
74592
|
+
$thiz.sci_ChampBaseIterator__f_currentValueLength = node.payloadArity__I()
|
|
74593
|
+
}
|
|
74594
|
+
function $p_sci_ChampBaseIterator__pushNode__sci_Node__V($thiz, node) {
|
|
74595
|
+
$p_sci_ChampBaseIterator__initNodes__V($thiz);
|
|
74596
|
+
$thiz.sci_ChampBaseIterator__f_currentStackLevel = ((1 + $thiz.sci_ChampBaseIterator__f_currentStackLevel) | 0);
|
|
74597
|
+
var cursorIndex = ($thiz.sci_ChampBaseIterator__f_currentStackLevel << 1);
|
|
74598
|
+
var lengthIndex = ((1 + ($thiz.sci_ChampBaseIterator__f_currentStackLevel << 1)) | 0);
|
|
74599
|
+
$thiz.sci_ChampBaseIterator__f_nodes.u[$thiz.sci_ChampBaseIterator__f_currentStackLevel] = node;
|
|
74600
|
+
$thiz.sci_ChampBaseIterator__f_nodeCursorsAndLengths.u[cursorIndex] = 0;
|
|
74601
|
+
$thiz.sci_ChampBaseIterator__f_nodeCursorsAndLengths.u[lengthIndex] = node.nodeArity__I()
|
|
74602
|
+
}
|
|
74603
|
+
function $p_sci_ChampBaseIterator__popNode__V($thiz) {
|
|
74604
|
+
$thiz.sci_ChampBaseIterator__f_currentStackLevel = (((-1) + $thiz.sci_ChampBaseIterator__f_currentStackLevel) | 0)
|
|
74605
|
+
}
|
|
74606
|
+
function $p_sci_ChampBaseIterator__searchNextValueNode__Z($thiz) {
|
|
74607
|
+
while (($thiz.sci_ChampBaseIterator__f_currentStackLevel >= 0)) {
|
|
74608
|
+
var cursorIndex = ($thiz.sci_ChampBaseIterator__f_currentStackLevel << 1);
|
|
74609
|
+
var lengthIndex = ((1 + ($thiz.sci_ChampBaseIterator__f_currentStackLevel << 1)) | 0);
|
|
74610
|
+
var nodeCursor = $thiz.sci_ChampBaseIterator__f_nodeCursorsAndLengths.u[cursorIndex];
|
|
74611
|
+
var nodeLength = $thiz.sci_ChampBaseIterator__f_nodeCursorsAndLengths.u[lengthIndex];
|
|
74612
|
+
if ((nodeCursor < nodeLength)) {
|
|
74613
|
+
var ev$1 = $thiz.sci_ChampBaseIterator__f_nodeCursorsAndLengths;
|
|
74614
|
+
ev$1.u[cursorIndex] = ((1 + ev$1.u[cursorIndex]) | 0);
|
|
74615
|
+
var nextNode = $thiz.sci_ChampBaseIterator__f_nodes.u[$thiz.sci_ChampBaseIterator__f_currentStackLevel].getNode__I__sci_Node(nodeCursor);
|
|
74616
|
+
if (nextNode.hasNodes__Z()) {
|
|
74617
|
+
$p_sci_ChampBaseIterator__pushNode__sci_Node__V($thiz, nextNode)
|
|
74618
|
+
};
|
|
74619
|
+
if (nextNode.hasPayload__Z()) {
|
|
74620
|
+
$p_sci_ChampBaseIterator__setupPayloadNode__sci_Node__V($thiz, nextNode);
|
|
74621
|
+
return true
|
|
74622
|
+
}
|
|
74623
|
+
} else {
|
|
74624
|
+
$p_sci_ChampBaseIterator__popNode__V($thiz)
|
|
74625
|
+
}
|
|
74626
|
+
};
|
|
74627
|
+
return false
|
|
74628
|
+
}
|
|
74629
|
+
function $ct_sci_ChampBaseIterator__($thiz) {
|
|
74630
|
+
$thiz.sci_ChampBaseIterator__f_currentValueCursor = 0;
|
|
74631
|
+
$thiz.sci_ChampBaseIterator__f_currentValueLength = 0;
|
|
74632
|
+
$thiz.sci_ChampBaseIterator__f_currentStackLevel = (-1);
|
|
74633
|
+
return $thiz
|
|
74634
|
+
}
|
|
74635
|
+
function $ct_sci_ChampBaseIterator__sci_Node__($thiz, rootNode) {
|
|
74636
|
+
$ct_sci_ChampBaseIterator__($thiz);
|
|
74637
|
+
if (rootNode.hasNodes__Z()) {
|
|
74638
|
+
$p_sci_ChampBaseIterator__pushNode__sci_Node__V($thiz, rootNode)
|
|
74639
|
+
};
|
|
74640
|
+
if (rootNode.hasPayload__Z()) {
|
|
74641
|
+
$p_sci_ChampBaseIterator__setupPayloadNode__sci_Node__V($thiz, rootNode)
|
|
74642
|
+
};
|
|
74643
|
+
return $thiz
|
|
74644
|
+
}
|
|
74645
|
+
/** @constructor */
|
|
74646
|
+
function $c_sci_ChampBaseIterator() {
|
|
74647
|
+
this.sci_ChampBaseIterator__f_currentValueCursor = 0;
|
|
74648
|
+
this.sci_ChampBaseIterator__f_currentValueLength = 0;
|
|
74649
|
+
this.sci_ChampBaseIterator__f_currentValueNode = null;
|
|
74650
|
+
this.sci_ChampBaseIterator__f_currentStackLevel = 0;
|
|
74651
|
+
this.sci_ChampBaseIterator__f_nodeCursorsAndLengths = null;
|
|
74652
|
+
this.sci_ChampBaseIterator__f_nodes = null
|
|
74653
|
+
}
|
|
74654
|
+
$c_sci_ChampBaseIterator.prototype = new $h_sc_AbstractIterator();
|
|
74655
|
+
$c_sci_ChampBaseIterator.prototype.constructor = $c_sci_ChampBaseIterator;
|
|
74656
|
+
/** @constructor */
|
|
74657
|
+
function $h_sci_ChampBaseIterator() {
|
|
74658
|
+
/*<skip>*/
|
|
74659
|
+
}
|
|
74660
|
+
$h_sci_ChampBaseIterator.prototype = $c_sci_ChampBaseIterator.prototype;
|
|
74661
|
+
$c_sci_ChampBaseIterator.prototype.hasNext__Z = (function() {
|
|
74662
|
+
return ((this.sci_ChampBaseIterator__f_currentValueCursor < this.sci_ChampBaseIterator__f_currentValueLength) || $p_sci_ChampBaseIterator__searchNextValueNode__Z(this))
|
|
74663
|
+
});
|
|
74664
|
+
function $p_sci_ChampBaseReverseIterator__setupPayloadNode__sci_Node__V($thiz, node) {
|
|
74665
|
+
$thiz.sci_ChampBaseReverseIterator__f_currentValueNode = node;
|
|
74666
|
+
$thiz.sci_ChampBaseReverseIterator__f_currentValueCursor = (((-1) + node.payloadArity__I()) | 0)
|
|
74667
|
+
}
|
|
74668
|
+
function $p_sci_ChampBaseReverseIterator__pushNode__sci_Node__V($thiz, node) {
|
|
74669
|
+
$thiz.sci_ChampBaseReverseIterator__f_currentStackLevel = ((1 + $thiz.sci_ChampBaseReverseIterator__f_currentStackLevel) | 0);
|
|
74670
|
+
$thiz.sci_ChampBaseReverseIterator__f_nodeStack.u[$thiz.sci_ChampBaseReverseIterator__f_currentStackLevel] = node;
|
|
74671
|
+
$thiz.sci_ChampBaseReverseIterator__f_nodeIndex.u[$thiz.sci_ChampBaseReverseIterator__f_currentStackLevel] = (((-1) + node.nodeArity__I()) | 0)
|
|
74672
|
+
}
|
|
74673
|
+
function $p_sci_ChampBaseReverseIterator__popNode__V($thiz) {
|
|
74674
|
+
$thiz.sci_ChampBaseReverseIterator__f_currentStackLevel = (((-1) + $thiz.sci_ChampBaseReverseIterator__f_currentStackLevel) | 0)
|
|
74675
|
+
}
|
|
74676
|
+
function $p_sci_ChampBaseReverseIterator__searchNextValueNode__Z($thiz) {
|
|
74677
|
+
while (($thiz.sci_ChampBaseReverseIterator__f_currentStackLevel >= 0)) {
|
|
74678
|
+
var nodeCursor = $thiz.sci_ChampBaseReverseIterator__f_nodeIndex.u[$thiz.sci_ChampBaseReverseIterator__f_currentStackLevel];
|
|
74679
|
+
$thiz.sci_ChampBaseReverseIterator__f_nodeIndex.u[$thiz.sci_ChampBaseReverseIterator__f_currentStackLevel] = (((-1) + nodeCursor) | 0);
|
|
74680
|
+
if ((nodeCursor >= 0)) {
|
|
74681
|
+
var nextNode = $thiz.sci_ChampBaseReverseIterator__f_nodeStack.u[$thiz.sci_ChampBaseReverseIterator__f_currentStackLevel].getNode__I__sci_Node(nodeCursor);
|
|
74682
|
+
$p_sci_ChampBaseReverseIterator__pushNode__sci_Node__V($thiz, nextNode)
|
|
74683
|
+
} else {
|
|
74684
|
+
var currNode = $thiz.sci_ChampBaseReverseIterator__f_nodeStack.u[$thiz.sci_ChampBaseReverseIterator__f_currentStackLevel];
|
|
74685
|
+
$p_sci_ChampBaseReverseIterator__popNode__V($thiz);
|
|
74686
|
+
if (currNode.hasPayload__Z()) {
|
|
74687
|
+
$p_sci_ChampBaseReverseIterator__setupPayloadNode__sci_Node__V($thiz, currNode);
|
|
74688
|
+
return true
|
|
74689
|
+
}
|
|
74690
|
+
}
|
|
74691
|
+
};
|
|
74692
|
+
return false
|
|
74693
|
+
}
|
|
74694
|
+
function $ct_sci_ChampBaseReverseIterator__($thiz) {
|
|
74695
|
+
$thiz.sci_ChampBaseReverseIterator__f_currentValueCursor = (-1);
|
|
74696
|
+
$thiz.sci_ChampBaseReverseIterator__f_currentStackLevel = (-1);
|
|
74697
|
+
$thiz.sci_ChampBaseReverseIterator__f_nodeIndex = new $ac_I(((1 + $m_sci_Node$().sci_Node$__f_MaxDepth) | 0));
|
|
74698
|
+
$thiz.sci_ChampBaseReverseIterator__f_nodeStack = new ($d_sci_Node.getArrayOf().constr)(((1 + $m_sci_Node$().sci_Node$__f_MaxDepth) | 0));
|
|
74699
|
+
return $thiz
|
|
74700
|
+
}
|
|
74701
|
+
function $ct_sci_ChampBaseReverseIterator__sci_Node__($thiz, rootNode) {
|
|
74702
|
+
$ct_sci_ChampBaseReverseIterator__($thiz);
|
|
74703
|
+
$p_sci_ChampBaseReverseIterator__pushNode__sci_Node__V($thiz, rootNode);
|
|
74704
|
+
$p_sci_ChampBaseReverseIterator__searchNextValueNode__Z($thiz);
|
|
74705
|
+
return $thiz
|
|
74706
|
+
}
|
|
74707
|
+
/** @constructor */
|
|
74708
|
+
function $c_sci_ChampBaseReverseIterator() {
|
|
74709
|
+
this.sci_ChampBaseReverseIterator__f_currentValueCursor = 0;
|
|
74710
|
+
this.sci_ChampBaseReverseIterator__f_currentValueNode = null;
|
|
74711
|
+
this.sci_ChampBaseReverseIterator__f_currentStackLevel = 0;
|
|
74712
|
+
this.sci_ChampBaseReverseIterator__f_nodeIndex = null;
|
|
74713
|
+
this.sci_ChampBaseReverseIterator__f_nodeStack = null
|
|
74714
|
+
}
|
|
74715
|
+
$c_sci_ChampBaseReverseIterator.prototype = new $h_sc_AbstractIterator();
|
|
74716
|
+
$c_sci_ChampBaseReverseIterator.prototype.constructor = $c_sci_ChampBaseReverseIterator;
|
|
74717
|
+
/** @constructor */
|
|
74718
|
+
function $h_sci_ChampBaseReverseIterator() {
|
|
74719
|
+
/*<skip>*/
|
|
74720
|
+
}
|
|
74721
|
+
$h_sci_ChampBaseReverseIterator.prototype = $c_sci_ChampBaseReverseIterator.prototype;
|
|
74722
|
+
$c_sci_ChampBaseReverseIterator.prototype.hasNext__Z = (function() {
|
|
74723
|
+
return ((this.sci_ChampBaseReverseIterator__f_currentValueCursor >= 0) || $p_sci_ChampBaseReverseIterator__searchNextValueNode__Z(this))
|
|
74724
|
+
});
|
|
74763
74725
|
function $p_sci_HashMapBuilder__isAliased__Z($thiz) {
|
|
74764
74726
|
return ($thiz.sci_HashMapBuilder__f_aliased !== null)
|
|
74765
74727
|
}
|
|
@@ -75503,607 +75465,6 @@ var $d_sci_MapBuilderImpl = new $TypeData().initClass({
|
|
|
75503
75465
|
});
|
|
75504
75466
|
$c_sci_MapBuilderImpl.prototype.$classData = $d_sci_MapBuilderImpl;
|
|
75505
75467
|
/** @constructor */
|
|
75506
|
-
function $c_sci_MapKeyIterator(rootNode) {
|
|
75507
|
-
this.sci_ChampBaseIterator__f_currentValueCursor = 0;
|
|
75508
|
-
this.sci_ChampBaseIterator__f_currentValueLength = 0;
|
|
75509
|
-
this.sci_ChampBaseIterator__f_currentValueNode = null;
|
|
75510
|
-
this.sci_ChampBaseIterator__f_currentStackLevel = 0;
|
|
75511
|
-
this.sci_ChampBaseIterator__f_nodeCursorsAndLengths = null;
|
|
75512
|
-
this.sci_ChampBaseIterator__f_nodes = null;
|
|
75513
|
-
$ct_sci_ChampBaseIterator__sci_Node__(this, rootNode)
|
|
75514
|
-
}
|
|
75515
|
-
$c_sci_MapKeyIterator.prototype = new $h_sci_ChampBaseIterator();
|
|
75516
|
-
$c_sci_MapKeyIterator.prototype.constructor = $c_sci_MapKeyIterator;
|
|
75517
|
-
/** @constructor */
|
|
75518
|
-
function $h_sci_MapKeyIterator() {
|
|
75519
|
-
/*<skip>*/
|
|
75520
|
-
}
|
|
75521
|
-
$h_sci_MapKeyIterator.prototype = $c_sci_MapKeyIterator.prototype;
|
|
75522
|
-
$c_sci_MapKeyIterator.prototype.iterator__sc_Iterator = (function() {
|
|
75523
|
-
return this
|
|
75524
|
-
});
|
|
75525
|
-
$c_sci_MapKeyIterator.prototype.concat__F0__sc_Iterator = (function(xs) {
|
|
75526
|
-
return $f_sc_Iterator__concat__F0__sc_Iterator(this, xs)
|
|
75527
|
-
});
|
|
75528
|
-
$c_sci_MapKeyIterator.prototype.take__I__sc_Iterator = (function(n) {
|
|
75529
|
-
return $f_sc_Iterator__take__I__sc_Iterator(this, n)
|
|
75530
|
-
});
|
|
75531
|
-
$c_sci_MapKeyIterator.prototype.drop__I__sc_Iterator = (function(n) {
|
|
75532
|
-
return $f_sc_Iterator__sliceIterator__I__I__sc_Iterator(this, n, (-1))
|
|
75533
|
-
});
|
|
75534
|
-
$c_sci_MapKeyIterator.prototype.sliceIterator__I__I__sc_Iterator = (function(from, until) {
|
|
75535
|
-
return $f_sc_Iterator__sliceIterator__I__I__sc_Iterator(this, from, until)
|
|
75536
|
-
});
|
|
75537
|
-
$c_sci_MapKeyIterator.prototype.toString__T = (function() {
|
|
75538
|
-
return "<iterator>"
|
|
75539
|
-
});
|
|
75540
|
-
$c_sci_MapKeyIterator.prototype.foldLeft__O__F2__O = (function(z, op) {
|
|
75541
|
-
return $f_sc_IterableOnceOps__foldLeft__O__F2__O(this, z, op)
|
|
75542
|
-
});
|
|
75543
|
-
$c_sci_MapKeyIterator.prototype.reduceLeft__F2__O = (function(op) {
|
|
75544
|
-
return $f_sc_IterableOnceOps__reduceLeft__F2__O(this, op)
|
|
75545
|
-
});
|
|
75546
|
-
$c_sci_MapKeyIterator.prototype.copyToArray__O__I__I__I = (function(xs, start, len) {
|
|
75547
|
-
return $f_sc_IterableOnceOps__copyToArray__O__I__I__I(this, xs, start, len)
|
|
75548
|
-
});
|
|
75549
|
-
$c_sci_MapKeyIterator.prototype.addString__scm_StringBuilder__T__T__T__scm_StringBuilder = (function(b, start, sep, end) {
|
|
75550
|
-
return $f_sc_IterableOnceOps__addString__scm_StringBuilder__T__T__T__scm_StringBuilder(this, b, start, sep, end)
|
|
75551
|
-
});
|
|
75552
|
-
$c_sci_MapKeyIterator.prototype.toList__sci_List = (function() {
|
|
75553
|
-
$m_sci_List$();
|
|
75554
|
-
return $m_sci_Nil$().prependedAll__sc_IterableOnce__sci_List(this)
|
|
75555
|
-
});
|
|
75556
|
-
$c_sci_MapKeyIterator.prototype.toArray__s_reflect_ClassTag__O = (function(evidence$2) {
|
|
75557
|
-
return $f_sc_IterableOnceOps__toArray__s_reflect_ClassTag__O(this, evidence$2)
|
|
75558
|
-
});
|
|
75559
|
-
$c_sci_MapKeyIterator.prototype.knownSize__I = (function() {
|
|
75560
|
-
return (-1)
|
|
75561
|
-
});
|
|
75562
|
-
$c_sci_MapKeyIterator.prototype.next__O = (function() {
|
|
75563
|
-
if ((!this.hasNext__Z())) {
|
|
75564
|
-
throw $ct_ju_NoSuchElementException__(new $c_ju_NoSuchElementException())
|
|
75565
|
-
};
|
|
75566
|
-
var key = this.sci_ChampBaseIterator__f_currentValueNode.getKey__I__O(this.sci_ChampBaseIterator__f_currentValueCursor);
|
|
75567
|
-
this.sci_ChampBaseIterator__f_currentValueCursor = ((1 + this.sci_ChampBaseIterator__f_currentValueCursor) | 0);
|
|
75568
|
-
return key
|
|
75569
|
-
});
|
|
75570
|
-
var $d_sci_MapKeyIterator = new $TypeData().initClass({
|
|
75571
|
-
sci_MapKeyIterator: 0
|
|
75572
|
-
}, false, "scala.collection.immutable.MapKeyIterator", {
|
|
75573
|
-
sci_MapKeyIterator: 1,
|
|
75574
|
-
sci_ChampBaseIterator: 1,
|
|
75575
|
-
O: 1,
|
|
75576
|
-
sc_Iterator: 1,
|
|
75577
|
-
sc_IterableOnce: 1,
|
|
75578
|
-
sc_IterableOnceOps: 1
|
|
75579
|
-
});
|
|
75580
|
-
$c_sci_MapKeyIterator.prototype.$classData = $d_sci_MapKeyIterator;
|
|
75581
|
-
/** @constructor */
|
|
75582
|
-
function $c_sci_MapKeyValueTupleHashIterator(rootNode) {
|
|
75583
|
-
this.sci_ChampBaseReverseIterator__f_currentValueCursor = 0;
|
|
75584
|
-
this.sci_ChampBaseReverseIterator__f_currentValueNode = null;
|
|
75585
|
-
this.sci_ChampBaseReverseIterator__f_currentStackLevel = 0;
|
|
75586
|
-
this.sci_ChampBaseReverseIterator__f_nodeIndex = null;
|
|
75587
|
-
this.sci_ChampBaseReverseIterator__f_nodeStack = null;
|
|
75588
|
-
this.sci_MapKeyValueTupleHashIterator__f_hash = 0;
|
|
75589
|
-
this.sci_MapKeyValueTupleHashIterator__f_value = null;
|
|
75590
|
-
$ct_sci_ChampBaseReverseIterator__sci_Node__(this, rootNode);
|
|
75591
|
-
this.sci_MapKeyValueTupleHashIterator__f_hash = 0
|
|
75592
|
-
}
|
|
75593
|
-
$c_sci_MapKeyValueTupleHashIterator.prototype = new $h_sci_ChampBaseReverseIterator();
|
|
75594
|
-
$c_sci_MapKeyValueTupleHashIterator.prototype.constructor = $c_sci_MapKeyValueTupleHashIterator;
|
|
75595
|
-
/** @constructor */
|
|
75596
|
-
function $h_sci_MapKeyValueTupleHashIterator() {
|
|
75597
|
-
/*<skip>*/
|
|
75598
|
-
}
|
|
75599
|
-
$h_sci_MapKeyValueTupleHashIterator.prototype = $c_sci_MapKeyValueTupleHashIterator.prototype;
|
|
75600
|
-
$c_sci_MapKeyValueTupleHashIterator.prototype.iterator__sc_Iterator = (function() {
|
|
75601
|
-
return this
|
|
75602
|
-
});
|
|
75603
|
-
$c_sci_MapKeyValueTupleHashIterator.prototype.concat__F0__sc_Iterator = (function(xs) {
|
|
75604
|
-
return $f_sc_Iterator__concat__F0__sc_Iterator(this, xs)
|
|
75605
|
-
});
|
|
75606
|
-
$c_sci_MapKeyValueTupleHashIterator.prototype.take__I__sc_Iterator = (function(n) {
|
|
75607
|
-
return $f_sc_Iterator__take__I__sc_Iterator(this, n)
|
|
75608
|
-
});
|
|
75609
|
-
$c_sci_MapKeyValueTupleHashIterator.prototype.drop__I__sc_Iterator = (function(n) {
|
|
75610
|
-
return $f_sc_Iterator__sliceIterator__I__I__sc_Iterator(this, n, (-1))
|
|
75611
|
-
});
|
|
75612
|
-
$c_sci_MapKeyValueTupleHashIterator.prototype.sliceIterator__I__I__sc_Iterator = (function(from, until) {
|
|
75613
|
-
return $f_sc_Iterator__sliceIterator__I__I__sc_Iterator(this, from, until)
|
|
75614
|
-
});
|
|
75615
|
-
$c_sci_MapKeyValueTupleHashIterator.prototype.toString__T = (function() {
|
|
75616
|
-
return "<iterator>"
|
|
75617
|
-
});
|
|
75618
|
-
$c_sci_MapKeyValueTupleHashIterator.prototype.foldLeft__O__F2__O = (function(z, op) {
|
|
75619
|
-
return $f_sc_IterableOnceOps__foldLeft__O__F2__O(this, z, op)
|
|
75620
|
-
});
|
|
75621
|
-
$c_sci_MapKeyValueTupleHashIterator.prototype.reduceLeft__F2__O = (function(op) {
|
|
75622
|
-
return $f_sc_IterableOnceOps__reduceLeft__F2__O(this, op)
|
|
75623
|
-
});
|
|
75624
|
-
$c_sci_MapKeyValueTupleHashIterator.prototype.copyToArray__O__I__I__I = (function(xs, start, len) {
|
|
75625
|
-
return $f_sc_IterableOnceOps__copyToArray__O__I__I__I(this, xs, start, len)
|
|
75626
|
-
});
|
|
75627
|
-
$c_sci_MapKeyValueTupleHashIterator.prototype.addString__scm_StringBuilder__T__T__T__scm_StringBuilder = (function(b, start, sep, end) {
|
|
75628
|
-
return $f_sc_IterableOnceOps__addString__scm_StringBuilder__T__T__T__scm_StringBuilder(this, b, start, sep, end)
|
|
75629
|
-
});
|
|
75630
|
-
$c_sci_MapKeyValueTupleHashIterator.prototype.toList__sci_List = (function() {
|
|
75631
|
-
$m_sci_List$();
|
|
75632
|
-
return $m_sci_Nil$().prependedAll__sc_IterableOnce__sci_List(this)
|
|
75633
|
-
});
|
|
75634
|
-
$c_sci_MapKeyValueTupleHashIterator.prototype.toArray__s_reflect_ClassTag__O = (function(evidence$2) {
|
|
75635
|
-
return $f_sc_IterableOnceOps__toArray__s_reflect_ClassTag__O(this, evidence$2)
|
|
75636
|
-
});
|
|
75637
|
-
$c_sci_MapKeyValueTupleHashIterator.prototype.knownSize__I = (function() {
|
|
75638
|
-
return (-1)
|
|
75639
|
-
});
|
|
75640
|
-
$c_sci_MapKeyValueTupleHashIterator.prototype.hashCode__I = (function() {
|
|
75641
|
-
var $$x2 = $m_s_util_hashing_MurmurHash3$();
|
|
75642
|
-
var $$x1 = this.sci_MapKeyValueTupleHashIterator__f_hash;
|
|
75643
|
-
var x = this.sci_MapKeyValueTupleHashIterator__f_value;
|
|
75644
|
-
return $$x2.tuple2Hash__I__I__I__I($$x1, $m_sr_Statics$().anyHash__O__I(x), (-889275714))
|
|
75645
|
-
});
|
|
75646
|
-
$c_sci_MapKeyValueTupleHashIterator.prototype.next__sci_MapKeyValueTupleHashIterator = (function() {
|
|
75647
|
-
if ((!this.hasNext__Z())) {
|
|
75648
|
-
throw $ct_ju_NoSuchElementException__(new $c_ju_NoSuchElementException())
|
|
75649
|
-
};
|
|
75650
|
-
this.sci_MapKeyValueTupleHashIterator__f_hash = this.sci_ChampBaseReverseIterator__f_currentValueNode.getHash__I__I(this.sci_ChampBaseReverseIterator__f_currentValueCursor);
|
|
75651
|
-
this.sci_MapKeyValueTupleHashIterator__f_value = this.sci_ChampBaseReverseIterator__f_currentValueNode.getValue__I__O(this.sci_ChampBaseReverseIterator__f_currentValueCursor);
|
|
75652
|
-
this.sci_ChampBaseReverseIterator__f_currentValueCursor = (((-1) + this.sci_ChampBaseReverseIterator__f_currentValueCursor) | 0);
|
|
75653
|
-
return this
|
|
75654
|
-
});
|
|
75655
|
-
$c_sci_MapKeyValueTupleHashIterator.prototype.next__O = (function() {
|
|
75656
|
-
return this.next__sci_MapKeyValueTupleHashIterator()
|
|
75657
|
-
});
|
|
75658
|
-
var $d_sci_MapKeyValueTupleHashIterator = new $TypeData().initClass({
|
|
75659
|
-
sci_MapKeyValueTupleHashIterator: 0
|
|
75660
|
-
}, false, "scala.collection.immutable.MapKeyValueTupleHashIterator", {
|
|
75661
|
-
sci_MapKeyValueTupleHashIterator: 1,
|
|
75662
|
-
sci_ChampBaseReverseIterator: 1,
|
|
75663
|
-
O: 1,
|
|
75664
|
-
sc_Iterator: 1,
|
|
75665
|
-
sc_IterableOnce: 1,
|
|
75666
|
-
sc_IterableOnceOps: 1
|
|
75667
|
-
});
|
|
75668
|
-
$c_sci_MapKeyValueTupleHashIterator.prototype.$classData = $d_sci_MapKeyValueTupleHashIterator;
|
|
75669
|
-
/** @constructor */
|
|
75670
|
-
function $c_sci_MapKeyValueTupleIterator(rootNode) {
|
|
75671
|
-
this.sci_ChampBaseIterator__f_currentValueCursor = 0;
|
|
75672
|
-
this.sci_ChampBaseIterator__f_currentValueLength = 0;
|
|
75673
|
-
this.sci_ChampBaseIterator__f_currentValueNode = null;
|
|
75674
|
-
this.sci_ChampBaseIterator__f_currentStackLevel = 0;
|
|
75675
|
-
this.sci_ChampBaseIterator__f_nodeCursorsAndLengths = null;
|
|
75676
|
-
this.sci_ChampBaseIterator__f_nodes = null;
|
|
75677
|
-
$ct_sci_ChampBaseIterator__sci_Node__(this, rootNode)
|
|
75678
|
-
}
|
|
75679
|
-
$c_sci_MapKeyValueTupleIterator.prototype = new $h_sci_ChampBaseIterator();
|
|
75680
|
-
$c_sci_MapKeyValueTupleIterator.prototype.constructor = $c_sci_MapKeyValueTupleIterator;
|
|
75681
|
-
/** @constructor */
|
|
75682
|
-
function $h_sci_MapKeyValueTupleIterator() {
|
|
75683
|
-
/*<skip>*/
|
|
75684
|
-
}
|
|
75685
|
-
$h_sci_MapKeyValueTupleIterator.prototype = $c_sci_MapKeyValueTupleIterator.prototype;
|
|
75686
|
-
$c_sci_MapKeyValueTupleIterator.prototype.iterator__sc_Iterator = (function() {
|
|
75687
|
-
return this
|
|
75688
|
-
});
|
|
75689
|
-
$c_sci_MapKeyValueTupleIterator.prototype.concat__F0__sc_Iterator = (function(xs) {
|
|
75690
|
-
return $f_sc_Iterator__concat__F0__sc_Iterator(this, xs)
|
|
75691
|
-
});
|
|
75692
|
-
$c_sci_MapKeyValueTupleIterator.prototype.take__I__sc_Iterator = (function(n) {
|
|
75693
|
-
return $f_sc_Iterator__take__I__sc_Iterator(this, n)
|
|
75694
|
-
});
|
|
75695
|
-
$c_sci_MapKeyValueTupleIterator.prototype.drop__I__sc_Iterator = (function(n) {
|
|
75696
|
-
return $f_sc_Iterator__sliceIterator__I__I__sc_Iterator(this, n, (-1))
|
|
75697
|
-
});
|
|
75698
|
-
$c_sci_MapKeyValueTupleIterator.prototype.sliceIterator__I__I__sc_Iterator = (function(from, until) {
|
|
75699
|
-
return $f_sc_Iterator__sliceIterator__I__I__sc_Iterator(this, from, until)
|
|
75700
|
-
});
|
|
75701
|
-
$c_sci_MapKeyValueTupleIterator.prototype.toString__T = (function() {
|
|
75702
|
-
return "<iterator>"
|
|
75703
|
-
});
|
|
75704
|
-
$c_sci_MapKeyValueTupleIterator.prototype.foldLeft__O__F2__O = (function(z, op) {
|
|
75705
|
-
return $f_sc_IterableOnceOps__foldLeft__O__F2__O(this, z, op)
|
|
75706
|
-
});
|
|
75707
|
-
$c_sci_MapKeyValueTupleIterator.prototype.reduceLeft__F2__O = (function(op) {
|
|
75708
|
-
return $f_sc_IterableOnceOps__reduceLeft__F2__O(this, op)
|
|
75709
|
-
});
|
|
75710
|
-
$c_sci_MapKeyValueTupleIterator.prototype.copyToArray__O__I__I__I = (function(xs, start, len) {
|
|
75711
|
-
return $f_sc_IterableOnceOps__copyToArray__O__I__I__I(this, xs, start, len)
|
|
75712
|
-
});
|
|
75713
|
-
$c_sci_MapKeyValueTupleIterator.prototype.addString__scm_StringBuilder__T__T__T__scm_StringBuilder = (function(b, start, sep, end) {
|
|
75714
|
-
return $f_sc_IterableOnceOps__addString__scm_StringBuilder__T__T__T__scm_StringBuilder(this, b, start, sep, end)
|
|
75715
|
-
});
|
|
75716
|
-
$c_sci_MapKeyValueTupleIterator.prototype.toList__sci_List = (function() {
|
|
75717
|
-
$m_sci_List$();
|
|
75718
|
-
return $m_sci_Nil$().prependedAll__sc_IterableOnce__sci_List(this)
|
|
75719
|
-
});
|
|
75720
|
-
$c_sci_MapKeyValueTupleIterator.prototype.toArray__s_reflect_ClassTag__O = (function(evidence$2) {
|
|
75721
|
-
return $f_sc_IterableOnceOps__toArray__s_reflect_ClassTag__O(this, evidence$2)
|
|
75722
|
-
});
|
|
75723
|
-
$c_sci_MapKeyValueTupleIterator.prototype.knownSize__I = (function() {
|
|
75724
|
-
return (-1)
|
|
75725
|
-
});
|
|
75726
|
-
$c_sci_MapKeyValueTupleIterator.prototype.next__T2 = (function() {
|
|
75727
|
-
if ((!this.hasNext__Z())) {
|
|
75728
|
-
throw $ct_ju_NoSuchElementException__(new $c_ju_NoSuchElementException())
|
|
75729
|
-
};
|
|
75730
|
-
var payload = this.sci_ChampBaseIterator__f_currentValueNode.getPayload__I__T2(this.sci_ChampBaseIterator__f_currentValueCursor);
|
|
75731
|
-
this.sci_ChampBaseIterator__f_currentValueCursor = ((1 + this.sci_ChampBaseIterator__f_currentValueCursor) | 0);
|
|
75732
|
-
return payload
|
|
75733
|
-
});
|
|
75734
|
-
$c_sci_MapKeyValueTupleIterator.prototype.next__O = (function() {
|
|
75735
|
-
return this.next__T2()
|
|
75736
|
-
});
|
|
75737
|
-
var $d_sci_MapKeyValueTupleIterator = new $TypeData().initClass({
|
|
75738
|
-
sci_MapKeyValueTupleIterator: 0
|
|
75739
|
-
}, false, "scala.collection.immutable.MapKeyValueTupleIterator", {
|
|
75740
|
-
sci_MapKeyValueTupleIterator: 1,
|
|
75741
|
-
sci_ChampBaseIterator: 1,
|
|
75742
|
-
O: 1,
|
|
75743
|
-
sc_Iterator: 1,
|
|
75744
|
-
sc_IterableOnce: 1,
|
|
75745
|
-
sc_IterableOnceOps: 1
|
|
75746
|
-
});
|
|
75747
|
-
$c_sci_MapKeyValueTupleIterator.prototype.$classData = $d_sci_MapKeyValueTupleIterator;
|
|
75748
|
-
/** @constructor */
|
|
75749
|
-
function $c_sci_MapValueIterator(rootNode) {
|
|
75750
|
-
this.sci_ChampBaseIterator__f_currentValueCursor = 0;
|
|
75751
|
-
this.sci_ChampBaseIterator__f_currentValueLength = 0;
|
|
75752
|
-
this.sci_ChampBaseIterator__f_currentValueNode = null;
|
|
75753
|
-
this.sci_ChampBaseIterator__f_currentStackLevel = 0;
|
|
75754
|
-
this.sci_ChampBaseIterator__f_nodeCursorsAndLengths = null;
|
|
75755
|
-
this.sci_ChampBaseIterator__f_nodes = null;
|
|
75756
|
-
$ct_sci_ChampBaseIterator__sci_Node__(this, rootNode)
|
|
75757
|
-
}
|
|
75758
|
-
$c_sci_MapValueIterator.prototype = new $h_sci_ChampBaseIterator();
|
|
75759
|
-
$c_sci_MapValueIterator.prototype.constructor = $c_sci_MapValueIterator;
|
|
75760
|
-
/** @constructor */
|
|
75761
|
-
function $h_sci_MapValueIterator() {
|
|
75762
|
-
/*<skip>*/
|
|
75763
|
-
}
|
|
75764
|
-
$h_sci_MapValueIterator.prototype = $c_sci_MapValueIterator.prototype;
|
|
75765
|
-
$c_sci_MapValueIterator.prototype.iterator__sc_Iterator = (function() {
|
|
75766
|
-
return this
|
|
75767
|
-
});
|
|
75768
|
-
$c_sci_MapValueIterator.prototype.concat__F0__sc_Iterator = (function(xs) {
|
|
75769
|
-
return $f_sc_Iterator__concat__F0__sc_Iterator(this, xs)
|
|
75770
|
-
});
|
|
75771
|
-
$c_sci_MapValueIterator.prototype.take__I__sc_Iterator = (function(n) {
|
|
75772
|
-
return $f_sc_Iterator__take__I__sc_Iterator(this, n)
|
|
75773
|
-
});
|
|
75774
|
-
$c_sci_MapValueIterator.prototype.drop__I__sc_Iterator = (function(n) {
|
|
75775
|
-
return $f_sc_Iterator__sliceIterator__I__I__sc_Iterator(this, n, (-1))
|
|
75776
|
-
});
|
|
75777
|
-
$c_sci_MapValueIterator.prototype.sliceIterator__I__I__sc_Iterator = (function(from, until) {
|
|
75778
|
-
return $f_sc_Iterator__sliceIterator__I__I__sc_Iterator(this, from, until)
|
|
75779
|
-
});
|
|
75780
|
-
$c_sci_MapValueIterator.prototype.toString__T = (function() {
|
|
75781
|
-
return "<iterator>"
|
|
75782
|
-
});
|
|
75783
|
-
$c_sci_MapValueIterator.prototype.foldLeft__O__F2__O = (function(z, op) {
|
|
75784
|
-
return $f_sc_IterableOnceOps__foldLeft__O__F2__O(this, z, op)
|
|
75785
|
-
});
|
|
75786
|
-
$c_sci_MapValueIterator.prototype.reduceLeft__F2__O = (function(op) {
|
|
75787
|
-
return $f_sc_IterableOnceOps__reduceLeft__F2__O(this, op)
|
|
75788
|
-
});
|
|
75789
|
-
$c_sci_MapValueIterator.prototype.copyToArray__O__I__I__I = (function(xs, start, len) {
|
|
75790
|
-
return $f_sc_IterableOnceOps__copyToArray__O__I__I__I(this, xs, start, len)
|
|
75791
|
-
});
|
|
75792
|
-
$c_sci_MapValueIterator.prototype.addString__scm_StringBuilder__T__T__T__scm_StringBuilder = (function(b, start, sep, end) {
|
|
75793
|
-
return $f_sc_IterableOnceOps__addString__scm_StringBuilder__T__T__T__scm_StringBuilder(this, b, start, sep, end)
|
|
75794
|
-
});
|
|
75795
|
-
$c_sci_MapValueIterator.prototype.toList__sci_List = (function() {
|
|
75796
|
-
$m_sci_List$();
|
|
75797
|
-
return $m_sci_Nil$().prependedAll__sc_IterableOnce__sci_List(this)
|
|
75798
|
-
});
|
|
75799
|
-
$c_sci_MapValueIterator.prototype.toArray__s_reflect_ClassTag__O = (function(evidence$2) {
|
|
75800
|
-
return $f_sc_IterableOnceOps__toArray__s_reflect_ClassTag__O(this, evidence$2)
|
|
75801
|
-
});
|
|
75802
|
-
$c_sci_MapValueIterator.prototype.knownSize__I = (function() {
|
|
75803
|
-
return (-1)
|
|
75804
|
-
});
|
|
75805
|
-
$c_sci_MapValueIterator.prototype.next__O = (function() {
|
|
75806
|
-
if ((!this.hasNext__Z())) {
|
|
75807
|
-
throw $ct_ju_NoSuchElementException__(new $c_ju_NoSuchElementException())
|
|
75808
|
-
};
|
|
75809
|
-
var value = this.sci_ChampBaseIterator__f_currentValueNode.getValue__I__O(this.sci_ChampBaseIterator__f_currentValueCursor);
|
|
75810
|
-
this.sci_ChampBaseIterator__f_currentValueCursor = ((1 + this.sci_ChampBaseIterator__f_currentValueCursor) | 0);
|
|
75811
|
-
return value
|
|
75812
|
-
});
|
|
75813
|
-
var $d_sci_MapValueIterator = new $TypeData().initClass({
|
|
75814
|
-
sci_MapValueIterator: 0
|
|
75815
|
-
}, false, "scala.collection.immutable.MapValueIterator", {
|
|
75816
|
-
sci_MapValueIterator: 1,
|
|
75817
|
-
sci_ChampBaseIterator: 1,
|
|
75818
|
-
O: 1,
|
|
75819
|
-
sc_Iterator: 1,
|
|
75820
|
-
sc_IterableOnce: 1,
|
|
75821
|
-
sc_IterableOnceOps: 1
|
|
75822
|
-
});
|
|
75823
|
-
$c_sci_MapValueIterator.prototype.$classData = $d_sci_MapValueIterator;
|
|
75824
|
-
function $p_sci_NewVectorIterator__advanceSlice__V($thiz) {
|
|
75825
|
-
if (($thiz.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$len1 <= $thiz.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$i1)) {
|
|
75826
|
-
$m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty.next__O()
|
|
75827
|
-
};
|
|
75828
|
-
$thiz.sci_NewVectorIterator__f_sliceIdx = ((1 + $thiz.sci_NewVectorIterator__f_sliceIdx) | 0);
|
|
75829
|
-
var slice = $thiz.sci_NewVectorIterator__f_v.vectorSlice__I__AO($thiz.sci_NewVectorIterator__f_sliceIdx);
|
|
75830
|
-
while ((slice.u.length === 0)) {
|
|
75831
|
-
$thiz.sci_NewVectorIterator__f_sliceIdx = ((1 + $thiz.sci_NewVectorIterator__f_sliceIdx) | 0);
|
|
75832
|
-
slice = $thiz.sci_NewVectorIterator__f_v.vectorSlice__I__AO($thiz.sci_NewVectorIterator__f_sliceIdx)
|
|
75833
|
-
};
|
|
75834
|
-
$thiz.sci_NewVectorIterator__f_sliceStart = $thiz.sci_NewVectorIterator__f_sliceEnd;
|
|
75835
|
-
var count = $thiz.sci_NewVectorIterator__f_sliceCount;
|
|
75836
|
-
var idx = $thiz.sci_NewVectorIterator__f_sliceIdx;
|
|
75837
|
-
var c = ((count / 2) | 0);
|
|
75838
|
-
var a = ((idx - c) | 0);
|
|
75839
|
-
$thiz.sci_NewVectorIterator__f_sliceDim = ((((1 + c) | 0) - ((a < 0) ? ((-a) | 0) : a)) | 0);
|
|
75840
|
-
var x1 = $thiz.sci_NewVectorIterator__f_sliceDim;
|
|
75841
|
-
switch (x1) {
|
|
75842
|
-
case 1: {
|
|
75843
|
-
$thiz.sci_NewVectorIterator__f_a1 = slice;
|
|
75844
|
-
break
|
|
75845
|
-
}
|
|
75846
|
-
case 2: {
|
|
75847
|
-
$thiz.sci_NewVectorIterator__f_a2 = slice;
|
|
75848
|
-
break
|
|
75849
|
-
}
|
|
75850
|
-
case 3: {
|
|
75851
|
-
$thiz.sci_NewVectorIterator__f_a3 = slice;
|
|
75852
|
-
break
|
|
75853
|
-
}
|
|
75854
|
-
case 4: {
|
|
75855
|
-
$thiz.sci_NewVectorIterator__f_a4 = slice;
|
|
75856
|
-
break
|
|
75857
|
-
}
|
|
75858
|
-
case 5: {
|
|
75859
|
-
$thiz.sci_NewVectorIterator__f_a5 = slice;
|
|
75860
|
-
break
|
|
75861
|
-
}
|
|
75862
|
-
case 6: {
|
|
75863
|
-
$thiz.sci_NewVectorIterator__f_a6 = slice;
|
|
75864
|
-
break
|
|
75865
|
-
}
|
|
75866
|
-
default: {
|
|
75867
|
-
throw new $c_s_MatchError(x1)
|
|
75868
|
-
}
|
|
75869
|
-
};
|
|
75870
|
-
$thiz.sci_NewVectorIterator__f_sliceEnd = (($thiz.sci_NewVectorIterator__f_sliceStart + Math.imul(slice.u.length, (1 << Math.imul(5, (((-1) + $thiz.sci_NewVectorIterator__f_sliceDim) | 0))))) | 0);
|
|
75871
|
-
if (($thiz.sci_NewVectorIterator__f_sliceEnd > $thiz.sci_NewVectorIterator__f_totalLength)) {
|
|
75872
|
-
$thiz.sci_NewVectorIterator__f_sliceEnd = $thiz.sci_NewVectorIterator__f_totalLength
|
|
75873
|
-
};
|
|
75874
|
-
if (($thiz.sci_NewVectorIterator__f_sliceDim > 1)) {
|
|
75875
|
-
$thiz.sci_NewVectorIterator__f_oldPos = (((-1) + (1 << Math.imul(5, $thiz.sci_NewVectorIterator__f_sliceDim))) | 0)
|
|
75876
|
-
}
|
|
75877
|
-
}
|
|
75878
|
-
function $p_sci_NewVectorIterator__advance__V($thiz) {
|
|
75879
|
-
var pos = (((($thiz.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$i1 - $thiz.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$len1) | 0) + $thiz.sci_NewVectorIterator__f_totalLength) | 0);
|
|
75880
|
-
if ((pos === $thiz.sci_NewVectorIterator__f_sliceEnd)) {
|
|
75881
|
-
$p_sci_NewVectorIterator__advanceSlice__V($thiz)
|
|
75882
|
-
};
|
|
75883
|
-
if (($thiz.sci_NewVectorIterator__f_sliceDim > 1)) {
|
|
75884
|
-
var io = ((pos - $thiz.sci_NewVectorIterator__f_sliceStart) | 0);
|
|
75885
|
-
var xor = ($thiz.sci_NewVectorIterator__f_oldPos ^ io);
|
|
75886
|
-
$p_sci_NewVectorIterator__advanceA__I__I__V($thiz, io, xor);
|
|
75887
|
-
$thiz.sci_NewVectorIterator__f_oldPos = io
|
|
75888
|
-
};
|
|
75889
|
-
$thiz.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$len1 = (($thiz.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$len1 - $thiz.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$i1) | 0);
|
|
75890
|
-
var a = $thiz.sci_NewVectorIterator__f_a1.u.length;
|
|
75891
|
-
var b = $thiz.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$len1;
|
|
75892
|
-
$thiz.sci_NewVectorIterator__f_a1len = ((a < b) ? a : b);
|
|
75893
|
-
$thiz.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$i1 = 0
|
|
75894
|
-
}
|
|
75895
|
-
function $p_sci_NewVectorIterator__advanceA__I__I__V($thiz, io, xor) {
|
|
75896
|
-
if ((xor < 1024)) {
|
|
75897
|
-
$thiz.sci_NewVectorIterator__f_a1 = $thiz.sci_NewVectorIterator__f_a2.u[(31 & ((io >>> 5) | 0))]
|
|
75898
|
-
} else if ((xor < 32768)) {
|
|
75899
|
-
$thiz.sci_NewVectorIterator__f_a2 = $thiz.sci_NewVectorIterator__f_a3.u[(31 & ((io >>> 10) | 0))];
|
|
75900
|
-
$thiz.sci_NewVectorIterator__f_a1 = $thiz.sci_NewVectorIterator__f_a2.u[0]
|
|
75901
|
-
} else if ((xor < 1048576)) {
|
|
75902
|
-
$thiz.sci_NewVectorIterator__f_a3 = $thiz.sci_NewVectorIterator__f_a4.u[(31 & ((io >>> 15) | 0))];
|
|
75903
|
-
$thiz.sci_NewVectorIterator__f_a2 = $thiz.sci_NewVectorIterator__f_a3.u[0];
|
|
75904
|
-
$thiz.sci_NewVectorIterator__f_a1 = $thiz.sci_NewVectorIterator__f_a2.u[0]
|
|
75905
|
-
} else if ((xor < 33554432)) {
|
|
75906
|
-
$thiz.sci_NewVectorIterator__f_a4 = $thiz.sci_NewVectorIterator__f_a5.u[(31 & ((io >>> 20) | 0))];
|
|
75907
|
-
$thiz.sci_NewVectorIterator__f_a3 = $thiz.sci_NewVectorIterator__f_a4.u[0];
|
|
75908
|
-
$thiz.sci_NewVectorIterator__f_a2 = $thiz.sci_NewVectorIterator__f_a3.u[0];
|
|
75909
|
-
$thiz.sci_NewVectorIterator__f_a1 = $thiz.sci_NewVectorIterator__f_a2.u[0]
|
|
75910
|
-
} else {
|
|
75911
|
-
$thiz.sci_NewVectorIterator__f_a5 = $thiz.sci_NewVectorIterator__f_a6.u[((io >>> 25) | 0)];
|
|
75912
|
-
$thiz.sci_NewVectorIterator__f_a4 = $thiz.sci_NewVectorIterator__f_a5.u[0];
|
|
75913
|
-
$thiz.sci_NewVectorIterator__f_a3 = $thiz.sci_NewVectorIterator__f_a4.u[0];
|
|
75914
|
-
$thiz.sci_NewVectorIterator__f_a2 = $thiz.sci_NewVectorIterator__f_a3.u[0];
|
|
75915
|
-
$thiz.sci_NewVectorIterator__f_a1 = $thiz.sci_NewVectorIterator__f_a2.u[0]
|
|
75916
|
-
}
|
|
75917
|
-
}
|
|
75918
|
-
function $p_sci_NewVectorIterator__setA__I__I__V($thiz, io, xor) {
|
|
75919
|
-
if ((xor < 1024)) {
|
|
75920
|
-
$thiz.sci_NewVectorIterator__f_a1 = $thiz.sci_NewVectorIterator__f_a2.u[(31 & ((io >>> 5) | 0))]
|
|
75921
|
-
} else if ((xor < 32768)) {
|
|
75922
|
-
$thiz.sci_NewVectorIterator__f_a2 = $thiz.sci_NewVectorIterator__f_a3.u[(31 & ((io >>> 10) | 0))];
|
|
75923
|
-
$thiz.sci_NewVectorIterator__f_a1 = $thiz.sci_NewVectorIterator__f_a2.u[(31 & ((io >>> 5) | 0))]
|
|
75924
|
-
} else if ((xor < 1048576)) {
|
|
75925
|
-
$thiz.sci_NewVectorIterator__f_a3 = $thiz.sci_NewVectorIterator__f_a4.u[(31 & ((io >>> 15) | 0))];
|
|
75926
|
-
$thiz.sci_NewVectorIterator__f_a2 = $thiz.sci_NewVectorIterator__f_a3.u[(31 & ((io >>> 10) | 0))];
|
|
75927
|
-
$thiz.sci_NewVectorIterator__f_a1 = $thiz.sci_NewVectorIterator__f_a2.u[(31 & ((io >>> 5) | 0))]
|
|
75928
|
-
} else if ((xor < 33554432)) {
|
|
75929
|
-
$thiz.sci_NewVectorIterator__f_a4 = $thiz.sci_NewVectorIterator__f_a5.u[(31 & ((io >>> 20) | 0))];
|
|
75930
|
-
$thiz.sci_NewVectorIterator__f_a3 = $thiz.sci_NewVectorIterator__f_a4.u[(31 & ((io >>> 15) | 0))];
|
|
75931
|
-
$thiz.sci_NewVectorIterator__f_a2 = $thiz.sci_NewVectorIterator__f_a3.u[(31 & ((io >>> 10) | 0))];
|
|
75932
|
-
$thiz.sci_NewVectorIterator__f_a1 = $thiz.sci_NewVectorIterator__f_a2.u[(31 & ((io >>> 5) | 0))]
|
|
75933
|
-
} else {
|
|
75934
|
-
$thiz.sci_NewVectorIterator__f_a5 = $thiz.sci_NewVectorIterator__f_a6.u[((io >>> 25) | 0)];
|
|
75935
|
-
$thiz.sci_NewVectorIterator__f_a4 = $thiz.sci_NewVectorIterator__f_a5.u[(31 & ((io >>> 20) | 0))];
|
|
75936
|
-
$thiz.sci_NewVectorIterator__f_a3 = $thiz.sci_NewVectorIterator__f_a4.u[(31 & ((io >>> 15) | 0))];
|
|
75937
|
-
$thiz.sci_NewVectorIterator__f_a2 = $thiz.sci_NewVectorIterator__f_a3.u[(31 & ((io >>> 10) | 0))];
|
|
75938
|
-
$thiz.sci_NewVectorIterator__f_a1 = $thiz.sci_NewVectorIterator__f_a2.u[(31 & ((io >>> 5) | 0))]
|
|
75939
|
-
}
|
|
75940
|
-
}
|
|
75941
|
-
/** @constructor */
|
|
75942
|
-
function $c_sci_NewVectorIterator(v, totalLength, sliceCount) {
|
|
75943
|
-
this.sci_NewVectorIterator__f_v = null;
|
|
75944
|
-
this.sci_NewVectorIterator__f_totalLength = 0;
|
|
75945
|
-
this.sci_NewVectorIterator__f_sliceCount = 0;
|
|
75946
|
-
this.sci_NewVectorIterator__f_a1 = null;
|
|
75947
|
-
this.sci_NewVectorIterator__f_a2 = null;
|
|
75948
|
-
this.sci_NewVectorIterator__f_a3 = null;
|
|
75949
|
-
this.sci_NewVectorIterator__f_a4 = null;
|
|
75950
|
-
this.sci_NewVectorIterator__f_a5 = null;
|
|
75951
|
-
this.sci_NewVectorIterator__f_a6 = null;
|
|
75952
|
-
this.sci_NewVectorIterator__f_a1len = 0;
|
|
75953
|
-
this.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$i1 = 0;
|
|
75954
|
-
this.sci_NewVectorIterator__f_oldPos = 0;
|
|
75955
|
-
this.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$len1 = 0;
|
|
75956
|
-
this.sci_NewVectorIterator__f_sliceIdx = 0;
|
|
75957
|
-
this.sci_NewVectorIterator__f_sliceDim = 0;
|
|
75958
|
-
this.sci_NewVectorIterator__f_sliceStart = 0;
|
|
75959
|
-
this.sci_NewVectorIterator__f_sliceEnd = 0;
|
|
75960
|
-
this.sci_NewVectorIterator__f_v = v;
|
|
75961
|
-
this.sci_NewVectorIterator__f_totalLength = totalLength;
|
|
75962
|
-
this.sci_NewVectorIterator__f_sliceCount = sliceCount;
|
|
75963
|
-
this.sci_NewVectorIterator__f_a1 = v.sci_Vector__f_prefix1;
|
|
75964
|
-
this.sci_NewVectorIterator__f_a1len = this.sci_NewVectorIterator__f_a1.u.length;
|
|
75965
|
-
this.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$i1 = 0;
|
|
75966
|
-
this.sci_NewVectorIterator__f_oldPos = 0;
|
|
75967
|
-
this.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$len1 = this.sci_NewVectorIterator__f_totalLength;
|
|
75968
|
-
this.sci_NewVectorIterator__f_sliceIdx = 0;
|
|
75969
|
-
this.sci_NewVectorIterator__f_sliceDim = 1;
|
|
75970
|
-
this.sci_NewVectorIterator__f_sliceStart = 0;
|
|
75971
|
-
this.sci_NewVectorIterator__f_sliceEnd = this.sci_NewVectorIterator__f_a1len
|
|
75972
|
-
}
|
|
75973
|
-
$c_sci_NewVectorIterator.prototype = new $h_O();
|
|
75974
|
-
$c_sci_NewVectorIterator.prototype.constructor = $c_sci_NewVectorIterator;
|
|
75975
|
-
/** @constructor */
|
|
75976
|
-
function $h_sci_NewVectorIterator() {
|
|
75977
|
-
/*<skip>*/
|
|
75978
|
-
}
|
|
75979
|
-
$h_sci_NewVectorIterator.prototype = $c_sci_NewVectorIterator.prototype;
|
|
75980
|
-
$c_sci_NewVectorIterator.prototype.iterator__sc_Iterator = (function() {
|
|
75981
|
-
return this
|
|
75982
|
-
});
|
|
75983
|
-
$c_sci_NewVectorIterator.prototype.concat__F0__sc_Iterator = (function(xs) {
|
|
75984
|
-
return $f_sc_Iterator__concat__F0__sc_Iterator(this, xs)
|
|
75985
|
-
});
|
|
75986
|
-
$c_sci_NewVectorIterator.prototype.sliceIterator__I__I__sc_Iterator = (function(from, until) {
|
|
75987
|
-
return $f_sc_Iterator__sliceIterator__I__I__sc_Iterator(this, from, until)
|
|
75988
|
-
});
|
|
75989
|
-
$c_sci_NewVectorIterator.prototype.toString__T = (function() {
|
|
75990
|
-
return "<iterator>"
|
|
75991
|
-
});
|
|
75992
|
-
$c_sci_NewVectorIterator.prototype.foldLeft__O__F2__O = (function(z, op) {
|
|
75993
|
-
return $f_sc_IterableOnceOps__foldLeft__O__F2__O(this, z, op)
|
|
75994
|
-
});
|
|
75995
|
-
$c_sci_NewVectorIterator.prototype.reduceLeft__F2__O = (function(op) {
|
|
75996
|
-
return $f_sc_IterableOnceOps__reduceLeft__F2__O(this, op)
|
|
75997
|
-
});
|
|
75998
|
-
$c_sci_NewVectorIterator.prototype.addString__scm_StringBuilder__T__T__T__scm_StringBuilder = (function(b, start, sep, end) {
|
|
75999
|
-
return $f_sc_IterableOnceOps__addString__scm_StringBuilder__T__T__T__scm_StringBuilder(this, b, start, sep, end)
|
|
76000
|
-
});
|
|
76001
|
-
$c_sci_NewVectorIterator.prototype.toList__sci_List = (function() {
|
|
76002
|
-
$m_sci_List$();
|
|
76003
|
-
return $m_sci_Nil$().prependedAll__sc_IterableOnce__sci_List(this)
|
|
76004
|
-
});
|
|
76005
|
-
$c_sci_NewVectorIterator.prototype.toArray__s_reflect_ClassTag__O = (function(evidence$2) {
|
|
76006
|
-
return $f_sc_IterableOnceOps__toArray__s_reflect_ClassTag__O(this, evidence$2)
|
|
76007
|
-
});
|
|
76008
|
-
$c_sci_NewVectorIterator.prototype.knownSize__I = (function() {
|
|
76009
|
-
return ((this.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$len1 - this.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$i1) | 0)
|
|
76010
|
-
});
|
|
76011
|
-
$c_sci_NewVectorIterator.prototype.hasNext__Z = (function() {
|
|
76012
|
-
return (this.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$len1 > this.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$i1)
|
|
76013
|
-
});
|
|
76014
|
-
$c_sci_NewVectorIterator.prototype.next__O = (function() {
|
|
76015
|
-
if ((this.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$i1 === this.sci_NewVectorIterator__f_a1len)) {
|
|
76016
|
-
$p_sci_NewVectorIterator__advance__V(this)
|
|
76017
|
-
};
|
|
76018
|
-
var r = this.sci_NewVectorIterator__f_a1.u[this.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$i1];
|
|
76019
|
-
this.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$i1 = ((1 + this.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$i1) | 0);
|
|
76020
|
-
return r
|
|
76021
|
-
});
|
|
76022
|
-
$c_sci_NewVectorIterator.prototype.drop__I__sc_Iterator = (function(n) {
|
|
76023
|
-
if ((n > 0)) {
|
|
76024
|
-
var oldpos = ((((this.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$i1 - this.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$len1) | 0) + this.sci_NewVectorIterator__f_totalLength) | 0);
|
|
76025
|
-
var a = ((oldpos + n) | 0);
|
|
76026
|
-
var b = this.sci_NewVectorIterator__f_totalLength;
|
|
76027
|
-
var newpos = ((a < b) ? a : b);
|
|
76028
|
-
if ((newpos === this.sci_NewVectorIterator__f_totalLength)) {
|
|
76029
|
-
this.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$i1 = 0;
|
|
76030
|
-
this.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$len1 = 0;
|
|
76031
|
-
this.sci_NewVectorIterator__f_a1len = 0
|
|
76032
|
-
} else {
|
|
76033
|
-
while ((newpos >= this.sci_NewVectorIterator__f_sliceEnd)) {
|
|
76034
|
-
$p_sci_NewVectorIterator__advanceSlice__V(this)
|
|
76035
|
-
};
|
|
76036
|
-
var io = ((newpos - this.sci_NewVectorIterator__f_sliceStart) | 0);
|
|
76037
|
-
if ((this.sci_NewVectorIterator__f_sliceDim > 1)) {
|
|
76038
|
-
var xor = (this.sci_NewVectorIterator__f_oldPos ^ io);
|
|
76039
|
-
$p_sci_NewVectorIterator__setA__I__I__V(this, io, xor);
|
|
76040
|
-
this.sci_NewVectorIterator__f_oldPos = io
|
|
76041
|
-
};
|
|
76042
|
-
this.sci_NewVectorIterator__f_a1len = this.sci_NewVectorIterator__f_a1.u.length;
|
|
76043
|
-
this.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$i1 = (31 & io);
|
|
76044
|
-
this.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$len1 = ((this.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$i1 + ((this.sci_NewVectorIterator__f_totalLength - newpos) | 0)) | 0);
|
|
76045
|
-
if ((this.sci_NewVectorIterator__f_a1len > this.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$len1)) {
|
|
76046
|
-
this.sci_NewVectorIterator__f_a1len = this.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$len1
|
|
76047
|
-
}
|
|
76048
|
-
}
|
|
76049
|
-
};
|
|
76050
|
-
return this
|
|
76051
|
-
});
|
|
76052
|
-
$c_sci_NewVectorIterator.prototype.take__I__sc_Iterator = (function(n) {
|
|
76053
|
-
if ((n < ((this.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$len1 - this.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$i1) | 0))) {
|
|
76054
|
-
var trunc = ((((this.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$len1 - this.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$i1) | 0) - ((n < 0) ? 0 : n)) | 0);
|
|
76055
|
-
this.sci_NewVectorIterator__f_totalLength = ((this.sci_NewVectorIterator__f_totalLength - trunc) | 0);
|
|
76056
|
-
this.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$len1 = ((this.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$len1 - trunc) | 0);
|
|
76057
|
-
if ((this.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$len1 < this.sci_NewVectorIterator__f_a1len)) {
|
|
76058
|
-
this.sci_NewVectorIterator__f_a1len = this.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$len1
|
|
76059
|
-
};
|
|
76060
|
-
if ((this.sci_NewVectorIterator__f_totalLength < this.sci_NewVectorIterator__f_sliceEnd)) {
|
|
76061
|
-
this.sci_NewVectorIterator__f_sliceEnd = this.sci_NewVectorIterator__f_totalLength
|
|
76062
|
-
}
|
|
76063
|
-
};
|
|
76064
|
-
return this
|
|
76065
|
-
});
|
|
76066
|
-
$c_sci_NewVectorIterator.prototype.copyToArray__O__I__I__I = (function(xs, start, len) {
|
|
76067
|
-
var xsLen = $m_jl_reflect_Array$().getLength__O__I(xs);
|
|
76068
|
-
var srcLen = ((this.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$len1 - this.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$i1) | 0);
|
|
76069
|
-
var x = ((len < srcLen) ? len : srcLen);
|
|
76070
|
-
var y = ((xsLen - start) | 0);
|
|
76071
|
-
var x$1 = ((x < y) ? x : y);
|
|
76072
|
-
var total = ((x$1 > 0) ? x$1 : 0);
|
|
76073
|
-
var copied = 0;
|
|
76074
|
-
var isBoxed = (xs instanceof $ac_O);
|
|
76075
|
-
while ((copied < total)) {
|
|
76076
|
-
if ((this.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$i1 === this.sci_NewVectorIterator__f_a1len)) {
|
|
76077
|
-
$p_sci_NewVectorIterator__advance__V(this)
|
|
76078
|
-
};
|
|
76079
|
-
var a = ((total - copied) | 0);
|
|
76080
|
-
var b = ((this.sci_NewVectorIterator__f_a1.u.length - this.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$i1) | 0);
|
|
76081
|
-
var count = ((a < b) ? a : b);
|
|
76082
|
-
if (isBoxed) {
|
|
76083
|
-
var src = this.sci_NewVectorIterator__f_a1;
|
|
76084
|
-
var srcPos = this.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$i1;
|
|
76085
|
-
var destPos = ((start + copied) | 0);
|
|
76086
|
-
src.copyTo(srcPos, xs, destPos, count)
|
|
76087
|
-
} else {
|
|
76088
|
-
$m_s_Array$().copy__O__I__O__I__I__V(this.sci_NewVectorIterator__f_a1, this.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$i1, xs, ((start + copied) | 0), count)
|
|
76089
|
-
};
|
|
76090
|
-
this.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$i1 = ((this.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$i1 + count) | 0);
|
|
76091
|
-
copied = ((copied + count) | 0)
|
|
76092
|
-
};
|
|
76093
|
-
return total
|
|
76094
|
-
});
|
|
76095
|
-
var $d_sci_NewVectorIterator = new $TypeData().initClass({
|
|
76096
|
-
sci_NewVectorIterator: 0
|
|
76097
|
-
}, false, "scala.collection.immutable.NewVectorIterator", {
|
|
76098
|
-
sci_NewVectorIterator: 1,
|
|
76099
|
-
O: 1,
|
|
76100
|
-
sc_Iterator: 1,
|
|
76101
|
-
sc_IterableOnce: 1,
|
|
76102
|
-
sc_IterableOnceOps: 1,
|
|
76103
|
-
jl_Cloneable: 1
|
|
76104
|
-
});
|
|
76105
|
-
$c_sci_NewVectorIterator.prototype.$classData = $d_sci_NewVectorIterator;
|
|
76106
|
-
/** @constructor */
|
|
76107
75468
|
function $c_sci_Queue$() {
|
|
76108
75469
|
/*<skip>*/
|
|
76109
75470
|
}
|
|
@@ -76357,163 +75718,6 @@ var $d_sci_SetBuilderImpl = new $TypeData().initClass({
|
|
|
76357
75718
|
scm_Clearable: 1
|
|
76358
75719
|
});
|
|
76359
75720
|
$c_sci_SetBuilderImpl.prototype.$classData = $d_sci_SetBuilderImpl;
|
|
76360
|
-
/** @constructor */
|
|
76361
|
-
function $c_sci_SetHashIterator(rootNode) {
|
|
76362
|
-
this.sci_ChampBaseIterator__f_currentValueCursor = 0;
|
|
76363
|
-
this.sci_ChampBaseIterator__f_currentValueLength = 0;
|
|
76364
|
-
this.sci_ChampBaseIterator__f_currentValueNode = null;
|
|
76365
|
-
this.sci_ChampBaseIterator__f_currentStackLevel = 0;
|
|
76366
|
-
this.sci_ChampBaseIterator__f_nodeCursorsAndLengths = null;
|
|
76367
|
-
this.sci_ChampBaseIterator__f_nodes = null;
|
|
76368
|
-
this.sci_SetHashIterator__f_hash = 0;
|
|
76369
|
-
$ct_sci_ChampBaseIterator__sci_Node__(this, rootNode);
|
|
76370
|
-
this.sci_SetHashIterator__f_hash = 0
|
|
76371
|
-
}
|
|
76372
|
-
$c_sci_SetHashIterator.prototype = new $h_sci_ChampBaseIterator();
|
|
76373
|
-
$c_sci_SetHashIterator.prototype.constructor = $c_sci_SetHashIterator;
|
|
76374
|
-
/** @constructor */
|
|
76375
|
-
function $h_sci_SetHashIterator() {
|
|
76376
|
-
/*<skip>*/
|
|
76377
|
-
}
|
|
76378
|
-
$h_sci_SetHashIterator.prototype = $c_sci_SetHashIterator.prototype;
|
|
76379
|
-
$c_sci_SetHashIterator.prototype.iterator__sc_Iterator = (function() {
|
|
76380
|
-
return this
|
|
76381
|
-
});
|
|
76382
|
-
$c_sci_SetHashIterator.prototype.concat__F0__sc_Iterator = (function(xs) {
|
|
76383
|
-
return $f_sc_Iterator__concat__F0__sc_Iterator(this, xs)
|
|
76384
|
-
});
|
|
76385
|
-
$c_sci_SetHashIterator.prototype.take__I__sc_Iterator = (function(n) {
|
|
76386
|
-
return $f_sc_Iterator__take__I__sc_Iterator(this, n)
|
|
76387
|
-
});
|
|
76388
|
-
$c_sci_SetHashIterator.prototype.drop__I__sc_Iterator = (function(n) {
|
|
76389
|
-
return $f_sc_Iterator__sliceIterator__I__I__sc_Iterator(this, n, (-1))
|
|
76390
|
-
});
|
|
76391
|
-
$c_sci_SetHashIterator.prototype.sliceIterator__I__I__sc_Iterator = (function(from, until) {
|
|
76392
|
-
return $f_sc_Iterator__sliceIterator__I__I__sc_Iterator(this, from, until)
|
|
76393
|
-
});
|
|
76394
|
-
$c_sci_SetHashIterator.prototype.toString__T = (function() {
|
|
76395
|
-
return "<iterator>"
|
|
76396
|
-
});
|
|
76397
|
-
$c_sci_SetHashIterator.prototype.foldLeft__O__F2__O = (function(z, op) {
|
|
76398
|
-
return $f_sc_IterableOnceOps__foldLeft__O__F2__O(this, z, op)
|
|
76399
|
-
});
|
|
76400
|
-
$c_sci_SetHashIterator.prototype.reduceLeft__F2__O = (function(op) {
|
|
76401
|
-
return $f_sc_IterableOnceOps__reduceLeft__F2__O(this, op)
|
|
76402
|
-
});
|
|
76403
|
-
$c_sci_SetHashIterator.prototype.copyToArray__O__I__I__I = (function(xs, start, len) {
|
|
76404
|
-
return $f_sc_IterableOnceOps__copyToArray__O__I__I__I(this, xs, start, len)
|
|
76405
|
-
});
|
|
76406
|
-
$c_sci_SetHashIterator.prototype.addString__scm_StringBuilder__T__T__T__scm_StringBuilder = (function(b, start, sep, end) {
|
|
76407
|
-
return $f_sc_IterableOnceOps__addString__scm_StringBuilder__T__T__T__scm_StringBuilder(this, b, start, sep, end)
|
|
76408
|
-
});
|
|
76409
|
-
$c_sci_SetHashIterator.prototype.toList__sci_List = (function() {
|
|
76410
|
-
$m_sci_List$();
|
|
76411
|
-
return $m_sci_Nil$().prependedAll__sc_IterableOnce__sci_List(this)
|
|
76412
|
-
});
|
|
76413
|
-
$c_sci_SetHashIterator.prototype.toArray__s_reflect_ClassTag__O = (function(evidence$2) {
|
|
76414
|
-
return $f_sc_IterableOnceOps__toArray__s_reflect_ClassTag__O(this, evidence$2)
|
|
76415
|
-
});
|
|
76416
|
-
$c_sci_SetHashIterator.prototype.knownSize__I = (function() {
|
|
76417
|
-
return (-1)
|
|
76418
|
-
});
|
|
76419
|
-
$c_sci_SetHashIterator.prototype.hashCode__I = (function() {
|
|
76420
|
-
return this.sci_SetHashIterator__f_hash
|
|
76421
|
-
});
|
|
76422
|
-
$c_sci_SetHashIterator.prototype.next__O = (function() {
|
|
76423
|
-
if ((!this.hasNext__Z())) {
|
|
76424
|
-
throw $ct_ju_NoSuchElementException__(new $c_ju_NoSuchElementException())
|
|
76425
|
-
};
|
|
76426
|
-
this.sci_SetHashIterator__f_hash = this.sci_ChampBaseIterator__f_currentValueNode.getHash__I__I(this.sci_ChampBaseIterator__f_currentValueCursor);
|
|
76427
|
-
this.sci_ChampBaseIterator__f_currentValueCursor = ((1 + this.sci_ChampBaseIterator__f_currentValueCursor) | 0);
|
|
76428
|
-
return this
|
|
76429
|
-
});
|
|
76430
|
-
var $d_sci_SetHashIterator = new $TypeData().initClass({
|
|
76431
|
-
sci_SetHashIterator: 0
|
|
76432
|
-
}, false, "scala.collection.immutable.SetHashIterator", {
|
|
76433
|
-
sci_SetHashIterator: 1,
|
|
76434
|
-
sci_ChampBaseIterator: 1,
|
|
76435
|
-
O: 1,
|
|
76436
|
-
sc_Iterator: 1,
|
|
76437
|
-
sc_IterableOnce: 1,
|
|
76438
|
-
sc_IterableOnceOps: 1
|
|
76439
|
-
});
|
|
76440
|
-
$c_sci_SetHashIterator.prototype.$classData = $d_sci_SetHashIterator;
|
|
76441
|
-
/** @constructor */
|
|
76442
|
-
function $c_sci_SetIterator(rootNode) {
|
|
76443
|
-
this.sci_ChampBaseIterator__f_currentValueCursor = 0;
|
|
76444
|
-
this.sci_ChampBaseIterator__f_currentValueLength = 0;
|
|
76445
|
-
this.sci_ChampBaseIterator__f_currentValueNode = null;
|
|
76446
|
-
this.sci_ChampBaseIterator__f_currentStackLevel = 0;
|
|
76447
|
-
this.sci_ChampBaseIterator__f_nodeCursorsAndLengths = null;
|
|
76448
|
-
this.sci_ChampBaseIterator__f_nodes = null;
|
|
76449
|
-
$ct_sci_ChampBaseIterator__sci_Node__(this, rootNode)
|
|
76450
|
-
}
|
|
76451
|
-
$c_sci_SetIterator.prototype = new $h_sci_ChampBaseIterator();
|
|
76452
|
-
$c_sci_SetIterator.prototype.constructor = $c_sci_SetIterator;
|
|
76453
|
-
/** @constructor */
|
|
76454
|
-
function $h_sci_SetIterator() {
|
|
76455
|
-
/*<skip>*/
|
|
76456
|
-
}
|
|
76457
|
-
$h_sci_SetIterator.prototype = $c_sci_SetIterator.prototype;
|
|
76458
|
-
$c_sci_SetIterator.prototype.iterator__sc_Iterator = (function() {
|
|
76459
|
-
return this
|
|
76460
|
-
});
|
|
76461
|
-
$c_sci_SetIterator.prototype.concat__F0__sc_Iterator = (function(xs) {
|
|
76462
|
-
return $f_sc_Iterator__concat__F0__sc_Iterator(this, xs)
|
|
76463
|
-
});
|
|
76464
|
-
$c_sci_SetIterator.prototype.take__I__sc_Iterator = (function(n) {
|
|
76465
|
-
return $f_sc_Iterator__take__I__sc_Iterator(this, n)
|
|
76466
|
-
});
|
|
76467
|
-
$c_sci_SetIterator.prototype.drop__I__sc_Iterator = (function(n) {
|
|
76468
|
-
return $f_sc_Iterator__sliceIterator__I__I__sc_Iterator(this, n, (-1))
|
|
76469
|
-
});
|
|
76470
|
-
$c_sci_SetIterator.prototype.sliceIterator__I__I__sc_Iterator = (function(from, until) {
|
|
76471
|
-
return $f_sc_Iterator__sliceIterator__I__I__sc_Iterator(this, from, until)
|
|
76472
|
-
});
|
|
76473
|
-
$c_sci_SetIterator.prototype.toString__T = (function() {
|
|
76474
|
-
return "<iterator>"
|
|
76475
|
-
});
|
|
76476
|
-
$c_sci_SetIterator.prototype.foldLeft__O__F2__O = (function(z, op) {
|
|
76477
|
-
return $f_sc_IterableOnceOps__foldLeft__O__F2__O(this, z, op)
|
|
76478
|
-
});
|
|
76479
|
-
$c_sci_SetIterator.prototype.reduceLeft__F2__O = (function(op) {
|
|
76480
|
-
return $f_sc_IterableOnceOps__reduceLeft__F2__O(this, op)
|
|
76481
|
-
});
|
|
76482
|
-
$c_sci_SetIterator.prototype.copyToArray__O__I__I__I = (function(xs, start, len) {
|
|
76483
|
-
return $f_sc_IterableOnceOps__copyToArray__O__I__I__I(this, xs, start, len)
|
|
76484
|
-
});
|
|
76485
|
-
$c_sci_SetIterator.prototype.addString__scm_StringBuilder__T__T__T__scm_StringBuilder = (function(b, start, sep, end) {
|
|
76486
|
-
return $f_sc_IterableOnceOps__addString__scm_StringBuilder__T__T__T__scm_StringBuilder(this, b, start, sep, end)
|
|
76487
|
-
});
|
|
76488
|
-
$c_sci_SetIterator.prototype.toList__sci_List = (function() {
|
|
76489
|
-
$m_sci_List$();
|
|
76490
|
-
return $m_sci_Nil$().prependedAll__sc_IterableOnce__sci_List(this)
|
|
76491
|
-
});
|
|
76492
|
-
$c_sci_SetIterator.prototype.toArray__s_reflect_ClassTag__O = (function(evidence$2) {
|
|
76493
|
-
return $f_sc_IterableOnceOps__toArray__s_reflect_ClassTag__O(this, evidence$2)
|
|
76494
|
-
});
|
|
76495
|
-
$c_sci_SetIterator.prototype.knownSize__I = (function() {
|
|
76496
|
-
return (-1)
|
|
76497
|
-
});
|
|
76498
|
-
$c_sci_SetIterator.prototype.next__O = (function() {
|
|
76499
|
-
if ((!this.hasNext__Z())) {
|
|
76500
|
-
throw $ct_ju_NoSuchElementException__(new $c_ju_NoSuchElementException())
|
|
76501
|
-
};
|
|
76502
|
-
var payload = this.sci_ChampBaseIterator__f_currentValueNode.getPayload__I__O(this.sci_ChampBaseIterator__f_currentValueCursor);
|
|
76503
|
-
this.sci_ChampBaseIterator__f_currentValueCursor = ((1 + this.sci_ChampBaseIterator__f_currentValueCursor) | 0);
|
|
76504
|
-
return payload
|
|
76505
|
-
});
|
|
76506
|
-
var $d_sci_SetIterator = new $TypeData().initClass({
|
|
76507
|
-
sci_SetIterator: 0
|
|
76508
|
-
}, false, "scala.collection.immutable.SetIterator", {
|
|
76509
|
-
sci_SetIterator: 1,
|
|
76510
|
-
sci_ChampBaseIterator: 1,
|
|
76511
|
-
O: 1,
|
|
76512
|
-
sc_Iterator: 1,
|
|
76513
|
-
sc_IterableOnce: 1,
|
|
76514
|
-
sc_IterableOnceOps: 1
|
|
76515
|
-
});
|
|
76516
|
-
$c_sci_SetIterator.prototype.$classData = $d_sci_SetIterator;
|
|
76517
75721
|
function $p_sci_Vector$__liftedTree1$1__I($thiz) {
|
|
76518
75722
|
try {
|
|
76519
75723
|
$m_sc_StringOps$();
|
|
@@ -84157,6 +83361,23 @@ $c_sc_convert_JavaCollectionWrappers$JIteratorWrapper.prototype.hasNext__Z = (fu
|
|
|
84157
83361
|
$c_sc_convert_JavaCollectionWrappers$JIteratorWrapper.prototype.next__O = (function() {
|
|
84158
83362
|
return this.sc_convert_JavaCollectionWrappers$JIteratorWrapper__f_underlying.next__O()
|
|
84159
83363
|
});
|
|
83364
|
+
$c_sc_convert_JavaCollectionWrappers$JIteratorWrapper.prototype.equals__O__Z = (function(other) {
|
|
83365
|
+
if ((other instanceof $c_sc_convert_JavaCollectionWrappers$JIteratorWrapper)) {
|
|
83366
|
+
var x2 = other;
|
|
83367
|
+
var x = this.sc_convert_JavaCollectionWrappers$JIteratorWrapper__f_underlying;
|
|
83368
|
+
var x$2 = x2.sc_convert_JavaCollectionWrappers$JIteratorWrapper__f_underlying;
|
|
83369
|
+
return (x === x$2)
|
|
83370
|
+
} else {
|
|
83371
|
+
return false
|
|
83372
|
+
}
|
|
83373
|
+
});
|
|
83374
|
+
$c_sc_convert_JavaCollectionWrappers$JIteratorWrapper.prototype.hashCode__I = (function() {
|
|
83375
|
+
var this$1 = this.sc_convert_JavaCollectionWrappers$JIteratorWrapper__f_underlying;
|
|
83376
|
+
return $systemIdentityHashCode(this$1)
|
|
83377
|
+
});
|
|
83378
|
+
function $isArrayOf_sc_convert_JavaCollectionWrappers$JIteratorWrapper(obj, depth) {
|
|
83379
|
+
return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sc_convert_JavaCollectionWrappers$JIteratorWrapper)))
|
|
83380
|
+
}
|
|
84160
83381
|
var $d_sc_convert_JavaCollectionWrappers$JIteratorWrapper = new $TypeData().initClass({
|
|
84161
83382
|
sc_convert_JavaCollectionWrappers$JIteratorWrapper: 0
|
|
84162
83383
|
}, false, "scala.collection.convert.JavaCollectionWrappers$JIteratorWrapper", {
|
|
@@ -84279,6 +83500,88 @@ function $m_sci_ArraySeq$() {
|
|
|
84279
83500
|
};
|
|
84280
83501
|
return $n_sci_ArraySeq$
|
|
84281
83502
|
}
|
|
83503
|
+
/** @constructor */
|
|
83504
|
+
function $c_sci_HashMapBuilder$$anon$1(outer, x2$1) {
|
|
83505
|
+
this.sci_ChampBaseIterator__f_currentValueCursor = 0;
|
|
83506
|
+
this.sci_ChampBaseIterator__f_currentValueLength = 0;
|
|
83507
|
+
this.sci_ChampBaseIterator__f_currentValueNode = null;
|
|
83508
|
+
this.sci_ChampBaseIterator__f_currentStackLevel = 0;
|
|
83509
|
+
this.sci_ChampBaseIterator__f_nodeCursorsAndLengths = null;
|
|
83510
|
+
this.sci_ChampBaseIterator__f_nodes = null;
|
|
83511
|
+
$ct_sci_ChampBaseIterator__sci_Node__(this, x2$1.sci_HashMap__f_rootNode);
|
|
83512
|
+
while (this.hasNext__Z()) {
|
|
83513
|
+
var originalHash = this.sci_ChampBaseIterator__f_currentValueNode.getHash__I__I(this.sci_ChampBaseIterator__f_currentValueCursor);
|
|
83514
|
+
outer.update__sci_MapNode__O__O__I__I__I__V(outer.sci_HashMapBuilder__f_scala$collection$immutable$HashMapBuilder$$rootNode, this.sci_ChampBaseIterator__f_currentValueNode.getKey__I__O(this.sci_ChampBaseIterator__f_currentValueCursor), this.sci_ChampBaseIterator__f_currentValueNode.getValue__I__O(this.sci_ChampBaseIterator__f_currentValueCursor), originalHash, $m_sc_Hashing$().improve__I__I(originalHash), 0);
|
|
83515
|
+
this.sci_ChampBaseIterator__f_currentValueCursor = ((1 + this.sci_ChampBaseIterator__f_currentValueCursor) | 0)
|
|
83516
|
+
}
|
|
83517
|
+
}
|
|
83518
|
+
$c_sci_HashMapBuilder$$anon$1.prototype = new $h_sci_ChampBaseIterator();
|
|
83519
|
+
$c_sci_HashMapBuilder$$anon$1.prototype.constructor = $c_sci_HashMapBuilder$$anon$1;
|
|
83520
|
+
/** @constructor */
|
|
83521
|
+
function $h_sci_HashMapBuilder$$anon$1() {
|
|
83522
|
+
/*<skip>*/
|
|
83523
|
+
}
|
|
83524
|
+
$h_sci_HashMapBuilder$$anon$1.prototype = $c_sci_HashMapBuilder$$anon$1.prototype;
|
|
83525
|
+
$c_sci_HashMapBuilder$$anon$1.prototype.next__E = (function() {
|
|
83526
|
+
$m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty.next__O();
|
|
83527
|
+
throw new $c_jl_ClassCastException()
|
|
83528
|
+
});
|
|
83529
|
+
$c_sci_HashMapBuilder$$anon$1.prototype.next__O = (function() {
|
|
83530
|
+
this.next__E()
|
|
83531
|
+
});
|
|
83532
|
+
var $d_sci_HashMapBuilder$$anon$1 = new $TypeData().initClass({
|
|
83533
|
+
sci_HashMapBuilder$$anon$1: 0
|
|
83534
|
+
}, false, "scala.collection.immutable.HashMapBuilder$$anon$1", {
|
|
83535
|
+
sci_HashMapBuilder$$anon$1: 1,
|
|
83536
|
+
sci_ChampBaseIterator: 1,
|
|
83537
|
+
sc_AbstractIterator: 1,
|
|
83538
|
+
O: 1,
|
|
83539
|
+
sc_Iterator: 1,
|
|
83540
|
+
sc_IterableOnce: 1,
|
|
83541
|
+
sc_IterableOnceOps: 1
|
|
83542
|
+
});
|
|
83543
|
+
$c_sci_HashMapBuilder$$anon$1.prototype.$classData = $d_sci_HashMapBuilder$$anon$1;
|
|
83544
|
+
/** @constructor */
|
|
83545
|
+
function $c_sci_HashSetBuilder$$anon$1(outer, x2$1) {
|
|
83546
|
+
this.sci_ChampBaseIterator__f_currentValueCursor = 0;
|
|
83547
|
+
this.sci_ChampBaseIterator__f_currentValueLength = 0;
|
|
83548
|
+
this.sci_ChampBaseIterator__f_currentValueNode = null;
|
|
83549
|
+
this.sci_ChampBaseIterator__f_currentStackLevel = 0;
|
|
83550
|
+
this.sci_ChampBaseIterator__f_nodeCursorsAndLengths = null;
|
|
83551
|
+
this.sci_ChampBaseIterator__f_nodes = null;
|
|
83552
|
+
$ct_sci_ChampBaseIterator__sci_Node__(this, x2$1.sci_HashSet__f_rootNode);
|
|
83553
|
+
while (this.hasNext__Z()) {
|
|
83554
|
+
var originalHash = this.sci_ChampBaseIterator__f_currentValueNode.getHash__I__I(this.sci_ChampBaseIterator__f_currentValueCursor);
|
|
83555
|
+
outer.update__sci_SetNode__O__I__I__I__V(outer.sci_HashSetBuilder__f_scala$collection$immutable$HashSetBuilder$$rootNode, this.sci_ChampBaseIterator__f_currentValueNode.getPayload__I__O(this.sci_ChampBaseIterator__f_currentValueCursor), originalHash, $m_sc_Hashing$().improve__I__I(originalHash), 0);
|
|
83556
|
+
this.sci_ChampBaseIterator__f_currentValueCursor = ((1 + this.sci_ChampBaseIterator__f_currentValueCursor) | 0)
|
|
83557
|
+
}
|
|
83558
|
+
}
|
|
83559
|
+
$c_sci_HashSetBuilder$$anon$1.prototype = new $h_sci_ChampBaseIterator();
|
|
83560
|
+
$c_sci_HashSetBuilder$$anon$1.prototype.constructor = $c_sci_HashSetBuilder$$anon$1;
|
|
83561
|
+
/** @constructor */
|
|
83562
|
+
function $h_sci_HashSetBuilder$$anon$1() {
|
|
83563
|
+
/*<skip>*/
|
|
83564
|
+
}
|
|
83565
|
+
$h_sci_HashSetBuilder$$anon$1.prototype = $c_sci_HashSetBuilder$$anon$1.prototype;
|
|
83566
|
+
$c_sci_HashSetBuilder$$anon$1.prototype.next__E = (function() {
|
|
83567
|
+
$m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty.next__O();
|
|
83568
|
+
throw new $c_jl_ClassCastException()
|
|
83569
|
+
});
|
|
83570
|
+
$c_sci_HashSetBuilder$$anon$1.prototype.next__O = (function() {
|
|
83571
|
+
this.next__E()
|
|
83572
|
+
});
|
|
83573
|
+
var $d_sci_HashSetBuilder$$anon$1 = new $TypeData().initClass({
|
|
83574
|
+
sci_HashSetBuilder$$anon$1: 0
|
|
83575
|
+
}, false, "scala.collection.immutable.HashSetBuilder$$anon$1", {
|
|
83576
|
+
sci_HashSetBuilder$$anon$1: 1,
|
|
83577
|
+
sci_ChampBaseIterator: 1,
|
|
83578
|
+
sc_AbstractIterator: 1,
|
|
83579
|
+
O: 1,
|
|
83580
|
+
sc_Iterator: 1,
|
|
83581
|
+
sc_IterableOnce: 1,
|
|
83582
|
+
sc_IterableOnceOps: 1
|
|
83583
|
+
});
|
|
83584
|
+
$c_sci_HashSetBuilder$$anon$1.prototype.$classData = $d_sci_HashSetBuilder$$anon$1;
|
|
84282
83585
|
function $is_sci_Iterable(obj) {
|
|
84283
83586
|
return (!(!((obj && obj.$classData) && obj.$classData.ancestors.sci_Iterable)))
|
|
84284
83587
|
}
|
|
@@ -84431,112 +83734,530 @@ function $c_sci_Map$Map3$$anon$6(outer) {
|
|
|
84431
83734
|
this.sci_Map$Map3$Map3Iterator__f_$outer = null;
|
|
84432
83735
|
$ct_sci_Map$Map3$Map3Iterator__sci_Map$Map3__(this, outer)
|
|
84433
83736
|
}
|
|
84434
|
-
$c_sci_Map$Map3$$anon$6.prototype = new $h_sci_Map$Map3$Map3Iterator();
|
|
84435
|
-
$c_sci_Map$Map3$$anon$6.prototype.constructor = $c_sci_Map$Map3$$anon$6;
|
|
83737
|
+
$c_sci_Map$Map3$$anon$6.prototype = new $h_sci_Map$Map3$Map3Iterator();
|
|
83738
|
+
$c_sci_Map$Map3$$anon$6.prototype.constructor = $c_sci_Map$Map3$$anon$6;
|
|
83739
|
+
/** @constructor */
|
|
83740
|
+
function $h_sci_Map$Map3$$anon$6() {
|
|
83741
|
+
/*<skip>*/
|
|
83742
|
+
}
|
|
83743
|
+
$h_sci_Map$Map3$$anon$6.prototype = $c_sci_Map$Map3$$anon$6.prototype;
|
|
83744
|
+
$c_sci_Map$Map3$$anon$6.prototype.nextResult__O__O__O = (function(k, v) {
|
|
83745
|
+
return v
|
|
83746
|
+
});
|
|
83747
|
+
var $d_sci_Map$Map3$$anon$6 = new $TypeData().initClass({
|
|
83748
|
+
sci_Map$Map3$$anon$6: 0
|
|
83749
|
+
}, false, "scala.collection.immutable.Map$Map3$$anon$6", {
|
|
83750
|
+
sci_Map$Map3$$anon$6: 1,
|
|
83751
|
+
sci_Map$Map3$Map3Iterator: 1,
|
|
83752
|
+
sc_AbstractIterator: 1,
|
|
83753
|
+
O: 1,
|
|
83754
|
+
sc_Iterator: 1,
|
|
83755
|
+
sc_IterableOnce: 1,
|
|
83756
|
+
sc_IterableOnceOps: 1
|
|
83757
|
+
});
|
|
83758
|
+
$c_sci_Map$Map3$$anon$6.prototype.$classData = $d_sci_Map$Map3$$anon$6;
|
|
83759
|
+
/** @constructor */
|
|
83760
|
+
function $c_sci_Map$Map4$$anon$7(outer) {
|
|
83761
|
+
this.sci_Map$Map4$Map4Iterator__f_i = 0;
|
|
83762
|
+
this.sci_Map$Map4$Map4Iterator__f_$outer = null;
|
|
83763
|
+
$ct_sci_Map$Map4$Map4Iterator__sci_Map$Map4__(this, outer)
|
|
83764
|
+
}
|
|
83765
|
+
$c_sci_Map$Map4$$anon$7.prototype = new $h_sci_Map$Map4$Map4Iterator();
|
|
83766
|
+
$c_sci_Map$Map4$$anon$7.prototype.constructor = $c_sci_Map$Map4$$anon$7;
|
|
83767
|
+
/** @constructor */
|
|
83768
|
+
function $h_sci_Map$Map4$$anon$7() {
|
|
83769
|
+
/*<skip>*/
|
|
83770
|
+
}
|
|
83771
|
+
$h_sci_Map$Map4$$anon$7.prototype = $c_sci_Map$Map4$$anon$7.prototype;
|
|
83772
|
+
$c_sci_Map$Map4$$anon$7.prototype.nextResult__O__O__O = (function(k, v) {
|
|
83773
|
+
return new $c_T2(k, v)
|
|
83774
|
+
});
|
|
83775
|
+
var $d_sci_Map$Map4$$anon$7 = new $TypeData().initClass({
|
|
83776
|
+
sci_Map$Map4$$anon$7: 0
|
|
83777
|
+
}, false, "scala.collection.immutable.Map$Map4$$anon$7", {
|
|
83778
|
+
sci_Map$Map4$$anon$7: 1,
|
|
83779
|
+
sci_Map$Map4$Map4Iterator: 1,
|
|
83780
|
+
sc_AbstractIterator: 1,
|
|
83781
|
+
O: 1,
|
|
83782
|
+
sc_Iterator: 1,
|
|
83783
|
+
sc_IterableOnce: 1,
|
|
83784
|
+
sc_IterableOnceOps: 1
|
|
83785
|
+
});
|
|
83786
|
+
$c_sci_Map$Map4$$anon$7.prototype.$classData = $d_sci_Map$Map4$$anon$7;
|
|
83787
|
+
/** @constructor */
|
|
83788
|
+
function $c_sci_Map$Map4$$anon$8(outer) {
|
|
83789
|
+
this.sci_Map$Map4$Map4Iterator__f_i = 0;
|
|
83790
|
+
this.sci_Map$Map4$Map4Iterator__f_$outer = null;
|
|
83791
|
+
$ct_sci_Map$Map4$Map4Iterator__sci_Map$Map4__(this, outer)
|
|
83792
|
+
}
|
|
83793
|
+
$c_sci_Map$Map4$$anon$8.prototype = new $h_sci_Map$Map4$Map4Iterator();
|
|
83794
|
+
$c_sci_Map$Map4$$anon$8.prototype.constructor = $c_sci_Map$Map4$$anon$8;
|
|
83795
|
+
/** @constructor */
|
|
83796
|
+
function $h_sci_Map$Map4$$anon$8() {
|
|
83797
|
+
/*<skip>*/
|
|
83798
|
+
}
|
|
83799
|
+
$h_sci_Map$Map4$$anon$8.prototype = $c_sci_Map$Map4$$anon$8.prototype;
|
|
83800
|
+
$c_sci_Map$Map4$$anon$8.prototype.nextResult__O__O__O = (function(k, v) {
|
|
83801
|
+
return k
|
|
83802
|
+
});
|
|
83803
|
+
var $d_sci_Map$Map4$$anon$8 = new $TypeData().initClass({
|
|
83804
|
+
sci_Map$Map4$$anon$8: 0
|
|
83805
|
+
}, false, "scala.collection.immutable.Map$Map4$$anon$8", {
|
|
83806
|
+
sci_Map$Map4$$anon$8: 1,
|
|
83807
|
+
sci_Map$Map4$Map4Iterator: 1,
|
|
83808
|
+
sc_AbstractIterator: 1,
|
|
83809
|
+
O: 1,
|
|
83810
|
+
sc_Iterator: 1,
|
|
83811
|
+
sc_IterableOnce: 1,
|
|
83812
|
+
sc_IterableOnceOps: 1
|
|
83813
|
+
});
|
|
83814
|
+
$c_sci_Map$Map4$$anon$8.prototype.$classData = $d_sci_Map$Map4$$anon$8;
|
|
83815
|
+
/** @constructor */
|
|
83816
|
+
function $c_sci_Map$Map4$$anon$9(outer) {
|
|
83817
|
+
this.sci_Map$Map4$Map4Iterator__f_i = 0;
|
|
83818
|
+
this.sci_Map$Map4$Map4Iterator__f_$outer = null;
|
|
83819
|
+
$ct_sci_Map$Map4$Map4Iterator__sci_Map$Map4__(this, outer)
|
|
83820
|
+
}
|
|
83821
|
+
$c_sci_Map$Map4$$anon$9.prototype = new $h_sci_Map$Map4$Map4Iterator();
|
|
83822
|
+
$c_sci_Map$Map4$$anon$9.prototype.constructor = $c_sci_Map$Map4$$anon$9;
|
|
83823
|
+
/** @constructor */
|
|
83824
|
+
function $h_sci_Map$Map4$$anon$9() {
|
|
83825
|
+
/*<skip>*/
|
|
83826
|
+
}
|
|
83827
|
+
$h_sci_Map$Map4$$anon$9.prototype = $c_sci_Map$Map4$$anon$9.prototype;
|
|
83828
|
+
$c_sci_Map$Map4$$anon$9.prototype.nextResult__O__O__O = (function(k, v) {
|
|
83829
|
+
return v
|
|
83830
|
+
});
|
|
83831
|
+
var $d_sci_Map$Map4$$anon$9 = new $TypeData().initClass({
|
|
83832
|
+
sci_Map$Map4$$anon$9: 0
|
|
83833
|
+
}, false, "scala.collection.immutable.Map$Map4$$anon$9", {
|
|
83834
|
+
sci_Map$Map4$$anon$9: 1,
|
|
83835
|
+
sci_Map$Map4$Map4Iterator: 1,
|
|
83836
|
+
sc_AbstractIterator: 1,
|
|
83837
|
+
O: 1,
|
|
83838
|
+
sc_Iterator: 1,
|
|
83839
|
+
sc_IterableOnce: 1,
|
|
83840
|
+
sc_IterableOnceOps: 1
|
|
83841
|
+
});
|
|
83842
|
+
$c_sci_Map$Map4$$anon$9.prototype.$classData = $d_sci_Map$Map4$$anon$9;
|
|
83843
|
+
/** @constructor */
|
|
83844
|
+
function $c_sci_MapKeyIterator(rootNode) {
|
|
83845
|
+
this.sci_ChampBaseIterator__f_currentValueCursor = 0;
|
|
83846
|
+
this.sci_ChampBaseIterator__f_currentValueLength = 0;
|
|
83847
|
+
this.sci_ChampBaseIterator__f_currentValueNode = null;
|
|
83848
|
+
this.sci_ChampBaseIterator__f_currentStackLevel = 0;
|
|
83849
|
+
this.sci_ChampBaseIterator__f_nodeCursorsAndLengths = null;
|
|
83850
|
+
this.sci_ChampBaseIterator__f_nodes = null;
|
|
83851
|
+
$ct_sci_ChampBaseIterator__sci_Node__(this, rootNode)
|
|
83852
|
+
}
|
|
83853
|
+
$c_sci_MapKeyIterator.prototype = new $h_sci_ChampBaseIterator();
|
|
83854
|
+
$c_sci_MapKeyIterator.prototype.constructor = $c_sci_MapKeyIterator;
|
|
83855
|
+
/** @constructor */
|
|
83856
|
+
function $h_sci_MapKeyIterator() {
|
|
83857
|
+
/*<skip>*/
|
|
83858
|
+
}
|
|
83859
|
+
$h_sci_MapKeyIterator.prototype = $c_sci_MapKeyIterator.prototype;
|
|
83860
|
+
$c_sci_MapKeyIterator.prototype.next__O = (function() {
|
|
83861
|
+
if ((!this.hasNext__Z())) {
|
|
83862
|
+
$m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty.next__O()
|
|
83863
|
+
};
|
|
83864
|
+
var key = this.sci_ChampBaseIterator__f_currentValueNode.getKey__I__O(this.sci_ChampBaseIterator__f_currentValueCursor);
|
|
83865
|
+
this.sci_ChampBaseIterator__f_currentValueCursor = ((1 + this.sci_ChampBaseIterator__f_currentValueCursor) | 0);
|
|
83866
|
+
return key
|
|
83867
|
+
});
|
|
83868
|
+
var $d_sci_MapKeyIterator = new $TypeData().initClass({
|
|
83869
|
+
sci_MapKeyIterator: 0
|
|
83870
|
+
}, false, "scala.collection.immutable.MapKeyIterator", {
|
|
83871
|
+
sci_MapKeyIterator: 1,
|
|
83872
|
+
sci_ChampBaseIterator: 1,
|
|
83873
|
+
sc_AbstractIterator: 1,
|
|
83874
|
+
O: 1,
|
|
83875
|
+
sc_Iterator: 1,
|
|
83876
|
+
sc_IterableOnce: 1,
|
|
83877
|
+
sc_IterableOnceOps: 1
|
|
83878
|
+
});
|
|
83879
|
+
$c_sci_MapKeyIterator.prototype.$classData = $d_sci_MapKeyIterator;
|
|
83880
|
+
/** @constructor */
|
|
83881
|
+
function $c_sci_MapKeyValueTupleHashIterator(rootNode) {
|
|
83882
|
+
this.sci_ChampBaseReverseIterator__f_currentValueCursor = 0;
|
|
83883
|
+
this.sci_ChampBaseReverseIterator__f_currentValueNode = null;
|
|
83884
|
+
this.sci_ChampBaseReverseIterator__f_currentStackLevel = 0;
|
|
83885
|
+
this.sci_ChampBaseReverseIterator__f_nodeIndex = null;
|
|
83886
|
+
this.sci_ChampBaseReverseIterator__f_nodeStack = null;
|
|
83887
|
+
this.sci_MapKeyValueTupleHashIterator__f_hash = 0;
|
|
83888
|
+
this.sci_MapKeyValueTupleHashIterator__f_value = null;
|
|
83889
|
+
$ct_sci_ChampBaseReverseIterator__sci_Node__(this, rootNode);
|
|
83890
|
+
this.sci_MapKeyValueTupleHashIterator__f_hash = 0
|
|
83891
|
+
}
|
|
83892
|
+
$c_sci_MapKeyValueTupleHashIterator.prototype = new $h_sci_ChampBaseReverseIterator();
|
|
83893
|
+
$c_sci_MapKeyValueTupleHashIterator.prototype.constructor = $c_sci_MapKeyValueTupleHashIterator;
|
|
84436
83894
|
/** @constructor */
|
|
84437
|
-
function $
|
|
83895
|
+
function $h_sci_MapKeyValueTupleHashIterator() {
|
|
84438
83896
|
/*<skip>*/
|
|
84439
83897
|
}
|
|
84440
|
-
$
|
|
84441
|
-
$
|
|
84442
|
-
|
|
83898
|
+
$h_sci_MapKeyValueTupleHashIterator.prototype = $c_sci_MapKeyValueTupleHashIterator.prototype;
|
|
83899
|
+
$c_sci_MapKeyValueTupleHashIterator.prototype.hashCode__I = (function() {
|
|
83900
|
+
var $$x2 = $m_s_util_hashing_MurmurHash3$();
|
|
83901
|
+
var $$x1 = this.sci_MapKeyValueTupleHashIterator__f_hash;
|
|
83902
|
+
var x = this.sci_MapKeyValueTupleHashIterator__f_value;
|
|
83903
|
+
return $$x2.tuple2Hash__I__I__I__I($$x1, $m_sr_Statics$().anyHash__O__I(x), (-889275714))
|
|
84443
83904
|
});
|
|
84444
|
-
|
|
84445
|
-
|
|
84446
|
-
|
|
84447
|
-
|
|
84448
|
-
|
|
83905
|
+
$c_sci_MapKeyValueTupleHashIterator.prototype.next__sci_MapKeyValueTupleHashIterator = (function() {
|
|
83906
|
+
if ((!this.hasNext__Z())) {
|
|
83907
|
+
$m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty.next__O()
|
|
83908
|
+
};
|
|
83909
|
+
this.sci_MapKeyValueTupleHashIterator__f_hash = this.sci_ChampBaseReverseIterator__f_currentValueNode.getHash__I__I(this.sci_ChampBaseReverseIterator__f_currentValueCursor);
|
|
83910
|
+
this.sci_MapKeyValueTupleHashIterator__f_value = this.sci_ChampBaseReverseIterator__f_currentValueNode.getValue__I__O(this.sci_ChampBaseReverseIterator__f_currentValueCursor);
|
|
83911
|
+
this.sci_ChampBaseReverseIterator__f_currentValueCursor = (((-1) + this.sci_ChampBaseReverseIterator__f_currentValueCursor) | 0);
|
|
83912
|
+
return this
|
|
83913
|
+
});
|
|
83914
|
+
$c_sci_MapKeyValueTupleHashIterator.prototype.next__O = (function() {
|
|
83915
|
+
return this.next__sci_MapKeyValueTupleHashIterator()
|
|
83916
|
+
});
|
|
83917
|
+
var $d_sci_MapKeyValueTupleHashIterator = new $TypeData().initClass({
|
|
83918
|
+
sci_MapKeyValueTupleHashIterator: 0
|
|
83919
|
+
}, false, "scala.collection.immutable.MapKeyValueTupleHashIterator", {
|
|
83920
|
+
sci_MapKeyValueTupleHashIterator: 1,
|
|
83921
|
+
sci_ChampBaseReverseIterator: 1,
|
|
84449
83922
|
sc_AbstractIterator: 1,
|
|
84450
83923
|
O: 1,
|
|
84451
83924
|
sc_Iterator: 1,
|
|
84452
83925
|
sc_IterableOnce: 1,
|
|
84453
83926
|
sc_IterableOnceOps: 1
|
|
84454
83927
|
});
|
|
84455
|
-
$
|
|
83928
|
+
$c_sci_MapKeyValueTupleHashIterator.prototype.$classData = $d_sci_MapKeyValueTupleHashIterator;
|
|
84456
83929
|
/** @constructor */
|
|
84457
|
-
function $
|
|
84458
|
-
this.
|
|
84459
|
-
this.
|
|
84460
|
-
|
|
83930
|
+
function $c_sci_MapKeyValueTupleIterator(rootNode) {
|
|
83931
|
+
this.sci_ChampBaseIterator__f_currentValueCursor = 0;
|
|
83932
|
+
this.sci_ChampBaseIterator__f_currentValueLength = 0;
|
|
83933
|
+
this.sci_ChampBaseIterator__f_currentValueNode = null;
|
|
83934
|
+
this.sci_ChampBaseIterator__f_currentStackLevel = 0;
|
|
83935
|
+
this.sci_ChampBaseIterator__f_nodeCursorsAndLengths = null;
|
|
83936
|
+
this.sci_ChampBaseIterator__f_nodes = null;
|
|
83937
|
+
$ct_sci_ChampBaseIterator__sci_Node__(this, rootNode)
|
|
84461
83938
|
}
|
|
84462
|
-
$
|
|
84463
|
-
$
|
|
83939
|
+
$c_sci_MapKeyValueTupleIterator.prototype = new $h_sci_ChampBaseIterator();
|
|
83940
|
+
$c_sci_MapKeyValueTupleIterator.prototype.constructor = $c_sci_MapKeyValueTupleIterator;
|
|
84464
83941
|
/** @constructor */
|
|
84465
|
-
function $
|
|
83942
|
+
function $h_sci_MapKeyValueTupleIterator() {
|
|
84466
83943
|
/*<skip>*/
|
|
84467
83944
|
}
|
|
84468
|
-
$
|
|
84469
|
-
$
|
|
84470
|
-
|
|
83945
|
+
$h_sci_MapKeyValueTupleIterator.prototype = $c_sci_MapKeyValueTupleIterator.prototype;
|
|
83946
|
+
$c_sci_MapKeyValueTupleIterator.prototype.next__T2 = (function() {
|
|
83947
|
+
if ((!this.hasNext__Z())) {
|
|
83948
|
+
$m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty.next__O()
|
|
83949
|
+
};
|
|
83950
|
+
var payload = this.sci_ChampBaseIterator__f_currentValueNode.getPayload__I__T2(this.sci_ChampBaseIterator__f_currentValueCursor);
|
|
83951
|
+
this.sci_ChampBaseIterator__f_currentValueCursor = ((1 + this.sci_ChampBaseIterator__f_currentValueCursor) | 0);
|
|
83952
|
+
return payload
|
|
84471
83953
|
});
|
|
84472
|
-
|
|
84473
|
-
|
|
84474
|
-
}
|
|
84475
|
-
|
|
84476
|
-
|
|
83954
|
+
$c_sci_MapKeyValueTupleIterator.prototype.next__O = (function() {
|
|
83955
|
+
return this.next__T2()
|
|
83956
|
+
});
|
|
83957
|
+
var $d_sci_MapKeyValueTupleIterator = new $TypeData().initClass({
|
|
83958
|
+
sci_MapKeyValueTupleIterator: 0
|
|
83959
|
+
}, false, "scala.collection.immutable.MapKeyValueTupleIterator", {
|
|
83960
|
+
sci_MapKeyValueTupleIterator: 1,
|
|
83961
|
+
sci_ChampBaseIterator: 1,
|
|
84477
83962
|
sc_AbstractIterator: 1,
|
|
84478
83963
|
O: 1,
|
|
84479
83964
|
sc_Iterator: 1,
|
|
84480
83965
|
sc_IterableOnce: 1,
|
|
84481
83966
|
sc_IterableOnceOps: 1
|
|
84482
83967
|
});
|
|
84483
|
-
$
|
|
83968
|
+
$c_sci_MapKeyValueTupleIterator.prototype.$classData = $d_sci_MapKeyValueTupleIterator;
|
|
84484
83969
|
/** @constructor */
|
|
84485
|
-
function $
|
|
84486
|
-
this.
|
|
84487
|
-
this.
|
|
84488
|
-
|
|
83970
|
+
function $c_sci_MapValueIterator(rootNode) {
|
|
83971
|
+
this.sci_ChampBaseIterator__f_currentValueCursor = 0;
|
|
83972
|
+
this.sci_ChampBaseIterator__f_currentValueLength = 0;
|
|
83973
|
+
this.sci_ChampBaseIterator__f_currentValueNode = null;
|
|
83974
|
+
this.sci_ChampBaseIterator__f_currentStackLevel = 0;
|
|
83975
|
+
this.sci_ChampBaseIterator__f_nodeCursorsAndLengths = null;
|
|
83976
|
+
this.sci_ChampBaseIterator__f_nodes = null;
|
|
83977
|
+
$ct_sci_ChampBaseIterator__sci_Node__(this, rootNode)
|
|
84489
83978
|
}
|
|
84490
|
-
$
|
|
84491
|
-
$
|
|
83979
|
+
$c_sci_MapValueIterator.prototype = new $h_sci_ChampBaseIterator();
|
|
83980
|
+
$c_sci_MapValueIterator.prototype.constructor = $c_sci_MapValueIterator;
|
|
84492
83981
|
/** @constructor */
|
|
84493
|
-
function $
|
|
83982
|
+
function $h_sci_MapValueIterator() {
|
|
84494
83983
|
/*<skip>*/
|
|
84495
83984
|
}
|
|
84496
|
-
$
|
|
84497
|
-
$
|
|
84498
|
-
|
|
83985
|
+
$h_sci_MapValueIterator.prototype = $c_sci_MapValueIterator.prototype;
|
|
83986
|
+
$c_sci_MapValueIterator.prototype.next__O = (function() {
|
|
83987
|
+
if ((!this.hasNext__Z())) {
|
|
83988
|
+
$m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty.next__O()
|
|
83989
|
+
};
|
|
83990
|
+
var value = this.sci_ChampBaseIterator__f_currentValueNode.getValue__I__O(this.sci_ChampBaseIterator__f_currentValueCursor);
|
|
83991
|
+
this.sci_ChampBaseIterator__f_currentValueCursor = ((1 + this.sci_ChampBaseIterator__f_currentValueCursor) | 0);
|
|
83992
|
+
return value
|
|
84499
83993
|
});
|
|
84500
|
-
var $
|
|
84501
|
-
|
|
84502
|
-
}, false, "scala.collection.immutable.
|
|
84503
|
-
|
|
84504
|
-
|
|
83994
|
+
var $d_sci_MapValueIterator = new $TypeData().initClass({
|
|
83995
|
+
sci_MapValueIterator: 0
|
|
83996
|
+
}, false, "scala.collection.immutable.MapValueIterator", {
|
|
83997
|
+
sci_MapValueIterator: 1,
|
|
83998
|
+
sci_ChampBaseIterator: 1,
|
|
84505
83999
|
sc_AbstractIterator: 1,
|
|
84506
84000
|
O: 1,
|
|
84507
84001
|
sc_Iterator: 1,
|
|
84508
84002
|
sc_IterableOnce: 1,
|
|
84509
84003
|
sc_IterableOnceOps: 1
|
|
84510
84004
|
});
|
|
84511
|
-
$
|
|
84005
|
+
$c_sci_MapValueIterator.prototype.$classData = $d_sci_MapValueIterator;
|
|
84006
|
+
function $p_sci_NewVectorIterator__advanceSlice__V($thiz) {
|
|
84007
|
+
if (($thiz.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$len1 <= $thiz.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$i1)) {
|
|
84008
|
+
$m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty.next__O()
|
|
84009
|
+
};
|
|
84010
|
+
$thiz.sci_NewVectorIterator__f_sliceIdx = ((1 + $thiz.sci_NewVectorIterator__f_sliceIdx) | 0);
|
|
84011
|
+
var slice = $thiz.sci_NewVectorIterator__f_v.vectorSlice__I__AO($thiz.sci_NewVectorIterator__f_sliceIdx);
|
|
84012
|
+
while ((slice.u.length === 0)) {
|
|
84013
|
+
$thiz.sci_NewVectorIterator__f_sliceIdx = ((1 + $thiz.sci_NewVectorIterator__f_sliceIdx) | 0);
|
|
84014
|
+
slice = $thiz.sci_NewVectorIterator__f_v.vectorSlice__I__AO($thiz.sci_NewVectorIterator__f_sliceIdx)
|
|
84015
|
+
};
|
|
84016
|
+
$thiz.sci_NewVectorIterator__f_sliceStart = $thiz.sci_NewVectorIterator__f_sliceEnd;
|
|
84017
|
+
var count = $thiz.sci_NewVectorIterator__f_sliceCount;
|
|
84018
|
+
var idx = $thiz.sci_NewVectorIterator__f_sliceIdx;
|
|
84019
|
+
var c = ((count / 2) | 0);
|
|
84020
|
+
var a = ((idx - c) | 0);
|
|
84021
|
+
$thiz.sci_NewVectorIterator__f_sliceDim = ((((1 + c) | 0) - ((a < 0) ? ((-a) | 0) : a)) | 0);
|
|
84022
|
+
var x1 = $thiz.sci_NewVectorIterator__f_sliceDim;
|
|
84023
|
+
switch (x1) {
|
|
84024
|
+
case 1: {
|
|
84025
|
+
$thiz.sci_NewVectorIterator__f_a1 = slice;
|
|
84026
|
+
break
|
|
84027
|
+
}
|
|
84028
|
+
case 2: {
|
|
84029
|
+
$thiz.sci_NewVectorIterator__f_a2 = slice;
|
|
84030
|
+
break
|
|
84031
|
+
}
|
|
84032
|
+
case 3: {
|
|
84033
|
+
$thiz.sci_NewVectorIterator__f_a3 = slice;
|
|
84034
|
+
break
|
|
84035
|
+
}
|
|
84036
|
+
case 4: {
|
|
84037
|
+
$thiz.sci_NewVectorIterator__f_a4 = slice;
|
|
84038
|
+
break
|
|
84039
|
+
}
|
|
84040
|
+
case 5: {
|
|
84041
|
+
$thiz.sci_NewVectorIterator__f_a5 = slice;
|
|
84042
|
+
break
|
|
84043
|
+
}
|
|
84044
|
+
case 6: {
|
|
84045
|
+
$thiz.sci_NewVectorIterator__f_a6 = slice;
|
|
84046
|
+
break
|
|
84047
|
+
}
|
|
84048
|
+
default: {
|
|
84049
|
+
throw new $c_s_MatchError(x1)
|
|
84050
|
+
}
|
|
84051
|
+
};
|
|
84052
|
+
$thiz.sci_NewVectorIterator__f_sliceEnd = (($thiz.sci_NewVectorIterator__f_sliceStart + Math.imul(slice.u.length, (1 << Math.imul(5, (((-1) + $thiz.sci_NewVectorIterator__f_sliceDim) | 0))))) | 0);
|
|
84053
|
+
if (($thiz.sci_NewVectorIterator__f_sliceEnd > $thiz.sci_NewVectorIterator__f_totalLength)) {
|
|
84054
|
+
$thiz.sci_NewVectorIterator__f_sliceEnd = $thiz.sci_NewVectorIterator__f_totalLength
|
|
84055
|
+
};
|
|
84056
|
+
if (($thiz.sci_NewVectorIterator__f_sliceDim > 1)) {
|
|
84057
|
+
$thiz.sci_NewVectorIterator__f_oldPos = (((-1) + (1 << Math.imul(5, $thiz.sci_NewVectorIterator__f_sliceDim))) | 0)
|
|
84058
|
+
}
|
|
84059
|
+
}
|
|
84060
|
+
function $p_sci_NewVectorIterator__advance__V($thiz) {
|
|
84061
|
+
var pos = (((($thiz.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$i1 - $thiz.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$len1) | 0) + $thiz.sci_NewVectorIterator__f_totalLength) | 0);
|
|
84062
|
+
if ((pos === $thiz.sci_NewVectorIterator__f_sliceEnd)) {
|
|
84063
|
+
$p_sci_NewVectorIterator__advanceSlice__V($thiz)
|
|
84064
|
+
};
|
|
84065
|
+
if (($thiz.sci_NewVectorIterator__f_sliceDim > 1)) {
|
|
84066
|
+
var io = ((pos - $thiz.sci_NewVectorIterator__f_sliceStart) | 0);
|
|
84067
|
+
var xor = ($thiz.sci_NewVectorIterator__f_oldPos ^ io);
|
|
84068
|
+
$p_sci_NewVectorIterator__advanceA__I__I__V($thiz, io, xor);
|
|
84069
|
+
$thiz.sci_NewVectorIterator__f_oldPos = io
|
|
84070
|
+
};
|
|
84071
|
+
$thiz.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$len1 = (($thiz.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$len1 - $thiz.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$i1) | 0);
|
|
84072
|
+
var a = $thiz.sci_NewVectorIterator__f_a1.u.length;
|
|
84073
|
+
var b = $thiz.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$len1;
|
|
84074
|
+
$thiz.sci_NewVectorIterator__f_a1len = ((a < b) ? a : b);
|
|
84075
|
+
$thiz.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$i1 = 0
|
|
84076
|
+
}
|
|
84077
|
+
function $p_sci_NewVectorIterator__advanceA__I__I__V($thiz, io, xor) {
|
|
84078
|
+
if ((xor < 1024)) {
|
|
84079
|
+
$thiz.sci_NewVectorIterator__f_a1 = $thiz.sci_NewVectorIterator__f_a2.u[(31 & ((io >>> 5) | 0))]
|
|
84080
|
+
} else if ((xor < 32768)) {
|
|
84081
|
+
$thiz.sci_NewVectorIterator__f_a2 = $thiz.sci_NewVectorIterator__f_a3.u[(31 & ((io >>> 10) | 0))];
|
|
84082
|
+
$thiz.sci_NewVectorIterator__f_a1 = $thiz.sci_NewVectorIterator__f_a2.u[0]
|
|
84083
|
+
} else if ((xor < 1048576)) {
|
|
84084
|
+
$thiz.sci_NewVectorIterator__f_a3 = $thiz.sci_NewVectorIterator__f_a4.u[(31 & ((io >>> 15) | 0))];
|
|
84085
|
+
$thiz.sci_NewVectorIterator__f_a2 = $thiz.sci_NewVectorIterator__f_a3.u[0];
|
|
84086
|
+
$thiz.sci_NewVectorIterator__f_a1 = $thiz.sci_NewVectorIterator__f_a2.u[0]
|
|
84087
|
+
} else if ((xor < 33554432)) {
|
|
84088
|
+
$thiz.sci_NewVectorIterator__f_a4 = $thiz.sci_NewVectorIterator__f_a5.u[(31 & ((io >>> 20) | 0))];
|
|
84089
|
+
$thiz.sci_NewVectorIterator__f_a3 = $thiz.sci_NewVectorIterator__f_a4.u[0];
|
|
84090
|
+
$thiz.sci_NewVectorIterator__f_a2 = $thiz.sci_NewVectorIterator__f_a3.u[0];
|
|
84091
|
+
$thiz.sci_NewVectorIterator__f_a1 = $thiz.sci_NewVectorIterator__f_a2.u[0]
|
|
84092
|
+
} else {
|
|
84093
|
+
$thiz.sci_NewVectorIterator__f_a5 = $thiz.sci_NewVectorIterator__f_a6.u[((io >>> 25) | 0)];
|
|
84094
|
+
$thiz.sci_NewVectorIterator__f_a4 = $thiz.sci_NewVectorIterator__f_a5.u[0];
|
|
84095
|
+
$thiz.sci_NewVectorIterator__f_a3 = $thiz.sci_NewVectorIterator__f_a4.u[0];
|
|
84096
|
+
$thiz.sci_NewVectorIterator__f_a2 = $thiz.sci_NewVectorIterator__f_a3.u[0];
|
|
84097
|
+
$thiz.sci_NewVectorIterator__f_a1 = $thiz.sci_NewVectorIterator__f_a2.u[0]
|
|
84098
|
+
}
|
|
84099
|
+
}
|
|
84100
|
+
function $p_sci_NewVectorIterator__setA__I__I__V($thiz, io, xor) {
|
|
84101
|
+
if ((xor < 1024)) {
|
|
84102
|
+
$thiz.sci_NewVectorIterator__f_a1 = $thiz.sci_NewVectorIterator__f_a2.u[(31 & ((io >>> 5) | 0))]
|
|
84103
|
+
} else if ((xor < 32768)) {
|
|
84104
|
+
$thiz.sci_NewVectorIterator__f_a2 = $thiz.sci_NewVectorIterator__f_a3.u[(31 & ((io >>> 10) | 0))];
|
|
84105
|
+
$thiz.sci_NewVectorIterator__f_a1 = $thiz.sci_NewVectorIterator__f_a2.u[(31 & ((io >>> 5) | 0))]
|
|
84106
|
+
} else if ((xor < 1048576)) {
|
|
84107
|
+
$thiz.sci_NewVectorIterator__f_a3 = $thiz.sci_NewVectorIterator__f_a4.u[(31 & ((io >>> 15) | 0))];
|
|
84108
|
+
$thiz.sci_NewVectorIterator__f_a2 = $thiz.sci_NewVectorIterator__f_a3.u[(31 & ((io >>> 10) | 0))];
|
|
84109
|
+
$thiz.sci_NewVectorIterator__f_a1 = $thiz.sci_NewVectorIterator__f_a2.u[(31 & ((io >>> 5) | 0))]
|
|
84110
|
+
} else if ((xor < 33554432)) {
|
|
84111
|
+
$thiz.sci_NewVectorIterator__f_a4 = $thiz.sci_NewVectorIterator__f_a5.u[(31 & ((io >>> 20) | 0))];
|
|
84112
|
+
$thiz.sci_NewVectorIterator__f_a3 = $thiz.sci_NewVectorIterator__f_a4.u[(31 & ((io >>> 15) | 0))];
|
|
84113
|
+
$thiz.sci_NewVectorIterator__f_a2 = $thiz.sci_NewVectorIterator__f_a3.u[(31 & ((io >>> 10) | 0))];
|
|
84114
|
+
$thiz.sci_NewVectorIterator__f_a1 = $thiz.sci_NewVectorIterator__f_a2.u[(31 & ((io >>> 5) | 0))]
|
|
84115
|
+
} else {
|
|
84116
|
+
$thiz.sci_NewVectorIterator__f_a5 = $thiz.sci_NewVectorIterator__f_a6.u[((io >>> 25) | 0)];
|
|
84117
|
+
$thiz.sci_NewVectorIterator__f_a4 = $thiz.sci_NewVectorIterator__f_a5.u[(31 & ((io >>> 20) | 0))];
|
|
84118
|
+
$thiz.sci_NewVectorIterator__f_a3 = $thiz.sci_NewVectorIterator__f_a4.u[(31 & ((io >>> 15) | 0))];
|
|
84119
|
+
$thiz.sci_NewVectorIterator__f_a2 = $thiz.sci_NewVectorIterator__f_a3.u[(31 & ((io >>> 10) | 0))];
|
|
84120
|
+
$thiz.sci_NewVectorIterator__f_a1 = $thiz.sci_NewVectorIterator__f_a2.u[(31 & ((io >>> 5) | 0))]
|
|
84121
|
+
}
|
|
84122
|
+
}
|
|
84512
84123
|
/** @constructor */
|
|
84513
|
-
function $
|
|
84514
|
-
this.
|
|
84515
|
-
this.
|
|
84516
|
-
|
|
84124
|
+
function $c_sci_NewVectorIterator(v, totalLength, sliceCount) {
|
|
84125
|
+
this.sci_NewVectorIterator__f_v = null;
|
|
84126
|
+
this.sci_NewVectorIterator__f_totalLength = 0;
|
|
84127
|
+
this.sci_NewVectorIterator__f_sliceCount = 0;
|
|
84128
|
+
this.sci_NewVectorIterator__f_a1 = null;
|
|
84129
|
+
this.sci_NewVectorIterator__f_a2 = null;
|
|
84130
|
+
this.sci_NewVectorIterator__f_a3 = null;
|
|
84131
|
+
this.sci_NewVectorIterator__f_a4 = null;
|
|
84132
|
+
this.sci_NewVectorIterator__f_a5 = null;
|
|
84133
|
+
this.sci_NewVectorIterator__f_a6 = null;
|
|
84134
|
+
this.sci_NewVectorIterator__f_a1len = 0;
|
|
84135
|
+
this.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$i1 = 0;
|
|
84136
|
+
this.sci_NewVectorIterator__f_oldPos = 0;
|
|
84137
|
+
this.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$len1 = 0;
|
|
84138
|
+
this.sci_NewVectorIterator__f_sliceIdx = 0;
|
|
84139
|
+
this.sci_NewVectorIterator__f_sliceDim = 0;
|
|
84140
|
+
this.sci_NewVectorIterator__f_sliceStart = 0;
|
|
84141
|
+
this.sci_NewVectorIterator__f_sliceEnd = 0;
|
|
84142
|
+
this.sci_NewVectorIterator__f_v = v;
|
|
84143
|
+
this.sci_NewVectorIterator__f_totalLength = totalLength;
|
|
84144
|
+
this.sci_NewVectorIterator__f_sliceCount = sliceCount;
|
|
84145
|
+
this.sci_NewVectorIterator__f_a1 = v.sci_Vector__f_prefix1;
|
|
84146
|
+
this.sci_NewVectorIterator__f_a1len = this.sci_NewVectorIterator__f_a1.u.length;
|
|
84147
|
+
this.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$i1 = 0;
|
|
84148
|
+
this.sci_NewVectorIterator__f_oldPos = 0;
|
|
84149
|
+
this.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$len1 = this.sci_NewVectorIterator__f_totalLength;
|
|
84150
|
+
this.sci_NewVectorIterator__f_sliceIdx = 0;
|
|
84151
|
+
this.sci_NewVectorIterator__f_sliceDim = 1;
|
|
84152
|
+
this.sci_NewVectorIterator__f_sliceStart = 0;
|
|
84153
|
+
this.sci_NewVectorIterator__f_sliceEnd = this.sci_NewVectorIterator__f_a1len
|
|
84517
84154
|
}
|
|
84518
|
-
$
|
|
84519
|
-
$
|
|
84155
|
+
$c_sci_NewVectorIterator.prototype = new $h_sc_AbstractIterator();
|
|
84156
|
+
$c_sci_NewVectorIterator.prototype.constructor = $c_sci_NewVectorIterator;
|
|
84520
84157
|
/** @constructor */
|
|
84521
|
-
function $
|
|
84158
|
+
function $h_sci_NewVectorIterator() {
|
|
84522
84159
|
/*<skip>*/
|
|
84523
84160
|
}
|
|
84524
|
-
$
|
|
84525
|
-
$
|
|
84526
|
-
return
|
|
84161
|
+
$h_sci_NewVectorIterator.prototype = $c_sci_NewVectorIterator.prototype;
|
|
84162
|
+
$c_sci_NewVectorIterator.prototype.knownSize__I = (function() {
|
|
84163
|
+
return ((this.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$len1 - this.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$i1) | 0)
|
|
84527
84164
|
});
|
|
84528
|
-
|
|
84529
|
-
|
|
84530
|
-
}
|
|
84531
|
-
|
|
84532
|
-
|
|
84165
|
+
$c_sci_NewVectorIterator.prototype.hasNext__Z = (function() {
|
|
84166
|
+
return (this.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$len1 > this.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$i1)
|
|
84167
|
+
});
|
|
84168
|
+
$c_sci_NewVectorIterator.prototype.next__O = (function() {
|
|
84169
|
+
if ((this.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$i1 === this.sci_NewVectorIterator__f_a1len)) {
|
|
84170
|
+
$p_sci_NewVectorIterator__advance__V(this)
|
|
84171
|
+
};
|
|
84172
|
+
var r = this.sci_NewVectorIterator__f_a1.u[this.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$i1];
|
|
84173
|
+
this.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$i1 = ((1 + this.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$i1) | 0);
|
|
84174
|
+
return r
|
|
84175
|
+
});
|
|
84176
|
+
$c_sci_NewVectorIterator.prototype.drop__I__sc_Iterator = (function(n) {
|
|
84177
|
+
if ((n > 0)) {
|
|
84178
|
+
var oldpos = ((((this.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$i1 - this.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$len1) | 0) + this.sci_NewVectorIterator__f_totalLength) | 0);
|
|
84179
|
+
var a = ((oldpos + n) | 0);
|
|
84180
|
+
var b = this.sci_NewVectorIterator__f_totalLength;
|
|
84181
|
+
var newpos = ((a < b) ? a : b);
|
|
84182
|
+
if ((newpos === this.sci_NewVectorIterator__f_totalLength)) {
|
|
84183
|
+
this.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$i1 = 0;
|
|
84184
|
+
this.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$len1 = 0;
|
|
84185
|
+
this.sci_NewVectorIterator__f_a1len = 0
|
|
84186
|
+
} else {
|
|
84187
|
+
while ((newpos >= this.sci_NewVectorIterator__f_sliceEnd)) {
|
|
84188
|
+
$p_sci_NewVectorIterator__advanceSlice__V(this)
|
|
84189
|
+
};
|
|
84190
|
+
var io = ((newpos - this.sci_NewVectorIterator__f_sliceStart) | 0);
|
|
84191
|
+
if ((this.sci_NewVectorIterator__f_sliceDim > 1)) {
|
|
84192
|
+
var xor = (this.sci_NewVectorIterator__f_oldPos ^ io);
|
|
84193
|
+
$p_sci_NewVectorIterator__setA__I__I__V(this, io, xor);
|
|
84194
|
+
this.sci_NewVectorIterator__f_oldPos = io
|
|
84195
|
+
};
|
|
84196
|
+
this.sci_NewVectorIterator__f_a1len = this.sci_NewVectorIterator__f_a1.u.length;
|
|
84197
|
+
this.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$i1 = (31 & io);
|
|
84198
|
+
this.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$len1 = ((this.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$i1 + ((this.sci_NewVectorIterator__f_totalLength - newpos) | 0)) | 0);
|
|
84199
|
+
if ((this.sci_NewVectorIterator__f_a1len > this.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$len1)) {
|
|
84200
|
+
this.sci_NewVectorIterator__f_a1len = this.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$len1
|
|
84201
|
+
}
|
|
84202
|
+
}
|
|
84203
|
+
};
|
|
84204
|
+
return this
|
|
84205
|
+
});
|
|
84206
|
+
$c_sci_NewVectorIterator.prototype.take__I__sc_Iterator = (function(n) {
|
|
84207
|
+
if ((n < ((this.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$len1 - this.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$i1) | 0))) {
|
|
84208
|
+
var trunc = ((((this.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$len1 - this.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$i1) | 0) - ((n < 0) ? 0 : n)) | 0);
|
|
84209
|
+
this.sci_NewVectorIterator__f_totalLength = ((this.sci_NewVectorIterator__f_totalLength - trunc) | 0);
|
|
84210
|
+
this.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$len1 = ((this.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$len1 - trunc) | 0);
|
|
84211
|
+
if ((this.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$len1 < this.sci_NewVectorIterator__f_a1len)) {
|
|
84212
|
+
this.sci_NewVectorIterator__f_a1len = this.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$len1
|
|
84213
|
+
};
|
|
84214
|
+
if ((this.sci_NewVectorIterator__f_totalLength < this.sci_NewVectorIterator__f_sliceEnd)) {
|
|
84215
|
+
this.sci_NewVectorIterator__f_sliceEnd = this.sci_NewVectorIterator__f_totalLength
|
|
84216
|
+
}
|
|
84217
|
+
};
|
|
84218
|
+
return this
|
|
84219
|
+
});
|
|
84220
|
+
$c_sci_NewVectorIterator.prototype.copyToArray__O__I__I__I = (function(xs, start, len) {
|
|
84221
|
+
var xsLen = $m_jl_reflect_Array$().getLength__O__I(xs);
|
|
84222
|
+
var srcLen = ((this.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$len1 - this.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$i1) | 0);
|
|
84223
|
+
var x = ((len < srcLen) ? len : srcLen);
|
|
84224
|
+
var y = ((xsLen - start) | 0);
|
|
84225
|
+
var x$1 = ((x < y) ? x : y);
|
|
84226
|
+
var total = ((x$1 > 0) ? x$1 : 0);
|
|
84227
|
+
var copied = 0;
|
|
84228
|
+
var isBoxed = (xs instanceof $ac_O);
|
|
84229
|
+
while ((copied < total)) {
|
|
84230
|
+
if ((this.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$i1 === this.sci_NewVectorIterator__f_a1len)) {
|
|
84231
|
+
$p_sci_NewVectorIterator__advance__V(this)
|
|
84232
|
+
};
|
|
84233
|
+
var a = ((total - copied) | 0);
|
|
84234
|
+
var b = ((this.sci_NewVectorIterator__f_a1.u.length - this.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$i1) | 0);
|
|
84235
|
+
var count = ((a < b) ? a : b);
|
|
84236
|
+
if (isBoxed) {
|
|
84237
|
+
var src = this.sci_NewVectorIterator__f_a1;
|
|
84238
|
+
var srcPos = this.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$i1;
|
|
84239
|
+
var destPos = ((start + copied) | 0);
|
|
84240
|
+
src.copyTo(srcPos, xs, destPos, count)
|
|
84241
|
+
} else {
|
|
84242
|
+
$m_s_Array$().copy__O__I__O__I__I__V(this.sci_NewVectorIterator__f_a1, this.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$i1, xs, ((start + copied) | 0), count)
|
|
84243
|
+
};
|
|
84244
|
+
this.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$i1 = ((this.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$i1 + count) | 0);
|
|
84245
|
+
copied = ((copied + count) | 0)
|
|
84246
|
+
};
|
|
84247
|
+
return total
|
|
84248
|
+
});
|
|
84249
|
+
var $d_sci_NewVectorIterator = new $TypeData().initClass({
|
|
84250
|
+
sci_NewVectorIterator: 0
|
|
84251
|
+
}, false, "scala.collection.immutable.NewVectorIterator", {
|
|
84252
|
+
sci_NewVectorIterator: 1,
|
|
84533
84253
|
sc_AbstractIterator: 1,
|
|
84534
84254
|
O: 1,
|
|
84535
84255
|
sc_Iterator: 1,
|
|
84536
84256
|
sc_IterableOnce: 1,
|
|
84537
|
-
sc_IterableOnceOps: 1
|
|
84257
|
+
sc_IterableOnceOps: 1,
|
|
84258
|
+
jl_Cloneable: 1
|
|
84538
84259
|
});
|
|
84539
|
-
$
|
|
84260
|
+
$c_sci_NewVectorIterator.prototype.$classData = $d_sci_NewVectorIterator;
|
|
84540
84261
|
/** @constructor */
|
|
84541
84262
|
function $c_sci_NumericRange$NumericRangeIterator(self, num) {
|
|
84542
84263
|
this.sci_NumericRange$NumericRangeIterator__f_self = null;
|
|
@@ -84902,6 +84623,85 @@ $c_sci_Set$SetNIterator.prototype.drop__I__sc_Iterator = (function(n) {
|
|
|
84902
84623
|
};
|
|
84903
84624
|
return this
|
|
84904
84625
|
});
|
|
84626
|
+
/** @constructor */
|
|
84627
|
+
function $c_sci_SetHashIterator(rootNode) {
|
|
84628
|
+
this.sci_ChampBaseIterator__f_currentValueCursor = 0;
|
|
84629
|
+
this.sci_ChampBaseIterator__f_currentValueLength = 0;
|
|
84630
|
+
this.sci_ChampBaseIterator__f_currentValueNode = null;
|
|
84631
|
+
this.sci_ChampBaseIterator__f_currentStackLevel = 0;
|
|
84632
|
+
this.sci_ChampBaseIterator__f_nodeCursorsAndLengths = null;
|
|
84633
|
+
this.sci_ChampBaseIterator__f_nodes = null;
|
|
84634
|
+
this.sci_SetHashIterator__f_hash = 0;
|
|
84635
|
+
$ct_sci_ChampBaseIterator__sci_Node__(this, rootNode);
|
|
84636
|
+
this.sci_SetHashIterator__f_hash = 0
|
|
84637
|
+
}
|
|
84638
|
+
$c_sci_SetHashIterator.prototype = new $h_sci_ChampBaseIterator();
|
|
84639
|
+
$c_sci_SetHashIterator.prototype.constructor = $c_sci_SetHashIterator;
|
|
84640
|
+
/** @constructor */
|
|
84641
|
+
function $h_sci_SetHashIterator() {
|
|
84642
|
+
/*<skip>*/
|
|
84643
|
+
}
|
|
84644
|
+
$h_sci_SetHashIterator.prototype = $c_sci_SetHashIterator.prototype;
|
|
84645
|
+
$c_sci_SetHashIterator.prototype.hashCode__I = (function() {
|
|
84646
|
+
return this.sci_SetHashIterator__f_hash
|
|
84647
|
+
});
|
|
84648
|
+
$c_sci_SetHashIterator.prototype.next__O = (function() {
|
|
84649
|
+
if ((!this.hasNext__Z())) {
|
|
84650
|
+
$m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty.next__O()
|
|
84651
|
+
};
|
|
84652
|
+
this.sci_SetHashIterator__f_hash = this.sci_ChampBaseIterator__f_currentValueNode.getHash__I__I(this.sci_ChampBaseIterator__f_currentValueCursor);
|
|
84653
|
+
this.sci_ChampBaseIterator__f_currentValueCursor = ((1 + this.sci_ChampBaseIterator__f_currentValueCursor) | 0);
|
|
84654
|
+
return this
|
|
84655
|
+
});
|
|
84656
|
+
var $d_sci_SetHashIterator = new $TypeData().initClass({
|
|
84657
|
+
sci_SetHashIterator: 0
|
|
84658
|
+
}, false, "scala.collection.immutable.SetHashIterator", {
|
|
84659
|
+
sci_SetHashIterator: 1,
|
|
84660
|
+
sci_ChampBaseIterator: 1,
|
|
84661
|
+
sc_AbstractIterator: 1,
|
|
84662
|
+
O: 1,
|
|
84663
|
+
sc_Iterator: 1,
|
|
84664
|
+
sc_IterableOnce: 1,
|
|
84665
|
+
sc_IterableOnceOps: 1
|
|
84666
|
+
});
|
|
84667
|
+
$c_sci_SetHashIterator.prototype.$classData = $d_sci_SetHashIterator;
|
|
84668
|
+
/** @constructor */
|
|
84669
|
+
function $c_sci_SetIterator(rootNode) {
|
|
84670
|
+
this.sci_ChampBaseIterator__f_currentValueCursor = 0;
|
|
84671
|
+
this.sci_ChampBaseIterator__f_currentValueLength = 0;
|
|
84672
|
+
this.sci_ChampBaseIterator__f_currentValueNode = null;
|
|
84673
|
+
this.sci_ChampBaseIterator__f_currentStackLevel = 0;
|
|
84674
|
+
this.sci_ChampBaseIterator__f_nodeCursorsAndLengths = null;
|
|
84675
|
+
this.sci_ChampBaseIterator__f_nodes = null;
|
|
84676
|
+
$ct_sci_ChampBaseIterator__sci_Node__(this, rootNode)
|
|
84677
|
+
}
|
|
84678
|
+
$c_sci_SetIterator.prototype = new $h_sci_ChampBaseIterator();
|
|
84679
|
+
$c_sci_SetIterator.prototype.constructor = $c_sci_SetIterator;
|
|
84680
|
+
/** @constructor */
|
|
84681
|
+
function $h_sci_SetIterator() {
|
|
84682
|
+
/*<skip>*/
|
|
84683
|
+
}
|
|
84684
|
+
$h_sci_SetIterator.prototype = $c_sci_SetIterator.prototype;
|
|
84685
|
+
$c_sci_SetIterator.prototype.next__O = (function() {
|
|
84686
|
+
if ((!this.hasNext__Z())) {
|
|
84687
|
+
$m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty.next__O()
|
|
84688
|
+
};
|
|
84689
|
+
var payload = this.sci_ChampBaseIterator__f_currentValueNode.getPayload__I__O(this.sci_ChampBaseIterator__f_currentValueCursor);
|
|
84690
|
+
this.sci_ChampBaseIterator__f_currentValueCursor = ((1 + this.sci_ChampBaseIterator__f_currentValueCursor) | 0);
|
|
84691
|
+
return payload
|
|
84692
|
+
});
|
|
84693
|
+
var $d_sci_SetIterator = new $TypeData().initClass({
|
|
84694
|
+
sci_SetIterator: 0
|
|
84695
|
+
}, false, "scala.collection.immutable.SetIterator", {
|
|
84696
|
+
sci_SetIterator: 1,
|
|
84697
|
+
sci_ChampBaseIterator: 1,
|
|
84698
|
+
sc_AbstractIterator: 1,
|
|
84699
|
+
O: 1,
|
|
84700
|
+
sc_Iterator: 1,
|
|
84701
|
+
sc_IterableOnce: 1,
|
|
84702
|
+
sc_IterableOnceOps: 1
|
|
84703
|
+
});
|
|
84704
|
+
$c_sci_SetIterator.prototype.$classData = $d_sci_SetIterator;
|
|
84905
84705
|
function $is_sci_SetOps(obj) {
|
|
84906
84706
|
return (!(!((obj && obj.$classData) && obj.$classData.ancestors.sci_SetOps)))
|
|
84907
84707
|
}
|
|
@@ -90785,7 +90585,7 @@ $c_sc_convert_JavaCollectionWrappers$SetWrapper.prototype.contains__O__Z = (func
|
|
|
90785
90585
|
try {
|
|
90786
90586
|
return this.sc_convert_JavaCollectionWrappers$SetWrapper__f_scala$collection$convert$JavaCollectionWrappers$SetWrapper$$underlying.contains__O__Z(o)
|
|
90787
90587
|
} catch (e) {
|
|
90788
|
-
if (
|
|
90588
|
+
if ((e instanceof $c_jl_ClassCastException)) {
|
|
90789
90589
|
return false
|
|
90790
90590
|
} else {
|
|
90791
90591
|
throw e
|
|
@@ -101107,7 +100907,7 @@ function $f_sc_Set__equals__O__Z($thiz, that) {
|
|
|
101107
100907
|
try {
|
|
101108
100908
|
return $thiz.subsetOf__sc_Set__Z(x2)
|
|
101109
100909
|
} catch (e) {
|
|
101110
|
-
if (
|
|
100910
|
+
if ((e instanceof $c_jl_ClassCastException)) {
|
|
101111
100911
|
return false
|
|
101112
100912
|
} else {
|
|
101113
100913
|
throw e
|
|
@@ -101966,8 +101766,7 @@ $c_Lspire_math_DecimalNumber.prototype.withinInt__Z = (function() {
|
|
|
101966
101766
|
});
|
|
101967
101767
|
$c_Lspire_math_DecimalNumber.prototype.withinDouble__Z = (function() {
|
|
101968
101768
|
var this$1 = $m_s_package$().BigDecimal__s_math_BigDecimal$();
|
|
101969
|
-
var
|
|
101970
|
-
var this$2 = this$1.decimal__D__Ljava_math_MathContext__s_math_BigDecimal(d, this$1.s_math_BigDecimal$__f_defaultMathContext);
|
|
101769
|
+
var this$2 = this$1.decimal__D__Ljava_math_MathContext__s_math_BigDecimal((-1.7976931348623157E308), this$1.s_math_BigDecimal$__f_defaultMathContext);
|
|
101971
101770
|
var that = this.Lspire_math_DecimalNumber__f_n;
|
|
101972
101771
|
if ($f_s_math_Ordered__$less$eq__O__Z(this$2, that)) {
|
|
101973
101772
|
var this$4 = this.Lspire_math_DecimalNumber__f_n;
|
|
@@ -102201,7 +102000,7 @@ $c_Lspire_math_FloatNumber.prototype.withinInt__Z = (function() {
|
|
|
102201
102000
|
return (((-2.147483648E9) <= this.Lspire_math_FloatNumber__f_n) && (this.Lspire_math_FloatNumber__f_n <= 2.147483647E9))
|
|
102202
102001
|
});
|
|
102203
102002
|
$c_Lspire_math_FloatNumber.prototype.withinDouble__Z = (function() {
|
|
102204
|
-
return ((
|
|
102003
|
+
return (((-1.7976931348623157E308) <= this.Lspire_math_FloatNumber__f_n) && (this.Lspire_math_FloatNumber__f_n <= 1.7976931348623157E308))
|
|
102205
102004
|
});
|
|
102206
102005
|
$c_Lspire_math_FloatNumber.prototype.canBeInt__Z = (function() {
|
|
102207
102006
|
return (this.isWhole__Z() && this.withinInt__Z())
|
|
@@ -104830,7 +104629,7 @@ $c_Lspire_math_RationalNumber.prototype.withinInt__Z = (function() {
|
|
|
104830
104629
|
}
|
|
104831
104630
|
});
|
|
104832
104631
|
$c_Lspire_math_RationalNumber.prototype.withinDouble__Z = (function() {
|
|
104833
|
-
var this$1 = $m_Lspire_math_Rational$().apply__D__Lspire_math_Rational(
|
|
104632
|
+
var this$1 = $m_Lspire_math_Rational$().apply__D__Lspire_math_Rational((-1.7976931348623157E308));
|
|
104834
104633
|
var that = this.Lspire_math_RationalNumber__f_n;
|
|
104835
104634
|
if ($f_s_math_Ordered__$less$eq__O__Z(this$1, that)) {
|
|
104836
104635
|
var this$2 = this.Lspire_math_RationalNumber__f_n;
|
|
@@ -107132,7 +106931,7 @@ function $f_sc_Map__equals__O__Z($thiz, o) {
|
|
|
107132
106931
|
return $m_sr_BoxesRunTime$().equals__O__O__Z(x2.getOrElse__O__F0__O(kv._1__O(), $m_sc_Map$().sc_Map$__f_scala$collection$Map$$DefaultSentinelFn), kv._2__O())
|
|
107133
106932
|
})))
|
|
107134
106933
|
} catch (e) {
|
|
107135
|
-
if (
|
|
106934
|
+
if ((e instanceof $c_jl_ClassCastException)) {
|
|
107136
106935
|
return false
|
|
107137
106936
|
} else {
|
|
107138
106937
|
throw e
|
|
@@ -114264,7 +114063,7 @@ $c_sc_AbstractIndexedSeqView.prototype.reversed__sc_Iterable = (function() {
|
|
|
114264
114063
|
return new $c_sc_IndexedSeqView$Reverse(this)
|
|
114265
114064
|
});
|
|
114266
114065
|
$c_sc_AbstractIndexedSeqView.prototype.head__O = (function() {
|
|
114267
|
-
return this
|
|
114066
|
+
return $f_sc_IndexedSeqOps__head__O(this)
|
|
114268
114067
|
});
|
|
114269
114068
|
$c_sc_AbstractIndexedSeqView.prototype.lengthCompare__I__I = (function(len) {
|
|
114270
114069
|
var x = this.length__I();
|
|
@@ -114540,7 +114339,7 @@ $c_sc_IndexedSeqView$Appended.prototype.reversed__sc_Iterable = (function() {
|
|
|
114540
114339
|
return new $c_sc_IndexedSeqView$Reverse(this)
|
|
114541
114340
|
});
|
|
114542
114341
|
$c_sc_IndexedSeqView$Appended.prototype.head__O = (function() {
|
|
114543
|
-
return this
|
|
114342
|
+
return $f_sc_IndexedSeqOps__head__O(this)
|
|
114544
114343
|
});
|
|
114545
114344
|
$c_sc_IndexedSeqView$Appended.prototype.lengthCompare__I__I = (function(len) {
|
|
114546
114345
|
var x = this.length__I();
|
|
@@ -114630,7 +114429,7 @@ $c_sc_IndexedSeqView$Drop.prototype.reversed__sc_Iterable = (function() {
|
|
|
114630
114429
|
return new $c_sc_IndexedSeqView$Reverse(this)
|
|
114631
114430
|
});
|
|
114632
114431
|
$c_sc_IndexedSeqView$Drop.prototype.head__O = (function() {
|
|
114633
|
-
return this
|
|
114432
|
+
return $f_sc_IndexedSeqOps__head__O(this)
|
|
114634
114433
|
});
|
|
114635
114434
|
$c_sc_IndexedSeqView$Drop.prototype.lengthCompare__I__I = (function(len) {
|
|
114636
114435
|
var x = this.length__I();
|
|
@@ -114720,7 +114519,7 @@ $c_sc_IndexedSeqView$DropRight.prototype.reversed__sc_Iterable = (function() {
|
|
|
114720
114519
|
return new $c_sc_IndexedSeqView$Reverse(this)
|
|
114721
114520
|
});
|
|
114722
114521
|
$c_sc_IndexedSeqView$DropRight.prototype.head__O = (function() {
|
|
114723
|
-
return this
|
|
114522
|
+
return $f_sc_IndexedSeqOps__head__O(this)
|
|
114724
114523
|
});
|
|
114725
114524
|
$c_sc_IndexedSeqView$DropRight.prototype.lengthCompare__I__I = (function(len) {
|
|
114726
114525
|
var x = this.sc_SeqView$DropRight__f_len;
|
|
@@ -114794,7 +114593,7 @@ $c_sc_IndexedSeqView$Id.prototype.reversed__sc_Iterable = (function() {
|
|
|
114794
114593
|
return new $c_sc_IndexedSeqView$Reverse(this)
|
|
114795
114594
|
});
|
|
114796
114595
|
$c_sc_IndexedSeqView$Id.prototype.head__O = (function() {
|
|
114797
|
-
return this
|
|
114596
|
+
return $f_sc_IndexedSeqOps__head__O(this)
|
|
114798
114597
|
});
|
|
114799
114598
|
$c_sc_IndexedSeqView$Id.prototype.lengthCompare__I__I = (function(len) {
|
|
114800
114599
|
var x = this.length__I();
|
|
@@ -114868,7 +114667,7 @@ $c_sc_IndexedSeqView$Map.prototype.stringPrefix__T = (function() {
|
|
|
114868
114667
|
return "IndexedSeqView"
|
|
114869
114668
|
});
|
|
114870
114669
|
$c_sc_IndexedSeqView$Map.prototype.head__O = (function() {
|
|
114871
|
-
return this
|
|
114670
|
+
return $f_sc_IndexedSeqOps__head__O(this)
|
|
114872
114671
|
});
|
|
114873
114672
|
$c_sc_IndexedSeqView$Map.prototype.lengthCompare__I__I = (function(len) {
|
|
114874
114673
|
var x = this.length__I();
|
|
@@ -114942,7 +114741,7 @@ $c_sc_IndexedSeqView$Prepended.prototype.stringPrefix__T = (function() {
|
|
|
114942
114741
|
return "IndexedSeqView"
|
|
114943
114742
|
});
|
|
114944
114743
|
$c_sc_IndexedSeqView$Prepended.prototype.head__O = (function() {
|
|
114945
|
-
return this
|
|
114744
|
+
return $f_sc_IndexedSeqOps__head__O(this)
|
|
114946
114745
|
});
|
|
114947
114746
|
$c_sc_IndexedSeqView$Prepended.prototype.lengthCompare__I__I = (function(len) {
|
|
114948
114747
|
var x = this.length__I();
|
|
@@ -115007,7 +114806,7 @@ $c_sc_IndexedSeqView$Reverse.prototype.reversed__sc_Iterable = (function() {
|
|
|
115007
114806
|
return new $c_sc_IndexedSeqView$Reverse(this)
|
|
115008
114807
|
});
|
|
115009
114808
|
$c_sc_IndexedSeqView$Reverse.prototype.head__O = (function() {
|
|
115010
|
-
return this
|
|
114809
|
+
return $f_sc_IndexedSeqOps__head__O(this)
|
|
115011
114810
|
});
|
|
115012
114811
|
$c_sc_IndexedSeqView$Reverse.prototype.lengthCompare__I__I = (function(len) {
|
|
115013
114812
|
var x = this.length__I();
|
|
@@ -115401,7 +115200,7 @@ $c_Lcats_kernel_instances_StaticMethods$WrappedIndexedSeq.prototype.map__F1__O =
|
|
|
115401
115200
|
return $f_sc_IndexedSeqOps__map__F1__O(this, f)
|
|
115402
115201
|
});
|
|
115403
115202
|
$c_Lcats_kernel_instances_StaticMethods$WrappedIndexedSeq.prototype.head__O = (function() {
|
|
115404
|
-
return this
|
|
115203
|
+
return $f_sc_IndexedSeqOps__head__O(this)
|
|
115405
115204
|
});
|
|
115406
115205
|
$c_Lcats_kernel_instances_StaticMethods$WrappedIndexedSeq.prototype.lengthCompare__I__I = (function(len) {
|
|
115407
115206
|
var x = this.length__I();
|
|
@@ -115548,6 +115347,18 @@ var $d_sc_StringView = new $TypeData().initClass({
|
|
|
115548
115347
|
s_Equals: 1
|
|
115549
115348
|
});
|
|
115550
115349
|
$c_sc_StringView.prototype.$classData = $d_sc_StringView;
|
|
115350
|
+
function $isArrayOf_sci_SeqMap$SeqMap1(obj, depth) {
|
|
115351
|
+
return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_SeqMap$SeqMap1)))
|
|
115352
|
+
}
|
|
115353
|
+
function $isArrayOf_sci_SeqMap$SeqMap2(obj, depth) {
|
|
115354
|
+
return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_SeqMap$SeqMap2)))
|
|
115355
|
+
}
|
|
115356
|
+
function $isArrayOf_sci_SeqMap$SeqMap3(obj, depth) {
|
|
115357
|
+
return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_SeqMap$SeqMap3)))
|
|
115358
|
+
}
|
|
115359
|
+
function $isArrayOf_sci_SeqMap$SeqMap4(obj, depth) {
|
|
115360
|
+
return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_SeqMap$SeqMap4)))
|
|
115361
|
+
}
|
|
115551
115362
|
/** @constructor */
|
|
115552
115363
|
function $c_sci_Set$Set1(elem1) {
|
|
115553
115364
|
this.sci_Set$Set1__f_elem1 = null;
|
|
@@ -116477,6 +116288,9 @@ $c_sci_MapOps$ImmutableKeySet.prototype.incl__O__sci_Set = (function(elem) {
|
|
|
116477
116288
|
$c_sci_MapOps$ImmutableKeySet.prototype.incl__O__sci_SetOps = (function(elem) {
|
|
116478
116289
|
return this.incl__O__sci_Set(elem)
|
|
116479
116290
|
});
|
|
116291
|
+
function $isArrayOf_sci_MapOps$ImmutableKeySet(obj, depth) {
|
|
116292
|
+
return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_MapOps$ImmutableKeySet)))
|
|
116293
|
+
}
|
|
116480
116294
|
var $d_sci_MapOps$ImmutableKeySet = new $TypeData().initClass({
|
|
116481
116295
|
sci_MapOps$ImmutableKeySet: 0
|
|
116482
116296
|
}, false, "scala.collection.immutable.MapOps$ImmutableKeySet", {
|
|
@@ -116614,6 +116428,9 @@ $c_sci_HashMap$HashKeySet.prototype.incl__O__sci_Set = (function(elem) {
|
|
|
116614
116428
|
$c_sci_HashMap$HashKeySet.prototype.incl__O__sci_SetOps = (function(elem) {
|
|
116615
116429
|
return this.incl__O__sci_Set(elem)
|
|
116616
116430
|
});
|
|
116431
|
+
function $isArrayOf_sci_HashMap$HashKeySet(obj, depth) {
|
|
116432
|
+
return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_HashMap$HashKeySet)))
|
|
116433
|
+
}
|
|
116617
116434
|
var $d_sci_HashMap$HashKeySet = new $TypeData().initClass({
|
|
116618
116435
|
sci_HashMap$HashKeySet: 0
|
|
116619
116436
|
}, false, "scala.collection.immutable.HashMap$HashKeySet", {
|
|
@@ -116738,6 +116555,9 @@ $c_sci_Map$Map1.prototype.hashCode__I = (function() {
|
|
|
116738
116555
|
$c_sci_Map$Map1.prototype.updated__O__O__sci_MapOps = (function(key, value) {
|
|
116739
116556
|
return this.updated__O__O__sci_Map(key, value)
|
|
116740
116557
|
});
|
|
116558
|
+
function $isArrayOf_sci_Map$Map1(obj, depth) {
|
|
116559
|
+
return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_Map$Map1)))
|
|
116560
|
+
}
|
|
116741
116561
|
var $d_sci_Map$Map1 = new $TypeData().initClass({
|
|
116742
116562
|
sci_Map$Map1: 0
|
|
116743
116563
|
}, false, "scala.collection.immutable.Map$Map1", {
|
|
@@ -116899,6 +116719,9 @@ $c_sci_Map$Map2.prototype.hashCode__I = (function() {
|
|
|
116899
116719
|
$c_sci_Map$Map2.prototype.updated__O__O__sci_MapOps = (function(key, value) {
|
|
116900
116720
|
return this.updated__O__O__sci_Map(key, value)
|
|
116901
116721
|
});
|
|
116722
|
+
function $isArrayOf_sci_Map$Map2(obj, depth) {
|
|
116723
|
+
return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_Map$Map2)))
|
|
116724
|
+
}
|
|
116902
116725
|
var $d_sci_Map$Map2 = new $TypeData().initClass({
|
|
116903
116726
|
sci_Map$Map2: 0
|
|
116904
116727
|
}, false, "scala.collection.immutable.Map$Map2", {
|
|
@@ -117090,6 +116913,9 @@ $c_sci_Map$Map3.prototype.hashCode__I = (function() {
|
|
|
117090
116913
|
$c_sci_Map$Map3.prototype.updated__O__O__sci_MapOps = (function(key, value) {
|
|
117091
116914
|
return this.updated__O__O__sci_Map(key, value)
|
|
117092
116915
|
});
|
|
116916
|
+
function $isArrayOf_sci_Map$Map3(obj, depth) {
|
|
116917
|
+
return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_Map$Map3)))
|
|
116918
|
+
}
|
|
117093
116919
|
var $d_sci_Map$Map3 = new $TypeData().initClass({
|
|
117094
116920
|
sci_Map$Map3: 0
|
|
117095
116921
|
}, false, "scala.collection.immutable.Map$Map3", {
|
|
@@ -117625,6 +117451,9 @@ var $d_sci_HashSet = new $TypeData().initClass({
|
|
|
117625
117451
|
Ljava_io_Serializable: 1
|
|
117626
117452
|
});
|
|
117627
117453
|
$c_sci_HashSet.prototype.$classData = $d_sci_HashSet;
|
|
117454
|
+
function $isArrayOf_sci_ListSet(obj, depth) {
|
|
117455
|
+
return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_ListSet)))
|
|
117456
|
+
}
|
|
117628
117457
|
/** @constructor */
|
|
117629
117458
|
function $c_scm_AbstractSet() {
|
|
117630
117459
|
/*<skip>*/
|
|
@@ -117849,7 +117678,7 @@ $c_sci_LazyList.prototype.isEmpty__Z = (function() {
|
|
|
117849
117678
|
return (this.scala$collection$immutable$LazyList$$state__sci_LazyList$State() === $m_sci_LazyList$State$Empty$())
|
|
117850
117679
|
});
|
|
117851
117680
|
$c_sci_LazyList.prototype.knownSize__I = (function() {
|
|
117852
|
-
return ((this.sci_LazyList__f_scala$collection$immutable$LazyList$$stateEvaluated && this.
|
|
117681
|
+
return ((this.sci_LazyList__f_scala$collection$immutable$LazyList$$stateEvaluated && (this.scala$collection$immutable$LazyList$$state__sci_LazyList$State() === $m_sci_LazyList$State$Empty$())) ? 0 : (-1))
|
|
117853
117682
|
});
|
|
117854
117683
|
$c_sci_LazyList.prototype.head__O = (function() {
|
|
117855
117684
|
return this.scala$collection$immutable$LazyList$$state__sci_LazyList$State().head__O()
|
|
@@ -117881,7 +117710,7 @@ $c_sci_LazyList.prototype.force__sci_LazyList = (function() {
|
|
|
117881
117710
|
return this
|
|
117882
117711
|
});
|
|
117883
117712
|
$c_sci_LazyList.prototype.iterator__sc_Iterator = (function() {
|
|
117884
|
-
return ((this.sci_LazyList__f_scala$collection$immutable$LazyList$$stateEvaluated && this.
|
|
117713
|
+
return ((this.sci_LazyList__f_scala$collection$immutable$LazyList$$stateEvaluated && (this.scala$collection$immutable$LazyList$$state__sci_LazyList$State() === $m_sci_LazyList$State$Empty$())) ? $m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty : new $c_sci_LazyList$LazyIterator(this))
|
|
117885
117714
|
});
|
|
117886
117715
|
$c_sci_LazyList.prototype.foreach__F1__V = (function(f) {
|
|
117887
117716
|
var _$this = this;
|
|
@@ -117932,10 +117761,10 @@ $c_sci_LazyList.prototype.lazyAppendedAll__F0__sci_LazyList = (function(suffix)
|
|
|
117932
117761
|
return new $c_sci_LazyList(state)
|
|
117933
117762
|
});
|
|
117934
117763
|
$c_sci_LazyList.prototype.appendedAll__sc_IterableOnce__sci_LazyList = (function(suffix) {
|
|
117935
|
-
return ((this.sci_LazyList__f_scala$collection$immutable$LazyList$$stateEvaluated && this.
|
|
117764
|
+
return ((this.sci_LazyList__f_scala$collection$immutable$LazyList$$stateEvaluated && (this.scala$collection$immutable$LazyList$$state__sci_LazyList$State() === $m_sci_LazyList$State$Empty$())) ? $m_sci_LazyList$().from__sc_IterableOnce__sci_LazyList(suffix) : this.lazyAppendedAll__F0__sci_LazyList(new $c_sjsr_AnonFunction0((() => suffix))))
|
|
117936
117765
|
});
|
|
117937
117766
|
$c_sci_LazyList.prototype.appended__O__sci_LazyList = (function(elem) {
|
|
117938
|
-
if ((this.sci_LazyList__f_scala$collection$immutable$LazyList$$stateEvaluated && this.
|
|
117767
|
+
if ((this.sci_LazyList__f_scala$collection$immutable$LazyList$$stateEvaluated && (this.scala$collection$immutable$LazyList$$state__sci_LazyList$State() === $m_sci_LazyList$State$Empty$()))) {
|
|
117939
117768
|
$m_sci_LazyList$();
|
|
117940
117769
|
var state = new $c_sjsr_AnonFunction0((() => {
|
|
117941
117770
|
$m_sci_LazyList$();
|
|
@@ -117975,18 +117804,33 @@ $c_sci_LazyList.prototype.prepended__O__sci_LazyList = (function(elem) {
|
|
|
117975
117804
|
return new $c_sci_LazyList(state)
|
|
117976
117805
|
});
|
|
117977
117806
|
$c_sci_LazyList.prototype.map__F1__sci_LazyList = (function(f) {
|
|
117978
|
-
|
|
117807
|
+
if ((this.sci_LazyList__f_scala$collection$immutable$LazyList$$stateEvaluated && (this.scala$collection$immutable$LazyList$$state__sci_LazyList$State() === $m_sci_LazyList$State$Empty$()))) {
|
|
117808
|
+
return $m_sci_LazyList$().sci_LazyList$__f__empty
|
|
117809
|
+
} else {
|
|
117810
|
+
$m_sci_LazyList$();
|
|
117811
|
+
var state = new $c_sjsr_AnonFunction0((() => {
|
|
117812
|
+
if (this.isEmpty__Z()) {
|
|
117813
|
+
return $m_sci_LazyList$State$Empty$()
|
|
117814
|
+
} else {
|
|
117815
|
+
$m_sci_LazyList$();
|
|
117816
|
+
var hd = f.apply__O__O(this.scala$collection$immutable$LazyList$$state__sci_LazyList$State().head__O());
|
|
117817
|
+
var tl = $p_sci_LazyList__mapImpl__F1__sci_LazyList(this.scala$collection$immutable$LazyList$$state__sci_LazyList$State().tail__sci_LazyList(), f);
|
|
117818
|
+
return new $c_sci_LazyList$State$Cons(hd, tl)
|
|
117819
|
+
}
|
|
117820
|
+
}));
|
|
117821
|
+
return new $c_sci_LazyList(state)
|
|
117822
|
+
}
|
|
117979
117823
|
});
|
|
117980
117824
|
$c_sci_LazyList.prototype.flatMap__F1__sci_LazyList = (function(f) {
|
|
117981
|
-
return ((this.sci_LazyList__f_scala$collection$immutable$LazyList$$stateEvaluated && this.
|
|
117825
|
+
return ((this.sci_LazyList__f_scala$collection$immutable$LazyList$$stateEvaluated && (this.scala$collection$immutable$LazyList$$state__sci_LazyList$State() === $m_sci_LazyList$State$Empty$())) ? $m_sci_LazyList$().sci_LazyList$__f__empty : $m_sci_LazyList$().scala$collection$immutable$LazyList$$flatMapImpl__sci_LazyList__F1__sci_LazyList(this, f))
|
|
117982
117826
|
});
|
|
117983
117827
|
$c_sci_LazyList.prototype.drop__I__sci_LazyList = (function(n) {
|
|
117984
|
-
return ((n <= 0) ? this : ((this.sci_LazyList__f_scala$collection$immutable$LazyList$$stateEvaluated && this.
|
|
117828
|
+
return ((n <= 0) ? this : ((this.sci_LazyList__f_scala$collection$immutable$LazyList$$stateEvaluated && (this.scala$collection$immutable$LazyList$$state__sci_LazyList$State() === $m_sci_LazyList$State$Empty$())) ? $m_sci_LazyList$().sci_LazyList$__f__empty : $m_sci_LazyList$().scala$collection$immutable$LazyList$$dropImpl__sci_LazyList__I__sci_LazyList(this, n)))
|
|
117985
117829
|
});
|
|
117986
117830
|
$c_sci_LazyList.prototype.dropRight__I__sci_LazyList = (function(n) {
|
|
117987
117831
|
if ((n <= 0)) {
|
|
117988
117832
|
return this
|
|
117989
|
-
} else if ((this.sci_LazyList__f_scala$collection$immutable$LazyList$$stateEvaluated && this.
|
|
117833
|
+
} else if ((this.sci_LazyList__f_scala$collection$immutable$LazyList$$stateEvaluated && (this.scala$collection$immutable$LazyList$$state__sci_LazyList$State() === $m_sci_LazyList$State$Empty$()))) {
|
|
117990
117834
|
return $m_sci_LazyList$().sci_LazyList$__f__empty
|
|
117991
117835
|
} else {
|
|
117992
117836
|
$m_sci_LazyList$();
|
|
@@ -118004,7 +117848,24 @@ $c_sci_LazyList.prototype.dropRight__I__sci_LazyList = (function(n) {
|
|
|
118004
117848
|
}
|
|
118005
117849
|
});
|
|
118006
117850
|
$c_sci_LazyList.prototype.take__I__sci_LazyList = (function(n) {
|
|
118007
|
-
|
|
117851
|
+
if ((this.sci_LazyList__f_scala$collection$immutable$LazyList$$stateEvaluated && (this.scala$collection$immutable$LazyList$$state__sci_LazyList$State() === $m_sci_LazyList$State$Empty$()))) {
|
|
117852
|
+
return $m_sci_LazyList$().sci_LazyList$__f__empty
|
|
117853
|
+
} else if ((n <= 0)) {
|
|
117854
|
+
return $m_sci_LazyList$().sci_LazyList$__f__empty
|
|
117855
|
+
} else {
|
|
117856
|
+
$m_sci_LazyList$();
|
|
117857
|
+
var state = new $c_sjsr_AnonFunction0((() => {
|
|
117858
|
+
if (this.isEmpty__Z()) {
|
|
117859
|
+
return $m_sci_LazyList$State$Empty$()
|
|
117860
|
+
} else {
|
|
117861
|
+
$m_sci_LazyList$();
|
|
117862
|
+
var hd = this.scala$collection$immutable$LazyList$$state__sci_LazyList$State().head__O();
|
|
117863
|
+
var tl = $p_sci_LazyList__takeImpl__I__sci_LazyList(this.scala$collection$immutable$LazyList$$state__sci_LazyList$State().tail__sci_LazyList(), (((-1) + n) | 0));
|
|
117864
|
+
return new $c_sci_LazyList$State$Cons(hd, tl)
|
|
117865
|
+
}
|
|
117866
|
+
}));
|
|
117867
|
+
return new $c_sci_LazyList(state)
|
|
117868
|
+
}
|
|
118008
117869
|
});
|
|
118009
117870
|
$c_sci_LazyList.prototype.addString__scm_StringBuilder__T__T__T__scm_StringBuilder = (function(sb, start, sep, end) {
|
|
118010
117871
|
this.force__sci_LazyList();
|
|
@@ -118344,8 +118205,7 @@ $c_sci_WrappedString.prototype.map__F1__O = (function(f) {
|
|
|
118344
118205
|
return $f_sc_IndexedSeqOps__map__F1__O(this, f)
|
|
118345
118206
|
});
|
|
118346
118207
|
$c_sci_WrappedString.prototype.head__O = (function() {
|
|
118347
|
-
|
|
118348
|
-
return $bC(this$1.charCodeAt(0))
|
|
118208
|
+
return $f_sc_IndexedSeqOps__head__O(this)
|
|
118349
118209
|
});
|
|
118350
118210
|
$c_sci_WrappedString.prototype.lengthCompare__I__I = (function(len) {
|
|
118351
118211
|
var this$1 = this.sci_WrappedString__f_scala$collection$immutable$WrappedString$$self;
|
|
@@ -118520,7 +118380,7 @@ $c_sjsr_WrappedVarArgs.prototype.drop__I__O = (function(n) {
|
|
|
118520
118380
|
return $f_sc_IndexedSeqOps__drop__I__O(this, n)
|
|
118521
118381
|
});
|
|
118522
118382
|
$c_sjsr_WrappedVarArgs.prototype.head__O = (function() {
|
|
118523
|
-
return this
|
|
118383
|
+
return $f_sc_IndexedSeqOps__head__O(this)
|
|
118524
118384
|
});
|
|
118525
118385
|
$c_sjsr_WrappedVarArgs.prototype.lengthCompare__I__I = (function(len) {
|
|
118526
118386
|
var x = this.length__I();
|
|
@@ -119244,6 +119104,12 @@ function $m_sci_Stream$Empty$() {
|
|
|
119244
119104
|
};
|
|
119245
119105
|
return $n_sci_Stream$Empty$
|
|
119246
119106
|
}
|
|
119107
|
+
function $isArrayOf_sci_TreeSeqMap(obj, depth) {
|
|
119108
|
+
return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_TreeSeqMap)))
|
|
119109
|
+
}
|
|
119110
|
+
function $isArrayOf_sci_VectorMap(obj, depth) {
|
|
119111
|
+
return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_VectorMap)))
|
|
119112
|
+
}
|
|
119247
119113
|
/** @constructor */
|
|
119248
119114
|
function $c_scm_AbstractBuffer() {
|
|
119249
119115
|
/*<skip>*/
|
|
@@ -120438,6 +120304,9 @@ var $d_sc_convert_JavaCollectionWrappers$JSetWrapper = new $TypeData().initClass
|
|
|
120438
120304
|
Ljava_io_Serializable: 1
|
|
120439
120305
|
});
|
|
120440
120306
|
$c_sc_convert_JavaCollectionWrappers$JSetWrapper.prototype.$classData = $d_sc_convert_JavaCollectionWrappers$JSetWrapper;
|
|
120307
|
+
function $isArrayOf_sci_ListMap(obj, depth) {
|
|
120308
|
+
return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_ListMap)))
|
|
120309
|
+
}
|
|
120441
120310
|
function $p_sci_NumericRange__length$lzycompute__I($thiz) {
|
|
120442
120311
|
if (((((1 & $thiz.sci_NumericRange__f_bitmap$0) << 24) >> 24) === 0)) {
|
|
120443
120312
|
$thiz.sci_NumericRange__f_length = $m_sci_NumericRange$().count__O__O__O__Z__s_math_Integral__I($thiz.sci_NumericRange__f_start, $thiz.sci_NumericRange__f_end, $thiz.sci_NumericRange__f_step, $thiz.sci_NumericRange__f_isInclusive, $thiz.sci_NumericRange__f_scala$collection$immutable$NumericRange$$num);
|
|
@@ -120902,7 +120771,7 @@ $c_sci_ArraySeq.prototype.reversed__sc_Iterable = (function() {
|
|
|
120902
120771
|
return new $c_sc_IndexedSeqView$Reverse(this)
|
|
120903
120772
|
});
|
|
120904
120773
|
$c_sci_ArraySeq.prototype.head__O = (function() {
|
|
120905
|
-
return this
|
|
120774
|
+
return $f_sc_IndexedSeqOps__head__O(this)
|
|
120906
120775
|
});
|
|
120907
120776
|
$c_sci_ArraySeq.prototype.lengthCompare__I__I = (function(len) {
|
|
120908
120777
|
var x = this.length__I();
|
|
@@ -121428,7 +121297,7 @@ $c_scm_ArraySeq.prototype.drop__I__O = (function(n) {
|
|
|
121428
121297
|
return $f_sc_IndexedSeqOps__drop__I__O(this, n)
|
|
121429
121298
|
});
|
|
121430
121299
|
$c_scm_ArraySeq.prototype.head__O = (function() {
|
|
121431
|
-
return this
|
|
121300
|
+
return $f_sc_IndexedSeqOps__head__O(this)
|
|
121432
121301
|
});
|
|
121433
121302
|
$c_scm_ArraySeq.prototype.lengthCompare__I__I = (function(len) {
|
|
121434
121303
|
var x = this.length__I();
|
|
@@ -125285,7 +125154,6 @@ function $f_Lspire_std_FloatIsField__plus__F__F__F($thiz, a, b) {
|
|
|
125285
125154
|
return Math.fround((a + b))
|
|
125286
125155
|
}
|
|
125287
125156
|
function $f_Lspire_std_FloatIsField__pow__F__I__F($thiz, a, b) {
|
|
125288
|
-
$m_s_Float$();
|
|
125289
125157
|
var a$1 = a;
|
|
125290
125158
|
var b$1 = b;
|
|
125291
125159
|
return Math.fround((+Math.pow(a$1, b$1)))
|
|
@@ -128518,7 +128386,7 @@ $c_scm_StringBuilder.prototype.dropRight__I__O = (function(n) {
|
|
|
128518
128386
|
return $f_sc_IndexedSeqOps__dropRight__I__O(this, n)
|
|
128519
128387
|
});
|
|
128520
128388
|
$c_scm_StringBuilder.prototype.head__O = (function() {
|
|
128521
|
-
return $
|
|
128389
|
+
return $f_sc_IndexedSeqOps__head__O(this)
|
|
128522
128390
|
});
|
|
128523
128391
|
$c_scm_StringBuilder.prototype.lengthCompare__I__I = (function(len) {
|
|
128524
128392
|
var x = this.scm_StringBuilder__f_underlying.length__I();
|
|
@@ -129380,7 +129248,7 @@ $c_scm_ArrayBuffer.prototype.drop__I__O = (function(n) {
|
|
|
129380
129248
|
return $f_sc_IndexedSeqOps__drop__I__O(this, n)
|
|
129381
129249
|
});
|
|
129382
129250
|
$c_scm_ArrayBuffer.prototype.head__O = (function() {
|
|
129383
|
-
return this
|
|
129251
|
+
return $f_sc_IndexedSeqOps__head__O(this)
|
|
129384
129252
|
});
|
|
129385
129253
|
$c_scm_ArrayBuffer.prototype.lengthCompare__I__I = (function(len) {
|
|
129386
129254
|
var x = this.scm_ArrayBuffer__f_size0;
|
|
@@ -129578,7 +129446,7 @@ $c_sjs_js_WrappedArray.prototype.dropRight__I__O = (function(n) {
|
|
|
129578
129446
|
return $f_sc_IndexedSeqOps__dropRight__I__O(this, n)
|
|
129579
129447
|
});
|
|
129580
129448
|
$c_sjs_js_WrappedArray.prototype.head__O = (function() {
|
|
129581
|
-
return this
|
|
129449
|
+
return $f_sc_IndexedSeqOps__head__O(this)
|
|
129582
129450
|
});
|
|
129583
129451
|
$c_sjs_js_WrappedArray.prototype.lengthCompare__I__I = (function(len) {
|
|
129584
129452
|
var x = (this.sjs_js_WrappedArray__f_scala$scalajs$js$WrappedArray$$array.length | 0);
|
|
@@ -129738,7 +129606,7 @@ $c_scm_ArrayDeque.prototype.drop__I__O = (function(n) {
|
|
|
129738
129606
|
return $f_sc_IndexedSeqOps__drop__I__O(this, n)
|
|
129739
129607
|
});
|
|
129740
129608
|
$c_scm_ArrayDeque.prototype.head__O = (function() {
|
|
129741
|
-
return this
|
|
129609
|
+
return $f_sc_IndexedSeqOps__head__O(this)
|
|
129742
129610
|
});
|
|
129743
129611
|
$c_scm_ArrayDeque.prototype.lengthCompare__I__I = (function(len) {
|
|
129744
129612
|
var idx = this.scm_ArrayDeque__f_scala$collection$mutable$ArrayDeque$$start;
|