client_plugin_logic_deb 1.8.461 → 1.8.468
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/Kosi-Kaverit-kaverit.js +5 -5
- package/Kosi-Kodein-kodein-di.js +17 -17
- package/Kotlin-DateTime-library-kotlinx-datetime.js +37 -37
- package/Logic_Debertz-ai_module.js +299 -299
- package/Logic_Debertz-client_plugin.d.ts +46 -20
- package/Logic_Debertz-client_plugin.js +2039 -2039
- package/Logic_Debertz-core.js +607 -518
- package/Logic_Debertz-core.js.map +1 -1
- package/Logic_Debertz-engine.js +13385 -12690
- package/Logic_Debertz-engine.js.map +1 -1
- package/Logic_Debertz-game_client.js +6712 -6712
- package/Logic_Debertz-game_client.js.map +1 -1
- package/Logic_Debertz-game_server.js +1052 -1052
- package/error-library-error.js +1 -1
- package/kotlin-kotlin-stdlib.js +159 -149
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlinx-atomicfu.js +1 -1
- package/kotlinx-coroutines-core.js +29 -29
- package/kotlinx-coroutines-core.js.map +1 -1
- package/kotlinx-io-kotlinx-io-bytestring.js +5 -5
- package/kotlinx-io-kotlinx-io-core.js +12 -12
- package/kotlinx-serialization-kotlinx-serialization-core.js +88 -58
- package/kotlinx-serialization-kotlinx-serialization-core.js.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json.js +54 -54
- package/ktor-ktor-client-content-negotiation.js +10 -10
- package/ktor-ktor-client-core.js +29 -29
- package/ktor-ktor-client-logging.js +14 -14
- package/ktor-ktor-events.js +2 -2
- package/ktor-ktor-http-cio.js +13 -13
- package/ktor-ktor-http.js +38 -38
- package/ktor-ktor-io.js +16 -16
- package/ktor-ktor-serialization-kotlinx.js +8 -8
- package/ktor-ktor-serialization.js +2 -2
- package/ktor-ktor-utils.js +22 -22
- package/ktor-ktor-websockets.js +2 -2
- package/package.json +1 -1
- package/random-library-crypto-rand.js +3 -3
- package/random-library-secure-random.js +1 -1
- package/raspberry-cardgame-lib-core.js +8 -8
- package/raspberry-cardgame-lib-logger.js +4 -4
- package/raspberry-cardgame-lib-random.js +14 -14
- package/uuid.js +4 -4
package/error-library-error.js
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
var objectCreate = kotlin_kotlin.$_$.ce;
|
|
18
18
|
var captureStack = kotlin_kotlin.$_$.mc;
|
|
19
19
|
var Exception_init_$Init$_0 = kotlin_kotlin.$_$.j1;
|
|
20
|
-
var Exception = kotlin_kotlin.$_$.
|
|
20
|
+
var Exception = kotlin_kotlin.$_$.hi;
|
|
21
21
|
var initMetadataForClass = kotlin_kotlin.$_$.cd;
|
|
22
22
|
//endregion
|
|
23
23
|
//region block: pre-declaration
|
package/kotlin-kotlin-stdlib.js
CHANGED
|
@@ -1531,10 +1531,19 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
1531
1531
|
return maximumValue;
|
|
1532
1532
|
return _this__u8e3s4;
|
|
1533
1533
|
}
|
|
1534
|
+
function coerceIn_0(_this__u8e3s4, minimumValue, maximumValue) {
|
|
1535
|
+
if (minimumValue > maximumValue)
|
|
1536
|
+
throw IllegalArgumentException_init_$Create$_0('Cannot coerce value to an empty range: maximum ' + maximumValue + ' is less than minimum ' + minimumValue + '.');
|
|
1537
|
+
if (_this__u8e3s4 < minimumValue)
|
|
1538
|
+
return minimumValue;
|
|
1539
|
+
if (_this__u8e3s4 > maximumValue)
|
|
1540
|
+
return maximumValue;
|
|
1541
|
+
return _this__u8e3s4;
|
|
1542
|
+
}
|
|
1534
1543
|
function downTo(_this__u8e3s4, to) {
|
|
1535
1544
|
return Companion_instance_16.q1(_this__u8e3s4, to, -1);
|
|
1536
1545
|
}
|
|
1537
|
-
function
|
|
1546
|
+
function coerceIn_1(_this__u8e3s4, minimumValue, maximumValue) {
|
|
1538
1547
|
if (compare(minimumValue, maximumValue) > 0)
|
|
1539
1548
|
throw IllegalArgumentException_init_$Create$_0('Cannot coerce value to an empty range: maximum ' + maximumValue.toString() + ' is less than minimum ' + minimumValue.toString() + '.');
|
|
1540
1549
|
if (compare(_this__u8e3s4, minimumValue) < 0)
|
|
@@ -1553,9 +1562,9 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
1553
1562
|
checkStepIsPositive(step > 0, step);
|
|
1554
1563
|
return Companion_instance_16.q1(_this__u8e3s4.r1_1, _this__u8e3s4.s1_1, _this__u8e3s4.t1_1 > 0 ? step : -step | 0);
|
|
1555
1564
|
}
|
|
1556
|
-
function
|
|
1565
|
+
function coerceIn_2(_this__u8e3s4, range) {
|
|
1557
1566
|
if (isInterface(range, ClosedFloatingPointRange)) {
|
|
1558
|
-
return
|
|
1567
|
+
return coerceIn_3(_this__u8e3s4, range);
|
|
1559
1568
|
}
|
|
1560
1569
|
if (range.r())
|
|
1561
1570
|
throw IllegalArgumentException_init_$Create$_0('Cannot coerce value to an empty range: ' + toString_1(range) + '.');
|
|
@@ -1581,7 +1590,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
1581
1590
|
var it = toIntExactOrNull(value);
|
|
1582
1591
|
return !(it == null) ? _this__u8e3s4.w1(it) : false;
|
|
1583
1592
|
}
|
|
1584
|
-
function
|
|
1593
|
+
function coerceIn_3(_this__u8e3s4, range) {
|
|
1585
1594
|
if (range.r())
|
|
1586
1595
|
throw IllegalArgumentException_init_$Create$_0('Cannot coerce value to an empty range: ' + toString_1(range) + '.');
|
|
1587
1596
|
return range.x1(_this__u8e3s4, range.v1()) && !range.x1(range.v1(), _this__u8e3s4) ? range.v1() : range.x1(range.u1(), _this__u8e3s4) && !range.x1(_this__u8e3s4, range.u1()) ? range.u1() : _this__u8e3s4;
|
|
@@ -1589,7 +1598,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
1589
1598
|
function toIntExactOrNull(_this__u8e3s4) {
|
|
1590
1599
|
return (compare(new Long(-2147483648, -1), _this__u8e3s4) <= 0 ? compare(_this__u8e3s4, new Long(2147483647, 0)) <= 0 : false) ? convertToInt(_this__u8e3s4) : null;
|
|
1591
1600
|
}
|
|
1592
|
-
function
|
|
1601
|
+
function coerceIn_4(_this__u8e3s4, minimumValue, maximumValue) {
|
|
1593
1602
|
if (minimumValue > maximumValue)
|
|
1594
1603
|
throw IllegalArgumentException_init_$Create$_0('Cannot coerce value to an empty range: maximum ' + maximumValue + ' is less than minimum ' + minimumValue + '.');
|
|
1595
1604
|
if (_this__u8e3s4 < minimumValue)
|
|
@@ -13180,7 +13189,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
13180
13189
|
function DelimitedRangesSequence$iterator$1(this$0) {
|
|
13181
13190
|
this.ck_1 = this$0;
|
|
13182
13191
|
this.xj_1 = -1;
|
|
13183
|
-
this.yj_1 =
|
|
13192
|
+
this.yj_1 = coerceIn_4(this$0.ek_1, 0, charSequenceLength(this$0.dk_1));
|
|
13184
13193
|
this.zj_1 = this.yj_1;
|
|
13185
13194
|
this.ak_1 = null;
|
|
13186
13195
|
this.bk_1 = 0;
|
|
@@ -13512,7 +13521,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
13512
13521
|
tmp_5 = false;
|
|
13513
13522
|
}
|
|
13514
13523
|
if (tmp_5) {
|
|
13515
|
-
tmp_4 = durationOfMillis(
|
|
13524
|
+
tmp_4 = durationOfMillis(coerceIn_2(totalMillis, longRangeToLong(new Long(1, -1073741824), new Long(-1, 1073741823))));
|
|
13516
13525
|
} else {
|
|
13517
13526
|
tmp_4 = imul(get_sign(value), get_sign_0(scale)) > 0 ? Companion_getInstance_20().kk_1 : Companion_getInstance_20().lk_1;
|
|
13518
13527
|
}
|
|
@@ -13526,7 +13535,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
13526
13535
|
// Inline function 'kotlin.Long.div' call
|
|
13527
13536
|
var tmp$ret$7 = divide(result, fromInt(scale));
|
|
13528
13537
|
if (equalsLong(tmp$ret$7, value)) {
|
|
13529
|
-
tmp_6 = durationOfMillis(
|
|
13538
|
+
tmp_6 = durationOfMillis(coerceIn_2(result, longRangeToLong(new Long(1, -1073741824), new Long(-1, 1073741823))));
|
|
13530
13539
|
} else {
|
|
13531
13540
|
tmp_6 = imul(get_sign(value), get_sign_0(scale)) > 0 ? Companion_getInstance_20().kk_1 : Companion_getInstance_20().lk_1;
|
|
13532
13541
|
}
|
|
@@ -13813,7 +13822,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
13813
13822
|
var tmp$ret$0 = add(this_0, fromInt(1));
|
|
13814
13823
|
tmp = durationOfMillis(multiply(numberToLong(tmp_0), convertDurationUnitToMilliseconds(abs_1(coerceAtLeast_0(_this__u8e3s4, tmp$ret$0)), unit)));
|
|
13815
13824
|
} else {
|
|
13816
|
-
tmp = durationOfMillis(
|
|
13825
|
+
tmp = durationOfMillis(coerceIn_1(convertDurationUnit_0(_this__u8e3s4, unit, DurationUnit_MILLISECONDS_getInstance()), new Long(1, -1073741824), new Long(-1, 1073741823)));
|
|
13817
13826
|
}
|
|
13818
13827
|
return tmp;
|
|
13819
13828
|
}
|
|
@@ -13942,7 +13951,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
13942
13951
|
if (equalsLong(other, new Long(-1, 1073741823)) || equalsLong(other, new Long(1, -1073741824))) {
|
|
13943
13952
|
tmp = other;
|
|
13944
13953
|
} else {
|
|
13945
|
-
tmp =
|
|
13954
|
+
tmp = coerceIn_1(add(_this__u8e3s4, other), new Long(1, -1073741824), new Long(-1, 1073741823));
|
|
13946
13955
|
}
|
|
13947
13956
|
}
|
|
13948
13957
|
return tmp;
|
|
@@ -13952,7 +13961,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
13952
13961
|
if (compare(new Long(1108857478, -1074), millis) <= 0 ? compare(millis, new Long(-1108857478, 1073)) <= 0 : false) {
|
|
13953
13962
|
tmp = durationOfNanos(millisToNanos(millis));
|
|
13954
13963
|
} else {
|
|
13955
|
-
tmp = durationOfMillis(
|
|
13964
|
+
tmp = durationOfMillis(coerceIn_1(millis, new Long(1, -1073741824), new Long(-1, 1073741823)));
|
|
13956
13965
|
}
|
|
13957
13966
|
return tmp;
|
|
13958
13967
|
}
|
|
@@ -17449,144 +17458,145 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
17449
17458
|
_.$_$.ke = ClosedRange;
|
|
17450
17459
|
_.$_$.le = coerceAtLeast;
|
|
17451
17460
|
_.$_$.me = coerceAtMost;
|
|
17452
|
-
_.$_$.ne =
|
|
17453
|
-
_.$_$.oe =
|
|
17454
|
-
_.$_$.pe =
|
|
17455
|
-
_.$_$.qe =
|
|
17456
|
-
_.$_$.re =
|
|
17457
|
-
_.$_$.se =
|
|
17458
|
-
_.$_$.te =
|
|
17459
|
-
_.$_$.ue =
|
|
17460
|
-
_.$_$.ve =
|
|
17461
|
-
_.$_$.we =
|
|
17462
|
-
_.$_$.xe =
|
|
17463
|
-
_.$_$.ye =
|
|
17464
|
-
_.$_$.ze =
|
|
17465
|
-
_.$_$.af =
|
|
17466
|
-
_.$_$.bf =
|
|
17467
|
-
_.$_$.cf =
|
|
17468
|
-
_.$_$.df =
|
|
17469
|
-
_.$_$.ef =
|
|
17470
|
-
_.$_$.ff =
|
|
17471
|
-
_.$_$.gf =
|
|
17472
|
-
_.$_$.hf =
|
|
17473
|
-
_.$_$.if =
|
|
17474
|
-
_.$_$.jf =
|
|
17475
|
-
_.$_$.kf =
|
|
17476
|
-
_.$_$.lf =
|
|
17477
|
-
_.$_$.mf =
|
|
17478
|
-
_.$_$.nf =
|
|
17479
|
-
_.$_$.of =
|
|
17480
|
-
_.$_$.pf =
|
|
17481
|
-
_.$_$.qf =
|
|
17482
|
-
_.$_$.rf =
|
|
17483
|
-
_.$_$.sf =
|
|
17484
|
-
_.$_$.tf =
|
|
17485
|
-
_.$_$.uf =
|
|
17486
|
-
_.$_$.vf =
|
|
17487
|
-
_.$_$.wf =
|
|
17488
|
-
_.$_$.xf =
|
|
17489
|
-
_.$_$.yf =
|
|
17490
|
-
_.$_$.zf =
|
|
17491
|
-
_.$_$.ag =
|
|
17492
|
-
_.$_$.bg =
|
|
17493
|
-
_.$_$.cg =
|
|
17494
|
-
_.$_$.dg =
|
|
17495
|
-
_.$_$.eg =
|
|
17496
|
-
_.$_$.fg =
|
|
17497
|
-
_.$_$.gg =
|
|
17498
|
-
_.$_$.hg =
|
|
17499
|
-
_.$_$.ig =
|
|
17500
|
-
_.$_$.jg =
|
|
17501
|
-
_.$_$.kg =
|
|
17502
|
-
_.$_$.lg =
|
|
17503
|
-
_.$_$.mg =
|
|
17504
|
-
_.$_$.ng =
|
|
17505
|
-
_.$_$.og =
|
|
17506
|
-
_.$_$.pg =
|
|
17507
|
-
_.$_$.qg =
|
|
17508
|
-
_.$_$.rg =
|
|
17509
|
-
_.$_$.sg =
|
|
17510
|
-
_.$_$.tg =
|
|
17511
|
-
_.$_$.ug =
|
|
17512
|
-
_.$_$.vg =
|
|
17513
|
-
_.$_$.wg =
|
|
17514
|
-
_.$_$.xg =
|
|
17515
|
-
_.$_$.yg =
|
|
17516
|
-
_.$_$.zg =
|
|
17517
|
-
_.$_$.ah =
|
|
17518
|
-
_.$_$.bh =
|
|
17519
|
-
_.$_$.ch =
|
|
17520
|
-
_.$_$.dh =
|
|
17521
|
-
_.$_$.eh =
|
|
17522
|
-
_.$_$.fh =
|
|
17523
|
-
_.$_$.gh =
|
|
17524
|
-
_.$_$.hh =
|
|
17525
|
-
_.$_$.ih =
|
|
17526
|
-
_.$_$.jh =
|
|
17527
|
-
_.$_$.kh =
|
|
17528
|
-
_.$_$.lh =
|
|
17529
|
-
_.$_$.mh =
|
|
17530
|
-
_.$_$.nh =
|
|
17531
|
-
_.$_$.oh =
|
|
17532
|
-
_.$_$.ph =
|
|
17533
|
-
_.$_$.qh =
|
|
17534
|
-
_.$_$.rh =
|
|
17535
|
-
_.$_$.sh =
|
|
17536
|
-
_.$_$.th =
|
|
17537
|
-
_.$_$.uh =
|
|
17538
|
-
_.$_$.vh =
|
|
17539
|
-
_.$_$.wh =
|
|
17540
|
-
_.$_$.xh =
|
|
17541
|
-
_.$_$.yh =
|
|
17542
|
-
_.$_$.zh =
|
|
17543
|
-
_.$_$.ai =
|
|
17544
|
-
_.$_$.bi =
|
|
17545
|
-
_.$_$.ci =
|
|
17546
|
-
_.$_$.di =
|
|
17547
|
-
_.$_$.ei =
|
|
17548
|
-
_.$_$.fi =
|
|
17549
|
-
_.$_$.gi =
|
|
17550
|
-
_.$_$.hi =
|
|
17551
|
-
_.$_$.ii =
|
|
17552
|
-
_.$_$.ji =
|
|
17553
|
-
_.$_$.ki =
|
|
17554
|
-
_.$_$.li =
|
|
17555
|
-
_.$_$.mi =
|
|
17556
|
-
_.$_$.ni =
|
|
17557
|
-
_.$_$.oi =
|
|
17558
|
-
_.$_$.pi =
|
|
17559
|
-
_.$_$.qi =
|
|
17560
|
-
_.$_$.ri =
|
|
17561
|
-
_.$_$.si =
|
|
17562
|
-
_.$_$.ti =
|
|
17563
|
-
_.$_$.ui =
|
|
17564
|
-
_.$_$.vi =
|
|
17565
|
-
_.$_$.wi =
|
|
17566
|
-
_.$_$.xi =
|
|
17567
|
-
_.$_$.yi =
|
|
17568
|
-
_.$_$.zi =
|
|
17569
|
-
_.$_$.aj =
|
|
17570
|
-
_.$_$.bj =
|
|
17571
|
-
_.$_$.cj =
|
|
17572
|
-
_.$_$.dj =
|
|
17573
|
-
_.$_$.ej =
|
|
17574
|
-
_.$_$.fj =
|
|
17575
|
-
_.$_$.gj =
|
|
17576
|
-
_.$_$.hj =
|
|
17577
|
-
_.$_$.ij =
|
|
17578
|
-
_.$_$.jj =
|
|
17579
|
-
_.$_$.kj =
|
|
17580
|
-
_.$_$.lj =
|
|
17581
|
-
_.$_$.mj =
|
|
17582
|
-
_.$_$.nj =
|
|
17583
|
-
_.$_$.oj =
|
|
17584
|
-
_.$_$.pj =
|
|
17585
|
-
_.$_$.qj =
|
|
17586
|
-
_.$_$.rj =
|
|
17587
|
-
_.$_$.sj =
|
|
17588
|
-
_.$_$.tj =
|
|
17589
|
-
_.$_$.uj =
|
|
17461
|
+
_.$_$.ne = coerceIn_0;
|
|
17462
|
+
_.$_$.oe = coerceIn;
|
|
17463
|
+
_.$_$.pe = coerceIn_1;
|
|
17464
|
+
_.$_$.qe = contains_5;
|
|
17465
|
+
_.$_$.re = random;
|
|
17466
|
+
_.$_$.se = step;
|
|
17467
|
+
_.$_$.te = until;
|
|
17468
|
+
_.$_$.ue = createInvariantKTypeProjection;
|
|
17469
|
+
_.$_$.ve = createKTypeParameter;
|
|
17470
|
+
_.$_$.we = createKType;
|
|
17471
|
+
_.$_$.xe = getKClassFromExpression;
|
|
17472
|
+
_.$_$.ye = getKClass;
|
|
17473
|
+
_.$_$.ze = getStarKTypeProjection;
|
|
17474
|
+
_.$_$.af = KClass;
|
|
17475
|
+
_.$_$.bf = KMutableProperty1;
|
|
17476
|
+
_.$_$.cf = KProperty0;
|
|
17477
|
+
_.$_$.df = KProperty1;
|
|
17478
|
+
_.$_$.ef = KTypeParameter;
|
|
17479
|
+
_.$_$.ff = SequenceScope;
|
|
17480
|
+
_.$_$.gf = filter;
|
|
17481
|
+
_.$_$.hf = firstOrNull_2;
|
|
17482
|
+
_.$_$.if = flatMap;
|
|
17483
|
+
_.$_$.jf = mapNotNull;
|
|
17484
|
+
_.$_$.kf = map;
|
|
17485
|
+
_.$_$.lf = sequence;
|
|
17486
|
+
_.$_$.mf = toList_2;
|
|
17487
|
+
_.$_$.nf = concatToString;
|
|
17488
|
+
_.$_$.of = concatToString_0;
|
|
17489
|
+
_.$_$.pf = contains_7;
|
|
17490
|
+
_.$_$.qf = contains_8;
|
|
17491
|
+
_.$_$.rf = decodeToString_0;
|
|
17492
|
+
_.$_$.sf = decodeToString;
|
|
17493
|
+
_.$_$.tf = encodeToByteArray;
|
|
17494
|
+
_.$_$.uf = endsWith_0;
|
|
17495
|
+
_.$_$.vf = endsWith_1;
|
|
17496
|
+
_.$_$.wf = endsWith;
|
|
17497
|
+
_.$_$.xf = equals_0;
|
|
17498
|
+
_.$_$.yf = first_2;
|
|
17499
|
+
_.$_$.zf = indexOfAny;
|
|
17500
|
+
_.$_$.ag = indexOf_5;
|
|
17501
|
+
_.$_$.bg = indexOf_4;
|
|
17502
|
+
_.$_$.cg = isBlank;
|
|
17503
|
+
_.$_$.dg = isSurrogate;
|
|
17504
|
+
_.$_$.eg = isWhitespace;
|
|
17505
|
+
_.$_$.fg = get_lastIndex_3;
|
|
17506
|
+
_.$_$.gg = lastIndexOf_0;
|
|
17507
|
+
_.$_$.hg = last_2;
|
|
17508
|
+
_.$_$.ig = padStart;
|
|
17509
|
+
_.$_$.jg = removePrefix;
|
|
17510
|
+
_.$_$.kg = removeSuffix;
|
|
17511
|
+
_.$_$.lg = repeat;
|
|
17512
|
+
_.$_$.mg = replace;
|
|
17513
|
+
_.$_$.ng = replace_0;
|
|
17514
|
+
_.$_$.og = single_2;
|
|
17515
|
+
_.$_$.pg = split_0;
|
|
17516
|
+
_.$_$.qg = split;
|
|
17517
|
+
_.$_$.rg = startsWith;
|
|
17518
|
+
_.$_$.sg = startsWith_3;
|
|
17519
|
+
_.$_$.tg = startsWith_2;
|
|
17520
|
+
_.$_$.ug = startsWith_1;
|
|
17521
|
+
_.$_$.vg = substringAfter;
|
|
17522
|
+
_.$_$.wg = substringBefore;
|
|
17523
|
+
_.$_$.xg = substring_0;
|
|
17524
|
+
_.$_$.yg = substring;
|
|
17525
|
+
_.$_$.zg = take_0;
|
|
17526
|
+
_.$_$.ah = toBooleanStrictOrNull;
|
|
17527
|
+
_.$_$.bh = toCharArray;
|
|
17528
|
+
_.$_$.ch = toDoubleOrNull;
|
|
17529
|
+
_.$_$.dh = toDouble;
|
|
17530
|
+
_.$_$.eh = toIntOrNull;
|
|
17531
|
+
_.$_$.fh = toInt;
|
|
17532
|
+
_.$_$.gh = toLongOrNull;
|
|
17533
|
+
_.$_$.hh = toLong;
|
|
17534
|
+
_.$_$.ih = toString_3;
|
|
17535
|
+
_.$_$.jh = toUByte;
|
|
17536
|
+
_.$_$.kh = toUInt;
|
|
17537
|
+
_.$_$.lh = toULongOrNull;
|
|
17538
|
+
_.$_$.mh = toULong;
|
|
17539
|
+
_.$_$.nh = toUShort;
|
|
17540
|
+
_.$_$.oh = trimIndent;
|
|
17541
|
+
_.$_$.ph = trimMargin;
|
|
17542
|
+
_.$_$.qh = trim;
|
|
17543
|
+
_.$_$.rh = Duration;
|
|
17544
|
+
_.$_$.sh = Instant;
|
|
17545
|
+
_.$_$.th = toDuration_1;
|
|
17546
|
+
_.$_$.uh = toDuration;
|
|
17547
|
+
_.$_$.vh = toDuration_0;
|
|
17548
|
+
_.$_$.wh = Uuid;
|
|
17549
|
+
_.$_$.xh = ArithmeticException;
|
|
17550
|
+
_.$_$.yh = AutoCloseable;
|
|
17551
|
+
_.$_$.zh = CharSequence;
|
|
17552
|
+
_.$_$.ai = Char;
|
|
17553
|
+
_.$_$.bi = Comparable;
|
|
17554
|
+
_.$_$.ci = Comparator;
|
|
17555
|
+
_.$_$.di = DeepRecursiveFunction;
|
|
17556
|
+
_.$_$.ei = DeepRecursiveScope;
|
|
17557
|
+
_.$_$.fi = Enum;
|
|
17558
|
+
_.$_$.gi = Error_0;
|
|
17559
|
+
_.$_$.hi = Exception;
|
|
17560
|
+
_.$_$.ii = IllegalArgumentException;
|
|
17561
|
+
_.$_$.ji = IllegalStateException;
|
|
17562
|
+
_.$_$.ki = Long;
|
|
17563
|
+
_.$_$.li = NoSuchElementException;
|
|
17564
|
+
_.$_$.mi = NotImplementedError;
|
|
17565
|
+
_.$_$.ni = Pair;
|
|
17566
|
+
_.$_$.oi = Result;
|
|
17567
|
+
_.$_$.pi = RuntimeException;
|
|
17568
|
+
_.$_$.qi = THROW_CCE;
|
|
17569
|
+
_.$_$.ri = THROW_IAE;
|
|
17570
|
+
_.$_$.si = Triple;
|
|
17571
|
+
_.$_$.ti = UByteArray;
|
|
17572
|
+
_.$_$.ui = UByte;
|
|
17573
|
+
_.$_$.vi = UIntArray;
|
|
17574
|
+
_.$_$.wi = UInt;
|
|
17575
|
+
_.$_$.xi = ULongArray;
|
|
17576
|
+
_.$_$.yi = ULong;
|
|
17577
|
+
_.$_$.zi = UShortArray;
|
|
17578
|
+
_.$_$.aj = UShort;
|
|
17579
|
+
_.$_$.bj = Unit;
|
|
17580
|
+
_.$_$.cj = UnsupportedOperationException;
|
|
17581
|
+
_.$_$.dj = addSuppressed;
|
|
17582
|
+
_.$_$.ej = arrayOf;
|
|
17583
|
+
_.$_$.fj = closeFinally;
|
|
17584
|
+
_.$_$.gj = countTrailingZeroBits;
|
|
17585
|
+
_.$_$.hj = createFailure;
|
|
17586
|
+
_.$_$.ij = ensureNotNull;
|
|
17587
|
+
_.$_$.jj = invoke;
|
|
17588
|
+
_.$_$.kj = isFinite_0;
|
|
17589
|
+
_.$_$.lj = isFinite;
|
|
17590
|
+
_.$_$.mj = isNaN_0;
|
|
17591
|
+
_.$_$.nj = lazy;
|
|
17592
|
+
_.$_$.oj = lazy_0;
|
|
17593
|
+
_.$_$.pj = noWhenBranchMatchedException;
|
|
17594
|
+
_.$_$.qj = plus_4;
|
|
17595
|
+
_.$_$.rj = printStackTrace;
|
|
17596
|
+
_.$_$.sj = stackTraceToString;
|
|
17597
|
+
_.$_$.tj = throwOnFailure;
|
|
17598
|
+
_.$_$.uj = toString_0;
|
|
17599
|
+
_.$_$.vj = to;
|
|
17590
17600
|
//endregion
|
|
17591
17601
|
return _;
|
|
17592
17602
|
}));
|