client_plugin_logic_deb 1.8.372 → 1.8.374
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 +16 -16
- package/Kotlin-DateTime-library-kotlinx-datetime.js +34 -34
- package/Logic_Debertz-client_plugin.d.ts +5 -4
- package/Logic_Debertz-client_plugin.js +1996 -1996
- package/Logic_Debertz-core.js +23 -23
- package/Logic_Debertz-engine.js +11095 -11053
- package/Logic_Debertz-engine.js.map +1 -1
- package/Logic_Debertz-game_client.js +6937 -6907
- package/Logic_Debertz-game_client.js.map +1 -1
- package/Logic_Debertz-game_server.js +730 -730
- package/error-library-error.js +1 -1
- package/kotlin-kotlin-stdlib.js +145 -141
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlinx-atomicfu.js +1 -1
- package/kotlinx-coroutines-core.js +28 -28
- package/kotlinx-coroutines-core.js.map +1 -1
- package/kotlinx-io-kotlinx-io-core.js +10 -10
- package/kotlinx-serialization-kotlinx-serialization-core.js +38 -38
- package/kotlinx-serialization-kotlinx-serialization-json.js +43 -43
- package/ktor-ktor-client-content-negotiation.js +8 -8
- package/ktor-ktor-client-core.js +23 -23
- package/ktor-ktor-client-logging.js +5 -5
- package/ktor-ktor-events.js +2 -2
- package/ktor-ktor-http.js +36 -36
- package/ktor-ktor-io.js +16 -16
- package/ktor-ktor-serialization-kotlinx.js +2 -2
- package/ktor-ktor-serialization.js +3 -3
- package/ktor-ktor-utils.js +14 -14
- package/ktor-ktor-websockets.js +4 -4
- 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 +5 -5
- package/raspberry-cardgame-lib-random.js +13 -13
- package/uuid.js +4 -4
package/error-library-error.js
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
var objectCreate = kotlin_kotlin.$_$.ld;
|
|
18
18
|
var captureStack = kotlin_kotlin.$_$.wb;
|
|
19
19
|
var Exception_init_$Init$_0 = kotlin_kotlin.$_$.g1;
|
|
20
|
-
var Exception = kotlin_kotlin.$_$.
|
|
20
|
+
var Exception = kotlin_kotlin.$_$.ih;
|
|
21
21
|
var initMetadataForClass = kotlin_kotlin.$_$.mc;
|
|
22
22
|
//endregion
|
|
23
23
|
//region block: pre-declaration
|
package/kotlin-kotlin-stdlib.js
CHANGED
|
@@ -1299,16 +1299,19 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
1299
1299
|
function coerceAtLeast(_this__u8e3s4, minimumValue) {
|
|
1300
1300
|
return _this__u8e3s4 < minimumValue ? minimumValue : _this__u8e3s4;
|
|
1301
1301
|
}
|
|
1302
|
+
function coerceAtMost(_this__u8e3s4, maximumValue) {
|
|
1303
|
+
return _this__u8e3s4 > maximumValue ? maximumValue : _this__u8e3s4;
|
|
1304
|
+
}
|
|
1302
1305
|
function downTo(_this__u8e3s4, to) {
|
|
1303
1306
|
return Companion_instance_16.y(_this__u8e3s4, to, -1);
|
|
1304
1307
|
}
|
|
1305
|
-
function
|
|
1308
|
+
function coerceAtMost_0(_this__u8e3s4, maximumValue) {
|
|
1306
1309
|
return _this__u8e3s4 > maximumValue ? maximumValue : _this__u8e3s4;
|
|
1307
1310
|
}
|
|
1308
1311
|
function coerceAtLeast_0(_this__u8e3s4, minimumValue) {
|
|
1309
1312
|
return _this__u8e3s4 < minimumValue ? minimumValue : _this__u8e3s4;
|
|
1310
1313
|
}
|
|
1311
|
-
function
|
|
1314
|
+
function coerceAtMost_1(_this__u8e3s4, maximumValue) {
|
|
1312
1315
|
return compare(_this__u8e3s4, maximumValue) > 0 ? maximumValue : _this__u8e3s4;
|
|
1313
1316
|
}
|
|
1314
1317
|
function coerceIn_0(_this__u8e3s4, minimumValue, maximumValue) {
|
|
@@ -1434,7 +1437,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
1434
1437
|
var message = 'Requested character count ' + n + ' is less than zero.';
|
|
1435
1438
|
throw IllegalArgumentException_init_$Create$_0(toString_1(message));
|
|
1436
1439
|
}
|
|
1437
|
-
return substring(_this__u8e3s4, 0,
|
|
1440
|
+
return substring(_this__u8e3s4, 0, coerceAtMost_0(n, _this__u8e3s4.length));
|
|
1438
1441
|
}
|
|
1439
1442
|
function first_2(_this__u8e3s4) {
|
|
1440
1443
|
// Inline function 'kotlin.text.isEmpty' call
|
|
@@ -1467,7 +1470,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
1467
1470
|
var message = 'Requested character count ' + n + ' is less than zero.';
|
|
1468
1471
|
throw IllegalArgumentException_init_$Create$_0(toString_1(message));
|
|
1469
1472
|
}
|
|
1470
|
-
return substring_0(_this__u8e3s4,
|
|
1473
|
+
return substring_0(_this__u8e3s4, coerceAtMost_0(n, _this__u8e3s4.length));
|
|
1471
1474
|
}
|
|
1472
1475
|
function dropLast_0(_this__u8e3s4, n) {
|
|
1473
1476
|
// Inline function 'kotlin.require' call
|
|
@@ -5287,7 +5290,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
5287
5290
|
$this.t5();
|
|
5288
5291
|
retry: while (true) {
|
|
5289
5292
|
var hash_0 = hash($this, key);
|
|
5290
|
-
var tentativeMaxProbeDistance =
|
|
5293
|
+
var tentativeMaxProbeDistance = coerceAtMost_0(imul($this.s6_1, 2), _get_hashSize__tftcho($this) / 2 | 0);
|
|
5291
5294
|
var probeDistance = 0;
|
|
5292
5295
|
while (true) {
|
|
5293
5296
|
var index = $this.r6_1[hash_0];
|
|
@@ -5340,7 +5343,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
5340
5343
|
var hash_0 = removedHash;
|
|
5341
5344
|
var hole = removedHash;
|
|
5342
5345
|
var probeDistance = 0;
|
|
5343
|
-
var patchAttemptsLeft =
|
|
5346
|
+
var patchAttemptsLeft = coerceAtMost_0(imul($this.s6_1, 2), _get_hashSize__tftcho($this) / 2 | 0);
|
|
5344
5347
|
while (true) {
|
|
5345
5348
|
var _unary__edvuaz = hash_0;
|
|
5346
5349
|
hash_0 = _unary__edvuaz - 1 | 0;
|
|
@@ -8211,7 +8214,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
8211
8214
|
function formatBytesInto(_this__u8e3s4, dst, dstOffset, startIndex, endIndex) {
|
|
8212
8215
|
var dstIndex = dstOffset;
|
|
8213
8216
|
if (startIndex < 4) {
|
|
8214
|
-
dstIndex = formatBytesInto_0(_this__u8e3s4.y2_1, dst, dstIndex, startIndex,
|
|
8217
|
+
dstIndex = formatBytesInto_0(_this__u8e3s4.y2_1, dst, dstIndex, startIndex, coerceAtMost_0(endIndex, 4));
|
|
8215
8218
|
}
|
|
8216
8219
|
if (endIndex > 4) {
|
|
8217
8220
|
formatBytesInto_0(_this__u8e3s4.x2_1, dst, dstIndex, coerceAtLeast_0(startIndex - 4 | 0, 0), endIndex - 4 | 0);
|
|
@@ -11710,7 +11713,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
11710
11713
|
}
|
|
11711
11714
|
function throwNotContainedAt(_this__u8e3s4, index, endIndex, part, partName) {
|
|
11712
11715
|
_init_properties_HexExtensions_kt__wu8rc3();
|
|
11713
|
-
var substring_0 = substring(_this__u8e3s4, index,
|
|
11716
|
+
var substring_0 = substring(_this__u8e3s4, index, coerceAtMost_0(index + part.length | 0, endIndex));
|
|
11714
11717
|
throw NumberFormatException_init_$Create$_0('Expected ' + partName + ' "' + part + '" at index ' + index + ', but was ' + substring_0);
|
|
11715
11718
|
}
|
|
11716
11719
|
var properties_initialized_HexExtensions_kt_h16sbl;
|
|
@@ -12559,7 +12562,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
12559
12562
|
}
|
|
12560
12563
|
function indexOf_6(_this__u8e3s4, other, startIndex, endIndex, ignoreCase, last) {
|
|
12561
12564
|
last = last === VOID ? false : last;
|
|
12562
|
-
var indices = !last ? numberRangeToNumber(coerceAtLeast_0(startIndex, 0),
|
|
12565
|
+
var indices = !last ? numberRangeToNumber(coerceAtLeast_0(startIndex, 0), coerceAtMost_0(endIndex, charSequenceLength(_this__u8e3s4))) : downTo(coerceAtMost_0(startIndex, get_lastIndex_3(_this__u8e3s4)), coerceAtLeast_0(endIndex, 0));
|
|
12563
12566
|
var tmp;
|
|
12564
12567
|
if (typeof _this__u8e3s4 === 'string') {
|
|
12565
12568
|
tmp = typeof other === 'string';
|
|
@@ -12601,7 +12604,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
12601
12604
|
return listOf(toString_1(_this__u8e3s4));
|
|
12602
12605
|
}
|
|
12603
12606
|
var isLimited = limit > 0;
|
|
12604
|
-
var result = ArrayList_init_$Create$_0(isLimited ?
|
|
12607
|
+
var result = ArrayList_init_$Create$_0(isLimited ? coerceAtMost_0(limit, 10) : 10);
|
|
12605
12608
|
$l$loop: do {
|
|
12606
12609
|
var tmp2 = currentOffset;
|
|
12607
12610
|
// Inline function 'kotlin.text.substring' call
|
|
@@ -12856,7 +12859,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
12856
12859
|
var index = !last ? indexOf_5(_this__u8e3s4, string, startIndex) : lastIndexOf_0(_this__u8e3s4, string, startIndex);
|
|
12857
12860
|
return index < 0 ? null : to(index, string);
|
|
12858
12861
|
}
|
|
12859
|
-
var indices = !last ? numberRangeToNumber(coerceAtLeast_0(startIndex, 0), charSequenceLength(_this__u8e3s4)) : downTo(
|
|
12862
|
+
var indices = !last ? numberRangeToNumber(coerceAtLeast_0(startIndex, 0), charSequenceLength(_this__u8e3s4)) : downTo(coerceAtMost_0(startIndex, get_lastIndex_3(_this__u8e3s4)), 0);
|
|
12860
12863
|
if (typeof _this__u8e3s4 === 'string') {
|
|
12861
12864
|
var inductionVariable = indices.z_1;
|
|
12862
12865
|
var last_0 = indices.a1_1;
|
|
@@ -16499,136 +16502,137 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
16499
16502
|
_.$_$.td = ClosedRange;
|
|
16500
16503
|
_.$_$.ud = coerceAtLeast;
|
|
16501
16504
|
_.$_$.vd = coerceAtLeast_0;
|
|
16502
|
-
_.$_$.wd =
|
|
16503
|
-
_.$_$.xd =
|
|
16504
|
-
_.$_$.yd =
|
|
16505
|
-
_.$_$.zd =
|
|
16506
|
-
_.$_$.ae =
|
|
16507
|
-
_.$_$.be =
|
|
16508
|
-
_.$_$.ce =
|
|
16509
|
-
_.$_$.de =
|
|
16510
|
-
_.$_$.ee =
|
|
16511
|
-
_.$_$.fe =
|
|
16512
|
-
_.$_$.ge =
|
|
16513
|
-
_.$_$.he =
|
|
16514
|
-
_.$_$.ie =
|
|
16515
|
-
_.$_$.je =
|
|
16516
|
-
_.$_$.ke =
|
|
16517
|
-
_.$_$.le =
|
|
16518
|
-
_.$_$.me =
|
|
16519
|
-
_.$_$.ne =
|
|
16520
|
-
_.$_$.oe =
|
|
16521
|
-
_.$_$.pe =
|
|
16522
|
-
_.$_$.qe =
|
|
16523
|
-
_.$_$.re =
|
|
16524
|
-
_.$_$.se =
|
|
16525
|
-
_.$_$.te =
|
|
16526
|
-
_.$_$.ue =
|
|
16527
|
-
_.$_$.ve =
|
|
16528
|
-
_.$_$.we =
|
|
16529
|
-
_.$_$.xe =
|
|
16530
|
-
_.$_$.ye =
|
|
16531
|
-
_.$_$.ze =
|
|
16532
|
-
_.$_$.af =
|
|
16533
|
-
_.$_$.bf =
|
|
16534
|
-
_.$_$.cf =
|
|
16535
|
-
_.$_$.df =
|
|
16536
|
-
_.$_$.ef =
|
|
16537
|
-
_.$_$.ff =
|
|
16538
|
-
_.$_$.gf =
|
|
16539
|
-
_.$_$.hf =
|
|
16540
|
-
_.$_$.if =
|
|
16541
|
-
_.$_$.jf =
|
|
16542
|
-
_.$_$.kf =
|
|
16543
|
-
_.$_$.lf =
|
|
16544
|
-
_.$_$.mf =
|
|
16545
|
-
_.$_$.nf =
|
|
16546
|
-
_.$_$.of =
|
|
16547
|
-
_.$_$.pf =
|
|
16548
|
-
_.$_$.qf =
|
|
16549
|
-
_.$_$.rf =
|
|
16550
|
-
_.$_$.sf =
|
|
16551
|
-
_.$_$.tf =
|
|
16552
|
-
_.$_$.uf =
|
|
16553
|
-
_.$_$.vf =
|
|
16554
|
-
_.$_$.wf =
|
|
16555
|
-
_.$_$.xf =
|
|
16556
|
-
_.$_$.yf =
|
|
16557
|
-
_.$_$.zf =
|
|
16558
|
-
_.$_$.ag =
|
|
16559
|
-
_.$_$.bg =
|
|
16560
|
-
_.$_$.cg =
|
|
16561
|
-
_.$_$.dg =
|
|
16562
|
-
_.$_$.eg =
|
|
16563
|
-
_.$_$.fg =
|
|
16564
|
-
_.$_$.gg =
|
|
16565
|
-
_.$_$.hg =
|
|
16566
|
-
_.$_$.ig =
|
|
16567
|
-
_.$_$.jg =
|
|
16568
|
-
_.$_$.kg =
|
|
16569
|
-
_.$_$.lg =
|
|
16570
|
-
_.$_$.mg =
|
|
16571
|
-
_.$_$.ng =
|
|
16572
|
-
_.$_$.og =
|
|
16573
|
-
_.$_$.pg =
|
|
16574
|
-
_.$_$.qg =
|
|
16575
|
-
_.$_$.rg =
|
|
16576
|
-
_.$_$.sg =
|
|
16577
|
-
_.$_$.tg =
|
|
16578
|
-
_.$_$.ug =
|
|
16579
|
-
_.$_$.vg =
|
|
16580
|
-
_.$_$.wg =
|
|
16581
|
-
_.$_$.xg =
|
|
16582
|
-
_.$_$.yg =
|
|
16583
|
-
_.$_$.zg =
|
|
16584
|
-
_.$_$.ah =
|
|
16585
|
-
_.$_$.bh =
|
|
16586
|
-
_.$_$.ch =
|
|
16587
|
-
_.$_$.dh =
|
|
16588
|
-
_.$_$.eh =
|
|
16589
|
-
_.$_$.fh =
|
|
16590
|
-
_.$_$.gh =
|
|
16591
|
-
_.$_$.hh =
|
|
16592
|
-
_.$_$.ih =
|
|
16593
|
-
_.$_$.jh =
|
|
16594
|
-
_.$_$.kh =
|
|
16595
|
-
_.$_$.lh =
|
|
16596
|
-
_.$_$.mh =
|
|
16597
|
-
_.$_$.nh =
|
|
16598
|
-
_.$_$.oh =
|
|
16599
|
-
_.$_$.ph =
|
|
16600
|
-
_.$_$.qh =
|
|
16601
|
-
_.$_$.rh =
|
|
16602
|
-
_.$_$.sh =
|
|
16603
|
-
_.$_$.th =
|
|
16604
|
-
_.$_$.uh =
|
|
16605
|
-
_.$_$.vh =
|
|
16606
|
-
_.$_$.wh =
|
|
16607
|
-
_.$_$.xh =
|
|
16608
|
-
_.$_$.yh =
|
|
16609
|
-
_.$_$.zh =
|
|
16610
|
-
_.$_$.ai =
|
|
16611
|
-
_.$_$.bi =
|
|
16612
|
-
_.$_$.ci =
|
|
16613
|
-
_.$_$.di =
|
|
16614
|
-
_.$_$.ei =
|
|
16615
|
-
_.$_$.fi =
|
|
16616
|
-
_.$_$.gi =
|
|
16617
|
-
_.$_$.hi =
|
|
16618
|
-
_.$_$.ii =
|
|
16619
|
-
_.$_$.ji =
|
|
16620
|
-
_.$_$.ki =
|
|
16621
|
-
_.$_$.li =
|
|
16622
|
-
_.$_$.mi =
|
|
16623
|
-
_.$_$.ni =
|
|
16624
|
-
_.$_$.oi =
|
|
16625
|
-
_.$_$.pi =
|
|
16626
|
-
_.$_$.qi =
|
|
16627
|
-
_.$_$.ri =
|
|
16628
|
-
_.$_$.si =
|
|
16629
|
-
_.$_$.ti =
|
|
16630
|
-
_.$_$.ui =
|
|
16631
|
-
_.$_$.vi =
|
|
16505
|
+
_.$_$.wd = coerceAtMost;
|
|
16506
|
+
_.$_$.xd = coerceAtMost_1;
|
|
16507
|
+
_.$_$.yd = coerceAtMost_0;
|
|
16508
|
+
_.$_$.zd = coerceIn;
|
|
16509
|
+
_.$_$.ae = coerceIn_0;
|
|
16510
|
+
_.$_$.be = contains_5;
|
|
16511
|
+
_.$_$.ce = downTo;
|
|
16512
|
+
_.$_$.de = step;
|
|
16513
|
+
_.$_$.ee = until;
|
|
16514
|
+
_.$_$.fe = createInvariantKTypeProjection;
|
|
16515
|
+
_.$_$.ge = createKType;
|
|
16516
|
+
_.$_$.he = getKClassFromExpression;
|
|
16517
|
+
_.$_$.ie = getKClass;
|
|
16518
|
+
_.$_$.je = KClass;
|
|
16519
|
+
_.$_$.ke = KMutableProperty1;
|
|
16520
|
+
_.$_$.le = KProperty0;
|
|
16521
|
+
_.$_$.me = KProperty1;
|
|
16522
|
+
_.$_$.ne = KTypeParameter;
|
|
16523
|
+
_.$_$.oe = filter;
|
|
16524
|
+
_.$_$.pe = firstOrNull_2;
|
|
16525
|
+
_.$_$.qe = flatMap;
|
|
16526
|
+
_.$_$.re = mapNotNull;
|
|
16527
|
+
_.$_$.se = map;
|
|
16528
|
+
_.$_$.te = toList_2;
|
|
16529
|
+
_.$_$.ue = concatToString;
|
|
16530
|
+
_.$_$.ve = contains_7;
|
|
16531
|
+
_.$_$.we = contains_8;
|
|
16532
|
+
_.$_$.xe = decodeToString;
|
|
16533
|
+
_.$_$.ye = encodeToByteArray;
|
|
16534
|
+
_.$_$.ze = endsWith_0;
|
|
16535
|
+
_.$_$.af = endsWith;
|
|
16536
|
+
_.$_$.bf = equals_0;
|
|
16537
|
+
_.$_$.cf = first_2;
|
|
16538
|
+
_.$_$.df = indexOfAny;
|
|
16539
|
+
_.$_$.ef = indexOf_5;
|
|
16540
|
+
_.$_$.ff = indexOf_4;
|
|
16541
|
+
_.$_$.gf = isBlank;
|
|
16542
|
+
_.$_$.hf = isHighSurrogate;
|
|
16543
|
+
_.$_$.if = isLowSurrogate;
|
|
16544
|
+
_.$_$.jf = isSurrogate;
|
|
16545
|
+
_.$_$.kf = isWhitespace;
|
|
16546
|
+
_.$_$.lf = get_lastIndex_3;
|
|
16547
|
+
_.$_$.mf = lastIndexOf_0;
|
|
16548
|
+
_.$_$.nf = last_2;
|
|
16549
|
+
_.$_$.of = padStart;
|
|
16550
|
+
_.$_$.pf = removePrefix;
|
|
16551
|
+
_.$_$.qf = removeSuffix;
|
|
16552
|
+
_.$_$.rf = repeat;
|
|
16553
|
+
_.$_$.sf = replace;
|
|
16554
|
+
_.$_$.tf = replace_0;
|
|
16555
|
+
_.$_$.uf = single_2;
|
|
16556
|
+
_.$_$.vf = split_0;
|
|
16557
|
+
_.$_$.wf = split;
|
|
16558
|
+
_.$_$.xf = startsWith;
|
|
16559
|
+
_.$_$.yf = startsWith_1;
|
|
16560
|
+
_.$_$.zf = substringAfter;
|
|
16561
|
+
_.$_$.ag = substringBefore;
|
|
16562
|
+
_.$_$.bg = substring_0;
|
|
16563
|
+
_.$_$.cg = substring;
|
|
16564
|
+
_.$_$.dg = take_0;
|
|
16565
|
+
_.$_$.eg = toBooleanStrictOrNull;
|
|
16566
|
+
_.$_$.fg = toDoubleOrNull;
|
|
16567
|
+
_.$_$.gg = toDouble;
|
|
16568
|
+
_.$_$.hg = toIntOrNull;
|
|
16569
|
+
_.$_$.ig = toInt;
|
|
16570
|
+
_.$_$.jg = toLongOrNull;
|
|
16571
|
+
_.$_$.kg = toLong;
|
|
16572
|
+
_.$_$.lg = toString_3;
|
|
16573
|
+
_.$_$.mg = toUByte;
|
|
16574
|
+
_.$_$.ng = toUInt;
|
|
16575
|
+
_.$_$.og = toULongOrNull;
|
|
16576
|
+
_.$_$.pg = toULong;
|
|
16577
|
+
_.$_$.qg = toUShort;
|
|
16578
|
+
_.$_$.rg = trimIndent;
|
|
16579
|
+
_.$_$.sg = trimMargin;
|
|
16580
|
+
_.$_$.tg = trim;
|
|
16581
|
+
_.$_$.ug = Duration;
|
|
16582
|
+
_.$_$.vg = Instant;
|
|
16583
|
+
_.$_$.wg = toDuration_1;
|
|
16584
|
+
_.$_$.xg = toDuration_0;
|
|
16585
|
+
_.$_$.yg = toDuration;
|
|
16586
|
+
_.$_$.zg = Uuid;
|
|
16587
|
+
_.$_$.ah = ArithmeticException;
|
|
16588
|
+
_.$_$.bh = Char;
|
|
16589
|
+
_.$_$.ch = Comparable;
|
|
16590
|
+
_.$_$.dh = Comparator;
|
|
16591
|
+
_.$_$.eh = DeepRecursiveFunction;
|
|
16592
|
+
_.$_$.fh = DeepRecursiveScope;
|
|
16593
|
+
_.$_$.gh = Enum;
|
|
16594
|
+
_.$_$.hh = Error_0;
|
|
16595
|
+
_.$_$.ih = Exception;
|
|
16596
|
+
_.$_$.jh = IllegalArgumentException;
|
|
16597
|
+
_.$_$.kh = IllegalStateException;
|
|
16598
|
+
_.$_$.lh = Long;
|
|
16599
|
+
_.$_$.mh = NoSuchElementException;
|
|
16600
|
+
_.$_$.nh = NotImplementedError;
|
|
16601
|
+
_.$_$.oh = Pair;
|
|
16602
|
+
_.$_$.ph = Result;
|
|
16603
|
+
_.$_$.qh = RuntimeException;
|
|
16604
|
+
_.$_$.rh = THROW_CCE;
|
|
16605
|
+
_.$_$.sh = THROW_IAE;
|
|
16606
|
+
_.$_$.th = Triple;
|
|
16607
|
+
_.$_$.uh = UByteArray;
|
|
16608
|
+
_.$_$.vh = UByte;
|
|
16609
|
+
_.$_$.wh = UIntArray;
|
|
16610
|
+
_.$_$.xh = UInt;
|
|
16611
|
+
_.$_$.yh = ULongArray;
|
|
16612
|
+
_.$_$.zh = ULong;
|
|
16613
|
+
_.$_$.ai = UShortArray;
|
|
16614
|
+
_.$_$.bi = UShort;
|
|
16615
|
+
_.$_$.ci = Unit;
|
|
16616
|
+
_.$_$.di = UnsupportedOperationException;
|
|
16617
|
+
_.$_$.ei = addSuppressed;
|
|
16618
|
+
_.$_$.fi = arrayOf;
|
|
16619
|
+
_.$_$.gi = countTrailingZeroBits;
|
|
16620
|
+
_.$_$.hi = createFailure;
|
|
16621
|
+
_.$_$.ii = ensureNotNull;
|
|
16622
|
+
_.$_$.ji = invoke;
|
|
16623
|
+
_.$_$.ki = isFinite_0;
|
|
16624
|
+
_.$_$.li = isFinite;
|
|
16625
|
+
_.$_$.mi = isNaN_0;
|
|
16626
|
+
_.$_$.ni = lazy;
|
|
16627
|
+
_.$_$.oi = lazy_0;
|
|
16628
|
+
_.$_$.pi = noWhenBranchMatchedException;
|
|
16629
|
+
_.$_$.qi = plus_4;
|
|
16630
|
+
_.$_$.ri = printStackTrace;
|
|
16631
|
+
_.$_$.si = stackTraceToString;
|
|
16632
|
+
_.$_$.ti = throwOnFailure;
|
|
16633
|
+
_.$_$.ui = throwUninitializedPropertyAccessException;
|
|
16634
|
+
_.$_$.vi = toString_0;
|
|
16635
|
+
_.$_$.wi = to;
|
|
16632
16636
|
//endregion
|
|
16633
16637
|
return _;
|
|
16634
16638
|
}));
|