client_plugin_logic_deb 1.8.374 → 1.8.377
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 +35 -35
- package/Logic_Debertz-client_plugin.d.ts +12 -13
- package/Logic_Debertz-client_plugin.js +2081 -2088
- package/Logic_Debertz-client_plugin.js.map +1 -1
- package/Logic_Debertz-core.js +1018 -855
- package/Logic_Debertz-core.js.map +1 -1
- package/Logic_Debertz-engine.js +12209 -12240
- package/Logic_Debertz-engine.js.map +1 -1
- package/Logic_Debertz-game_client.js +6824 -6793
- package/Logic_Debertz-game_client.js.map +1 -1
- package/Logic_Debertz-game_server.js +979 -935
- package/Logic_Debertz-game_server.js.map +1 -1
- package/error-library-error.js +1 -1
- package/kotlin-kotlin-stdlib.js +147 -155
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlinx-atomicfu.js +1 -1
- package/kotlinx-coroutines-core.js +105 -105
- package/kotlinx-coroutines-core.js.map +1 -1
- package/kotlinx-io-kotlinx-io-core.js +10 -10
- package/kotlinx-serialization-kotlinx-serialization-core.js +39 -39
- package/kotlinx-serialization-kotlinx-serialization-json.js +44 -44
- package/ktor-ktor-client-content-negotiation.js +8 -8
- package/ktor-ktor-client-core.js +24 -24
- package/ktor-ktor-client-logging.js +5 -5
- package/ktor-ktor-events.js +2 -2
- package/ktor-ktor-http.js +37 -37
- package/ktor-ktor-io.js +17 -17
- 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 +5 -5
- 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/kotlin-kotlin-stdlib.js
CHANGED
|
@@ -1143,7 +1143,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
1143
1143
|
var message = 'Requested element count ' + n + ' is less than zero.';
|
|
1144
1144
|
throw IllegalArgumentException_init_$Create$_0(toString_1(message));
|
|
1145
1145
|
}
|
|
1146
|
-
return take(_this__u8e3s4,
|
|
1146
|
+
return take(_this__u8e3s4, coerceAtLeast(_this__u8e3s4.o() - n | 0, 0));
|
|
1147
1147
|
}
|
|
1148
1148
|
function firstOrNull_1(_this__u8e3s4) {
|
|
1149
1149
|
if (isInterface(_this__u8e3s4, KtList)) {
|
|
@@ -1296,22 +1296,16 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
1296
1296
|
return maximumValue;
|
|
1297
1297
|
return _this__u8e3s4;
|
|
1298
1298
|
}
|
|
1299
|
-
function coerceAtLeast(_this__u8e3s4, minimumValue) {
|
|
1300
|
-
return _this__u8e3s4 < minimumValue ? minimumValue : _this__u8e3s4;
|
|
1301
|
-
}
|
|
1302
|
-
function coerceAtMost(_this__u8e3s4, maximumValue) {
|
|
1303
|
-
return _this__u8e3s4 > maximumValue ? maximumValue : _this__u8e3s4;
|
|
1304
|
-
}
|
|
1305
1299
|
function downTo(_this__u8e3s4, to) {
|
|
1306
1300
|
return Companion_instance_16.y(_this__u8e3s4, to, -1);
|
|
1307
1301
|
}
|
|
1308
|
-
function
|
|
1302
|
+
function coerceAtMost(_this__u8e3s4, maximumValue) {
|
|
1309
1303
|
return _this__u8e3s4 > maximumValue ? maximumValue : _this__u8e3s4;
|
|
1310
1304
|
}
|
|
1311
|
-
function
|
|
1305
|
+
function coerceAtLeast(_this__u8e3s4, minimumValue) {
|
|
1312
1306
|
return _this__u8e3s4 < minimumValue ? minimumValue : _this__u8e3s4;
|
|
1313
1307
|
}
|
|
1314
|
-
function
|
|
1308
|
+
function coerceAtMost_0(_this__u8e3s4, maximumValue) {
|
|
1315
1309
|
return compare(_this__u8e3s4, maximumValue) > 0 ? maximumValue : _this__u8e3s4;
|
|
1316
1310
|
}
|
|
1317
1311
|
function coerceIn_0(_this__u8e3s4, minimumValue, maximumValue) {
|
|
@@ -1437,7 +1431,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
1437
1431
|
var message = 'Requested character count ' + n + ' is less than zero.';
|
|
1438
1432
|
throw IllegalArgumentException_init_$Create$_0(toString_1(message));
|
|
1439
1433
|
}
|
|
1440
|
-
return substring(_this__u8e3s4, 0,
|
|
1434
|
+
return substring(_this__u8e3s4, 0, coerceAtMost(n, _this__u8e3s4.length));
|
|
1441
1435
|
}
|
|
1442
1436
|
function first_2(_this__u8e3s4) {
|
|
1443
1437
|
// Inline function 'kotlin.text.isEmpty' call
|
|
@@ -1470,7 +1464,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
1470
1464
|
var message = 'Requested character count ' + n + ' is less than zero.';
|
|
1471
1465
|
throw IllegalArgumentException_init_$Create$_0(toString_1(message));
|
|
1472
1466
|
}
|
|
1473
|
-
return substring_0(_this__u8e3s4,
|
|
1467
|
+
return substring_0(_this__u8e3s4, coerceAtMost(n, _this__u8e3s4.length));
|
|
1474
1468
|
}
|
|
1475
1469
|
function dropLast_0(_this__u8e3s4, n) {
|
|
1476
1470
|
// Inline function 'kotlin.require' call
|
|
@@ -1478,7 +1472,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
1478
1472
|
var message = 'Requested character count ' + n + ' is less than zero.';
|
|
1479
1473
|
throw IllegalArgumentException_init_$Create$_0(toString_1(message));
|
|
1480
1474
|
}
|
|
1481
|
-
return take_0(_this__u8e3s4,
|
|
1475
|
+
return take_0(_this__u8e3s4, coerceAtLeast(_this__u8e3s4.length - n | 0, 0));
|
|
1482
1476
|
}
|
|
1483
1477
|
function _Char___init__impl__6a9atx(value) {
|
|
1484
1478
|
return value;
|
|
@@ -5102,7 +5096,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
5102
5096
|
function HashSet() {
|
|
5103
5097
|
}
|
|
5104
5098
|
function computeHashSize($this, capacity) {
|
|
5105
|
-
return takeHighestOneBit(imul(
|
|
5099
|
+
return takeHighestOneBit(imul(coerceAtLeast(capacity, 1), 3));
|
|
5106
5100
|
}
|
|
5107
5101
|
function computeShift($this, hashSize) {
|
|
5108
5102
|
// Inline function 'kotlin.countLeadingZeroBits' call
|
|
@@ -5290,7 +5284,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
5290
5284
|
$this.t5();
|
|
5291
5285
|
retry: while (true) {
|
|
5292
5286
|
var hash_0 = hash($this, key);
|
|
5293
|
-
var tentativeMaxProbeDistance =
|
|
5287
|
+
var tentativeMaxProbeDistance = coerceAtMost(imul($this.s6_1, 2), _get_hashSize__tftcho($this) / 2 | 0);
|
|
5294
5288
|
var probeDistance = 0;
|
|
5295
5289
|
while (true) {
|
|
5296
5290
|
var index = $this.r6_1[hash_0];
|
|
@@ -5343,7 +5337,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
5343
5337
|
var hash_0 = removedHash;
|
|
5344
5338
|
var hole = removedHash;
|
|
5345
5339
|
var probeDistance = 0;
|
|
5346
|
-
var patchAttemptsLeft =
|
|
5340
|
+
var patchAttemptsLeft = coerceAtMost(imul($this.s6_1, 2), _get_hashSize__tftcho($this) / 2 | 0);
|
|
5347
5341
|
while (true) {
|
|
5348
5342
|
var _unary__edvuaz = hash_0;
|
|
5349
5343
|
hash_0 = _unary__edvuaz - 1 | 0;
|
|
@@ -8214,10 +8208,10 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
8214
8208
|
function formatBytesInto(_this__u8e3s4, dst, dstOffset, startIndex, endIndex) {
|
|
8215
8209
|
var dstIndex = dstOffset;
|
|
8216
8210
|
if (startIndex < 4) {
|
|
8217
|
-
dstIndex = formatBytesInto_0(_this__u8e3s4.y2_1, dst, dstIndex, startIndex,
|
|
8211
|
+
dstIndex = formatBytesInto_0(_this__u8e3s4.y2_1, dst, dstIndex, startIndex, coerceAtMost(endIndex, 4));
|
|
8218
8212
|
}
|
|
8219
8213
|
if (endIndex > 4) {
|
|
8220
|
-
formatBytesInto_0(_this__u8e3s4.x2_1, dst, dstIndex,
|
|
8214
|
+
formatBytesInto_0(_this__u8e3s4.x2_1, dst, dstIndex, coerceAtLeast(startIndex - 4 | 0, 0), endIndex - 4 | 0);
|
|
8221
8215
|
}
|
|
8222
8216
|
}
|
|
8223
8217
|
function uuidParseHexDash(hexDashString) {
|
|
@@ -8776,7 +8770,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
8776
8770
|
if ($this.id_1 === Companion_getInstance_11().kd_1) {
|
|
8777
8771
|
var tmp = $this;
|
|
8778
8772
|
// Inline function 'kotlin.arrayOfNulls' call
|
|
8779
|
-
var size =
|
|
8773
|
+
var size = coerceAtLeast(minCapacity, 10);
|
|
8780
8774
|
tmp.id_1 = Array(size);
|
|
8781
8775
|
return Unit_instance;
|
|
8782
8776
|
}
|
|
@@ -11713,7 +11707,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
11713
11707
|
}
|
|
11714
11708
|
function throwNotContainedAt(_this__u8e3s4, index, endIndex, part, partName) {
|
|
11715
11709
|
_init_properties_HexExtensions_kt__wu8rc3();
|
|
11716
|
-
var substring_0 = substring(_this__u8e3s4, index,
|
|
11710
|
+
var substring_0 = substring(_this__u8e3s4, index, coerceAtMost(index + part.length | 0, endIndex));
|
|
11717
11711
|
throw NumberFormatException_init_$Create$_0('Expected ' + partName + ' "' + part + '" at index ' + index + ', but was ' + substring_0);
|
|
11718
11712
|
}
|
|
11719
11713
|
var properties_initialized_HexExtensions_kt_h16sbl;
|
|
@@ -12460,7 +12454,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
12460
12454
|
// Inline function 'kotlin.js.asDynamic' call
|
|
12461
12455
|
return _this__u8e3s4.indexOf(str, startIndex);
|
|
12462
12456
|
}
|
|
12463
|
-
var inductionVariable =
|
|
12457
|
+
var inductionVariable = coerceAtLeast(startIndex, 0);
|
|
12464
12458
|
var last = get_lastIndex_3(_this__u8e3s4);
|
|
12465
12459
|
if (inductionVariable <= last)
|
|
12466
12460
|
do {
|
|
@@ -12562,7 +12556,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
12562
12556
|
}
|
|
12563
12557
|
function indexOf_6(_this__u8e3s4, other, startIndex, endIndex, ignoreCase, last) {
|
|
12564
12558
|
last = last === VOID ? false : last;
|
|
12565
|
-
var indices = !last ? numberRangeToNumber(
|
|
12559
|
+
var indices = !last ? numberRangeToNumber(coerceAtLeast(startIndex, 0), coerceAtMost(endIndex, charSequenceLength(_this__u8e3s4))) : downTo(coerceAtMost(startIndex, get_lastIndex_3(_this__u8e3s4)), coerceAtLeast(endIndex, 0));
|
|
12566
12560
|
var tmp;
|
|
12567
12561
|
if (typeof _this__u8e3s4 === 'string') {
|
|
12568
12562
|
tmp = typeof other === 'string';
|
|
@@ -12604,7 +12598,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
12604
12598
|
return listOf(toString_1(_this__u8e3s4));
|
|
12605
12599
|
}
|
|
12606
12600
|
var isLimited = limit > 0;
|
|
12607
|
-
var result = ArrayList_init_$Create$_0(isLimited ?
|
|
12601
|
+
var result = ArrayList_init_$Create$_0(isLimited ? coerceAtMost(limit, 10) : 10);
|
|
12608
12602
|
$l$loop: do {
|
|
12609
12603
|
var tmp2 = currentOffset;
|
|
12610
12604
|
// Inline function 'kotlin.text.substring' call
|
|
@@ -12859,7 +12853,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
12859
12853
|
var index = !last ? indexOf_5(_this__u8e3s4, string, startIndex) : lastIndexOf_0(_this__u8e3s4, string, startIndex);
|
|
12860
12854
|
return index < 0 ? null : to(index, string);
|
|
12861
12855
|
}
|
|
12862
|
-
var indices = !last ? numberRangeToNumber(
|
|
12856
|
+
var indices = !last ? numberRangeToNumber(coerceAtLeast(startIndex, 0), charSequenceLength(_this__u8e3s4)) : downTo(coerceAtMost(startIndex, get_lastIndex_3(_this__u8e3s4)), 0);
|
|
12863
12857
|
if (typeof _this__u8e3s4 === 'string') {
|
|
12864
12858
|
var inductionVariable = indices.z_1;
|
|
12865
12859
|
var last_0 = indices.a1_1;
|
|
@@ -16501,138 +16495,136 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
16501
16495
|
_.$_$.sd = round;
|
|
16502
16496
|
_.$_$.td = ClosedRange;
|
|
16503
16497
|
_.$_$.ud = coerceAtLeast;
|
|
16504
|
-
_.$_$.vd =
|
|
16498
|
+
_.$_$.vd = coerceAtMost_0;
|
|
16505
16499
|
_.$_$.wd = coerceAtMost;
|
|
16506
|
-
_.$_$.xd =
|
|
16507
|
-
_.$_$.yd =
|
|
16508
|
-
_.$_$.zd =
|
|
16509
|
-
_.$_$.ae =
|
|
16510
|
-
_.$_$.be =
|
|
16511
|
-
_.$_$.ce =
|
|
16512
|
-
_.$_$.de =
|
|
16513
|
-
_.$_$.ee =
|
|
16514
|
-
_.$_$.fe =
|
|
16515
|
-
_.$_$.ge =
|
|
16516
|
-
_.$_$.he =
|
|
16517
|
-
_.$_$.ie =
|
|
16518
|
-
_.$_$.je =
|
|
16519
|
-
_.$_$.ke =
|
|
16520
|
-
_.$_$.le =
|
|
16521
|
-
_.$_$.me =
|
|
16522
|
-
_.$_$.ne =
|
|
16523
|
-
_.$_$.oe =
|
|
16524
|
-
_.$_$.pe =
|
|
16525
|
-
_.$_$.qe =
|
|
16526
|
-
_.$_$.re =
|
|
16527
|
-
_.$_$.se =
|
|
16528
|
-
_.$_$.te =
|
|
16529
|
-
_.$_$.ue =
|
|
16530
|
-
_.$_$.ve =
|
|
16531
|
-
_.$_$.we =
|
|
16532
|
-
_.$_$.xe =
|
|
16533
|
-
_.$_$.ye =
|
|
16534
|
-
_.$_$.ze =
|
|
16535
|
-
_.$_$.af =
|
|
16536
|
-
_.$_$.bf =
|
|
16537
|
-
_.$_$.cf =
|
|
16538
|
-
_.$_$.df =
|
|
16539
|
-
_.$_$.ef =
|
|
16540
|
-
_.$_$.ff =
|
|
16541
|
-
_.$_$.gf =
|
|
16542
|
-
_.$_$.hf =
|
|
16543
|
-
_.$_$.if =
|
|
16544
|
-
_.$_$.jf =
|
|
16545
|
-
_.$_$.kf =
|
|
16546
|
-
_.$_$.lf =
|
|
16547
|
-
_.$_$.mf =
|
|
16548
|
-
_.$_$.nf =
|
|
16549
|
-
_.$_$.of =
|
|
16550
|
-
_.$_$.pf =
|
|
16551
|
-
_.$_$.qf =
|
|
16552
|
-
_.$_$.rf =
|
|
16553
|
-
_.$_$.sf =
|
|
16554
|
-
_.$_$.tf =
|
|
16555
|
-
_.$_$.uf =
|
|
16556
|
-
_.$_$.vf =
|
|
16557
|
-
_.$_$.wf =
|
|
16558
|
-
_.$_$.xf =
|
|
16559
|
-
_.$_$.yf =
|
|
16560
|
-
_.$_$.zf =
|
|
16561
|
-
_.$_$.ag =
|
|
16562
|
-
_.$_$.bg =
|
|
16563
|
-
_.$_$.cg =
|
|
16564
|
-
_.$_$.dg =
|
|
16565
|
-
_.$_$.eg =
|
|
16566
|
-
_.$_$.fg =
|
|
16567
|
-
_.$_$.gg =
|
|
16568
|
-
_.$_$.hg =
|
|
16569
|
-
_.$_$.ig =
|
|
16570
|
-
_.$_$.jg =
|
|
16571
|
-
_.$_$.kg =
|
|
16572
|
-
_.$_$.lg =
|
|
16573
|
-
_.$_$.mg =
|
|
16574
|
-
_.$_$.ng =
|
|
16575
|
-
_.$_$.og =
|
|
16576
|
-
_.$_$.pg =
|
|
16577
|
-
_.$_$.qg =
|
|
16578
|
-
_.$_$.rg =
|
|
16579
|
-
_.$_$.sg =
|
|
16580
|
-
_.$_$.tg =
|
|
16581
|
-
_.$_$.ug =
|
|
16582
|
-
_.$_$.vg =
|
|
16583
|
-
_.$_$.wg =
|
|
16584
|
-
_.$_$.xg =
|
|
16585
|
-
_.$_$.yg =
|
|
16586
|
-
_.$_$.zg =
|
|
16587
|
-
_.$_$.ah =
|
|
16588
|
-
_.$_$.bh =
|
|
16589
|
-
_.$_$.ch =
|
|
16590
|
-
_.$_$.dh =
|
|
16591
|
-
_.$_$.eh =
|
|
16592
|
-
_.$_$.fh =
|
|
16593
|
-
_.$_$.gh =
|
|
16594
|
-
_.$_$.hh =
|
|
16595
|
-
_.$_$.ih =
|
|
16596
|
-
_.$_$.jh =
|
|
16597
|
-
_.$_$.kh =
|
|
16598
|
-
_.$_$.lh =
|
|
16599
|
-
_.$_$.mh =
|
|
16600
|
-
_.$_$.nh =
|
|
16601
|
-
_.$_$.oh =
|
|
16602
|
-
_.$_$.ph =
|
|
16603
|
-
_.$_$.qh =
|
|
16604
|
-
_.$_$.rh =
|
|
16605
|
-
_.$_$.sh =
|
|
16606
|
-
_.$_$.th =
|
|
16607
|
-
_.$_$.uh =
|
|
16608
|
-
_.$_$.vh =
|
|
16609
|
-
_.$_$.wh =
|
|
16610
|
-
_.$_$.xh =
|
|
16611
|
-
_.$_$.yh =
|
|
16612
|
-
_.$_$.zh =
|
|
16613
|
-
_.$_$.ai =
|
|
16614
|
-
_.$_$.bi =
|
|
16615
|
-
_.$_$.ci =
|
|
16616
|
-
_.$_$.di =
|
|
16617
|
-
_.$_$.ei =
|
|
16618
|
-
_.$_$.fi =
|
|
16619
|
-
_.$_$.gi =
|
|
16620
|
-
_.$_$.hi =
|
|
16621
|
-
_.$_$.ii =
|
|
16622
|
-
_.$_$.ji =
|
|
16623
|
-
_.$_$.ki =
|
|
16624
|
-
_.$_$.li =
|
|
16625
|
-
_.$_$.mi =
|
|
16626
|
-
_.$_$.ni =
|
|
16627
|
-
_.$_$.oi =
|
|
16628
|
-
_.$_$.pi =
|
|
16629
|
-
_.$_$.qi =
|
|
16630
|
-
_.$_$.ri =
|
|
16631
|
-
_.$_$.si =
|
|
16632
|
-
_.$_$.ti =
|
|
16633
|
-
_.$_$.ui =
|
|
16634
|
-
_.$_$.vi = toString_0;
|
|
16635
|
-
_.$_$.wi = to;
|
|
16500
|
+
_.$_$.xd = coerceIn;
|
|
16501
|
+
_.$_$.yd = coerceIn_0;
|
|
16502
|
+
_.$_$.zd = contains_5;
|
|
16503
|
+
_.$_$.ae = downTo;
|
|
16504
|
+
_.$_$.be = step;
|
|
16505
|
+
_.$_$.ce = until;
|
|
16506
|
+
_.$_$.de = createInvariantKTypeProjection;
|
|
16507
|
+
_.$_$.ee = createKType;
|
|
16508
|
+
_.$_$.fe = getKClassFromExpression;
|
|
16509
|
+
_.$_$.ge = getKClass;
|
|
16510
|
+
_.$_$.he = KClass;
|
|
16511
|
+
_.$_$.ie = KMutableProperty1;
|
|
16512
|
+
_.$_$.je = KProperty0;
|
|
16513
|
+
_.$_$.ke = KProperty1;
|
|
16514
|
+
_.$_$.le = KTypeParameter;
|
|
16515
|
+
_.$_$.me = filter;
|
|
16516
|
+
_.$_$.ne = firstOrNull_2;
|
|
16517
|
+
_.$_$.oe = flatMap;
|
|
16518
|
+
_.$_$.pe = mapNotNull;
|
|
16519
|
+
_.$_$.qe = map;
|
|
16520
|
+
_.$_$.re = toList_2;
|
|
16521
|
+
_.$_$.se = concatToString;
|
|
16522
|
+
_.$_$.te = contains_7;
|
|
16523
|
+
_.$_$.ue = contains_8;
|
|
16524
|
+
_.$_$.ve = decodeToString;
|
|
16525
|
+
_.$_$.we = encodeToByteArray;
|
|
16526
|
+
_.$_$.xe = endsWith_0;
|
|
16527
|
+
_.$_$.ye = endsWith;
|
|
16528
|
+
_.$_$.ze = equals_0;
|
|
16529
|
+
_.$_$.af = first_2;
|
|
16530
|
+
_.$_$.bf = indexOfAny;
|
|
16531
|
+
_.$_$.cf = indexOf_5;
|
|
16532
|
+
_.$_$.df = indexOf_4;
|
|
16533
|
+
_.$_$.ef = isBlank;
|
|
16534
|
+
_.$_$.ff = isHighSurrogate;
|
|
16535
|
+
_.$_$.gf = isLowSurrogate;
|
|
16536
|
+
_.$_$.hf = isSurrogate;
|
|
16537
|
+
_.$_$.if = isWhitespace;
|
|
16538
|
+
_.$_$.jf = get_lastIndex_3;
|
|
16539
|
+
_.$_$.kf = lastIndexOf_0;
|
|
16540
|
+
_.$_$.lf = last_2;
|
|
16541
|
+
_.$_$.mf = padStart;
|
|
16542
|
+
_.$_$.nf = removePrefix;
|
|
16543
|
+
_.$_$.of = removeSuffix;
|
|
16544
|
+
_.$_$.pf = repeat;
|
|
16545
|
+
_.$_$.qf = replace;
|
|
16546
|
+
_.$_$.rf = replace_0;
|
|
16547
|
+
_.$_$.sf = single_2;
|
|
16548
|
+
_.$_$.tf = split_0;
|
|
16549
|
+
_.$_$.uf = split;
|
|
16550
|
+
_.$_$.vf = startsWith;
|
|
16551
|
+
_.$_$.wf = startsWith_1;
|
|
16552
|
+
_.$_$.xf = substringAfter;
|
|
16553
|
+
_.$_$.yf = substringBefore;
|
|
16554
|
+
_.$_$.zf = substring_0;
|
|
16555
|
+
_.$_$.ag = substring;
|
|
16556
|
+
_.$_$.bg = take_0;
|
|
16557
|
+
_.$_$.cg = toBooleanStrictOrNull;
|
|
16558
|
+
_.$_$.dg = toDoubleOrNull;
|
|
16559
|
+
_.$_$.eg = toDouble;
|
|
16560
|
+
_.$_$.fg = toIntOrNull;
|
|
16561
|
+
_.$_$.gg = toInt;
|
|
16562
|
+
_.$_$.hg = toLongOrNull;
|
|
16563
|
+
_.$_$.ig = toLong;
|
|
16564
|
+
_.$_$.jg = toString_3;
|
|
16565
|
+
_.$_$.kg = toUByte;
|
|
16566
|
+
_.$_$.lg = toUInt;
|
|
16567
|
+
_.$_$.mg = toULongOrNull;
|
|
16568
|
+
_.$_$.ng = toULong;
|
|
16569
|
+
_.$_$.og = toUShort;
|
|
16570
|
+
_.$_$.pg = trimIndent;
|
|
16571
|
+
_.$_$.qg = trimMargin;
|
|
16572
|
+
_.$_$.rg = trim;
|
|
16573
|
+
_.$_$.sg = Duration;
|
|
16574
|
+
_.$_$.tg = Instant;
|
|
16575
|
+
_.$_$.ug = toDuration_1;
|
|
16576
|
+
_.$_$.vg = toDuration_0;
|
|
16577
|
+
_.$_$.wg = toDuration;
|
|
16578
|
+
_.$_$.xg = Uuid;
|
|
16579
|
+
_.$_$.yg = ArithmeticException;
|
|
16580
|
+
_.$_$.zg = Char;
|
|
16581
|
+
_.$_$.ah = Comparable;
|
|
16582
|
+
_.$_$.bh = Comparator;
|
|
16583
|
+
_.$_$.ch = DeepRecursiveFunction;
|
|
16584
|
+
_.$_$.dh = DeepRecursiveScope;
|
|
16585
|
+
_.$_$.eh = Enum;
|
|
16586
|
+
_.$_$.fh = Error_0;
|
|
16587
|
+
_.$_$.gh = Exception;
|
|
16588
|
+
_.$_$.hh = IllegalArgumentException;
|
|
16589
|
+
_.$_$.ih = IllegalStateException;
|
|
16590
|
+
_.$_$.jh = Long;
|
|
16591
|
+
_.$_$.kh = NoSuchElementException;
|
|
16592
|
+
_.$_$.lh = NotImplementedError;
|
|
16593
|
+
_.$_$.mh = Pair;
|
|
16594
|
+
_.$_$.nh = Result;
|
|
16595
|
+
_.$_$.oh = RuntimeException;
|
|
16596
|
+
_.$_$.ph = THROW_CCE;
|
|
16597
|
+
_.$_$.qh = THROW_IAE;
|
|
16598
|
+
_.$_$.rh = Triple;
|
|
16599
|
+
_.$_$.sh = UByteArray;
|
|
16600
|
+
_.$_$.th = UByte;
|
|
16601
|
+
_.$_$.uh = UIntArray;
|
|
16602
|
+
_.$_$.vh = UInt;
|
|
16603
|
+
_.$_$.wh = ULongArray;
|
|
16604
|
+
_.$_$.xh = ULong;
|
|
16605
|
+
_.$_$.yh = UShortArray;
|
|
16606
|
+
_.$_$.zh = UShort;
|
|
16607
|
+
_.$_$.ai = Unit;
|
|
16608
|
+
_.$_$.bi = UnsupportedOperationException;
|
|
16609
|
+
_.$_$.ci = addSuppressed;
|
|
16610
|
+
_.$_$.di = arrayOf;
|
|
16611
|
+
_.$_$.ei = countTrailingZeroBits;
|
|
16612
|
+
_.$_$.fi = createFailure;
|
|
16613
|
+
_.$_$.gi = ensureNotNull;
|
|
16614
|
+
_.$_$.hi = invoke;
|
|
16615
|
+
_.$_$.ii = isFinite_0;
|
|
16616
|
+
_.$_$.ji = isFinite;
|
|
16617
|
+
_.$_$.ki = isNaN_0;
|
|
16618
|
+
_.$_$.li = lazy;
|
|
16619
|
+
_.$_$.mi = lazy_0;
|
|
16620
|
+
_.$_$.ni = noWhenBranchMatchedException;
|
|
16621
|
+
_.$_$.oi = plus_4;
|
|
16622
|
+
_.$_$.pi = printStackTrace;
|
|
16623
|
+
_.$_$.qi = stackTraceToString;
|
|
16624
|
+
_.$_$.ri = throwOnFailure;
|
|
16625
|
+
_.$_$.si = throwUninitializedPropertyAccessException;
|
|
16626
|
+
_.$_$.ti = toString_0;
|
|
16627
|
+
_.$_$.ui = to;
|
|
16636
16628
|
//endregion
|
|
16637
16629
|
return _;
|
|
16638
16630
|
}));
|