client_plugin_logic_deb 1.8.404 → 1.8.405
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 +13 -13
- package/Kosi-Kodein-kodein-di.js +35 -35
- package/Kotlin-DateTime-library-kotlinx-datetime.js +89 -89
- package/Logic_Debertz-ai_module.js +34 -34
- package/Logic_Debertz-client_plugin.d.ts +3 -2
- package/Logic_Debertz-client_plugin.js +2071 -2052
- package/Logic_Debertz-client_plugin.js.map +1 -1
- package/Logic_Debertz-core.js +59 -59
- package/Logic_Debertz-engine.js +16560 -15078
- package/Logic_Debertz-engine.js.map +1 -1
- package/Logic_Debertz-game_client.js +9113 -8228
- package/Logic_Debertz-game_client.js.map +1 -1
- package/Logic_Debertz-game_server.js +980 -968
- package/Logic_Debertz-game_server.js.map +1 -1
- package/error-library-error.js +5 -5
- package/kotlin-kotlin-stdlib.js +278 -271
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlinx-atomicfu.js +9 -9
- package/kotlinx-coroutines-core.js +74 -74
- package/kotlinx-io-kotlinx-io-core.js +30 -30
- package/kotlinx-serialization-kotlinx-serialization-core.js +77 -77
- package/kotlinx-serialization-kotlinx-serialization-json.js +89 -89
- package/ktor-ktor-client-content-negotiation.js +22 -22
- package/ktor-ktor-client-core.js +64 -64
- package/ktor-ktor-client-logging.js +23 -23
- package/ktor-ktor-events.js +5 -5
- package/ktor-ktor-http.js +70 -70
- package/ktor-ktor-io.js +50 -50
- package/ktor-ktor-serialization-kotlinx.js +15 -15
- package/ktor-ktor-serialization.js +15 -15
- package/ktor-ktor-utils.js +45 -45
- package/ktor-ktor-websockets.js +13 -13
- package/package.json +1 -1
- package/random-library-crypto-rand.js +11 -11
- package/random-library-secure-random.js +5 -5
- package/raspberry-cardgame-lib-core.js +34 -34
- package/raspberry-cardgame-lib-logger.js +12 -12
- package/raspberry-cardgame-lib-random.js +39 -39
- package/uuid.js +12 -12
package/kotlin-kotlin-stdlib.js
CHANGED
|
@@ -113,14 +113,14 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
113
113
|
}
|
|
114
114
|
initMetadataForInterface(KtMap, 'Map');
|
|
115
115
|
initMetadataForInterface(MutableIterable, 'MutableIterable');
|
|
116
|
-
initMetadataForInterface(KtMutableList, 'MutableList', VOID, VOID, [KtList,
|
|
116
|
+
initMetadataForInterface(KtMutableList, 'MutableList', VOID, VOID, [KtList, Collection, MutableIterable]);
|
|
117
117
|
initMetadataForCompanion(Companion_2);
|
|
118
118
|
function asJsReadonlySetView() {
|
|
119
119
|
return createJsReadonlySetViewFrom(this);
|
|
120
120
|
}
|
|
121
121
|
initMetadataForInterface(KtSet, 'Set', VOID, VOID, [Collection]);
|
|
122
122
|
initMetadataForInterface(KtMutableMap, 'MutableMap', VOID, VOID, [KtMap]);
|
|
123
|
-
initMetadataForInterface(KtMutableSet, 'MutableSet', VOID, VOID, [KtSet,
|
|
123
|
+
initMetadataForInterface(KtMutableSet, 'MutableSet', VOID, VOID, [KtSet, Collection, MutableIterable]);
|
|
124
124
|
initMetadataForCompanion(Companion_3);
|
|
125
125
|
initMetadataForClass(Enum, 'Enum', VOID, VOID, [Comparable]);
|
|
126
126
|
initMetadataForCompanion(Companion_4);
|
|
@@ -142,7 +142,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
142
142
|
initMetadataForInterface(Comparator, 'Comparator');
|
|
143
143
|
initMetadataForObject(Unit, 'Unit');
|
|
144
144
|
initMetadataForClass(AbstractCollection, 'AbstractCollection', VOID, VOID, [Collection]);
|
|
145
|
-
initMetadataForClass(AbstractMutableCollection, 'AbstractMutableCollection', VOID, AbstractCollection, [AbstractCollection,
|
|
145
|
+
initMetadataForClass(AbstractMutableCollection, 'AbstractMutableCollection', VOID, AbstractCollection, [AbstractCollection, Collection, MutableIterable]);
|
|
146
146
|
initMetadataForClass(IteratorImpl, 'IteratorImpl');
|
|
147
147
|
initMetadataForClass(ListIteratorImpl, 'ListIteratorImpl', VOID, IteratorImpl);
|
|
148
148
|
initMetadataForClass(AbstractMutableList, 'AbstractMutableList', VOID, AbstractMutableCollection, [AbstractMutableCollection, KtMutableList]);
|
|
@@ -155,7 +155,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
155
155
|
initMetadataForClass(ArrayList, 'ArrayList', ArrayList_init_$Create$, AbstractMutableList, [AbstractMutableList, KtMutableList, RandomAccess]);
|
|
156
156
|
initMetadataForClass(HashMap, 'HashMap', HashMap_init_$Create$, AbstractMutableMap, [AbstractMutableMap, KtMutableMap]);
|
|
157
157
|
initMetadataForClass(HashMapKeys, 'HashMapKeys', VOID, AbstractMutableSet, [KtMutableSet, AbstractMutableSet]);
|
|
158
|
-
initMetadataForClass(HashMapValues, 'HashMapValues', VOID, AbstractMutableCollection, [
|
|
158
|
+
initMetadataForClass(HashMapValues, 'HashMapValues', VOID, AbstractMutableCollection, [Collection, MutableIterable, AbstractMutableCollection]);
|
|
159
159
|
initMetadataForClass(HashMapEntrySetBase, 'HashMapEntrySetBase', VOID, AbstractMutableSet, [KtMutableSet, AbstractMutableSet]);
|
|
160
160
|
initMetadataForClass(HashMapEntrySet, 'HashMapEntrySet', VOID, HashMapEntrySetBase);
|
|
161
161
|
initMetadataForClass(HashMapKeysDefault$iterator$1);
|
|
@@ -9973,6 +9973,12 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
9973
9973
|
}
|
|
9974
9974
|
return optimizeReadOnlyMap(toMap_3(_this__u8e3s4, LinkedHashMap_init_$Create$()));
|
|
9975
9975
|
}
|
|
9976
|
+
function plus_6(_this__u8e3s4, map) {
|
|
9977
|
+
// Inline function 'kotlin.apply' call
|
|
9978
|
+
var this_0 = LinkedHashMap_init_$Create$_1(_this__u8e3s4);
|
|
9979
|
+
this_0.o2(map);
|
|
9980
|
+
return this_0;
|
|
9981
|
+
}
|
|
9976
9982
|
function toMap_1(_this__u8e3s4) {
|
|
9977
9983
|
var tmp;
|
|
9978
9984
|
switch (_this__u8e3s4.o()) {
|
|
@@ -16432,273 +16438,274 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
16432
16438
|
_.$_$.p8 = mutableListOf;
|
|
16433
16439
|
_.$_$.q8 = none;
|
|
16434
16440
|
_.$_$.r8 = plus_5;
|
|
16435
|
-
_.$_$.s8 =
|
|
16436
|
-
_.$_$.t8 =
|
|
16437
|
-
_.$_$.u8 =
|
|
16438
|
-
_.$_$.v8 =
|
|
16439
|
-
_.$_$.w8 =
|
|
16440
|
-
_.$_$.x8 =
|
|
16441
|
-
_.$_$.y8 =
|
|
16442
|
-
_.$_$.z8 =
|
|
16443
|
-
_.$_$.a9 =
|
|
16444
|
-
_.$_$.b9 =
|
|
16445
|
-
_.$_$.c9 =
|
|
16446
|
-
_.$_$.d9 =
|
|
16447
|
-
_.$_$.e9 =
|
|
16448
|
-
_.$_$.f9 =
|
|
16449
|
-
_.$_$.g9 =
|
|
16450
|
-
_.$_$.h9 =
|
|
16451
|
-
_.$_$.i9 =
|
|
16452
|
-
_.$_$.j9 =
|
|
16453
|
-
_.$_$.k9 =
|
|
16454
|
-
_.$_$.l9 =
|
|
16455
|
-
_.$_$.m9 =
|
|
16456
|
-
_.$_$.n9 =
|
|
16457
|
-
_.$_$.o9 =
|
|
16458
|
-
_.$_$.p9 =
|
|
16459
|
-
_.$_$.q9 =
|
|
16460
|
-
_.$_$.r9 =
|
|
16461
|
-
_.$_$.s9 =
|
|
16462
|
-
_.$_$.t9 =
|
|
16463
|
-
_.$_$.u9 =
|
|
16464
|
-
_.$_$.v9 =
|
|
16465
|
-
_.$_$.w9 =
|
|
16466
|
-
_.$_$.x9 =
|
|
16467
|
-
_.$_$.y9 =
|
|
16468
|
-
_.$_$.z9 =
|
|
16469
|
-
_.$_$.aa =
|
|
16470
|
-
_.$_$.ba =
|
|
16471
|
-
_.$_$.ca =
|
|
16472
|
-
_.$_$.da =
|
|
16473
|
-
_.$_$.ea =
|
|
16474
|
-
_.$_$.fa =
|
|
16475
|
-
_.$_$.ga =
|
|
16476
|
-
_.$_$.ha =
|
|
16477
|
-
_.$_$.ia =
|
|
16478
|
-
_.$_$.ja =
|
|
16479
|
-
_.$_$.ka =
|
|
16480
|
-
_.$_$.la =
|
|
16481
|
-
_.$_$.ma =
|
|
16482
|
-
_.$_$.na =
|
|
16483
|
-
_.$_$.oa =
|
|
16484
|
-
_.$_$.pa =
|
|
16485
|
-
_.$_$.qa =
|
|
16486
|
-
_.$_$.ra =
|
|
16487
|
-
_.$_$.sa =
|
|
16488
|
-
_.$_$.ta =
|
|
16489
|
-
_.$_$.ua =
|
|
16490
|
-
_.$_$.va =
|
|
16491
|
-
_.$_$.wa =
|
|
16492
|
-
_.$_$.xa =
|
|
16493
|
-
_.$_$.ya =
|
|
16494
|
-
_.$_$.za =
|
|
16495
|
-
_.$_$.ab =
|
|
16496
|
-
_.$_$.bb =
|
|
16497
|
-
_.$_$.cb =
|
|
16498
|
-
_.$_$.db =
|
|
16499
|
-
_.$_$.eb =
|
|
16500
|
-
_.$_$.fb =
|
|
16501
|
-
_.$_$.gb =
|
|
16502
|
-
_.$_$.hb =
|
|
16503
|
-
_.$_$.ib =
|
|
16504
|
-
_.$_$.jb =
|
|
16505
|
-
_.$_$.kb =
|
|
16506
|
-
_.$_$.lb =
|
|
16507
|
-
_.$_$.mb =
|
|
16508
|
-
_.$_$.nb =
|
|
16509
|
-
_.$_$.ob =
|
|
16510
|
-
_.$_$.pb =
|
|
16511
|
-
_.$_$.qb =
|
|
16512
|
-
_.$_$.rb =
|
|
16513
|
-
_.$_$.sb =
|
|
16514
|
-
_.$_$.tb =
|
|
16515
|
-
_.$_$.ub =
|
|
16516
|
-
_.$_$.vb =
|
|
16517
|
-
_.$_$.wb =
|
|
16518
|
-
_.$_$.xb =
|
|
16519
|
-
_.$_$.yb =
|
|
16520
|
-
_.$_$.zb =
|
|
16521
|
-
_.$_$.ac =
|
|
16522
|
-
_.$_$.bc =
|
|
16523
|
-
_.$_$.cc =
|
|
16524
|
-
_.$_$.dc =
|
|
16525
|
-
_.$_$.ec =
|
|
16526
|
-
_.$_$.fc =
|
|
16527
|
-
_.$_$.gc =
|
|
16528
|
-
_.$_$.hc =
|
|
16529
|
-
_.$_$.ic =
|
|
16530
|
-
_.$_$.jc =
|
|
16531
|
-
_.$_$.kc =
|
|
16532
|
-
_.$_$.lc =
|
|
16533
|
-
_.$_$.mc =
|
|
16534
|
-
_.$_$.nc =
|
|
16535
|
-
_.$_$.oc =
|
|
16536
|
-
_.$_$.pc =
|
|
16537
|
-
_.$_$.qc =
|
|
16538
|
-
_.$_$.rc =
|
|
16539
|
-
_.$_$.sc =
|
|
16540
|
-
_.$_$.tc =
|
|
16541
|
-
_.$_$.uc =
|
|
16542
|
-
_.$_$.vc =
|
|
16543
|
-
_.$_$.wc =
|
|
16544
|
-
_.$_$.xc =
|
|
16545
|
-
_.$_$.yc =
|
|
16546
|
-
_.$_$.zc =
|
|
16547
|
-
_.$_$.ad =
|
|
16548
|
-
_.$_$.bd =
|
|
16549
|
-
_.$_$.cd =
|
|
16550
|
-
_.$_$.dd =
|
|
16551
|
-
_.$_$.ed =
|
|
16552
|
-
_.$_$.fd =
|
|
16553
|
-
_.$_$.gd =
|
|
16554
|
-
_.$_$.hd =
|
|
16555
|
-
_.$_$.id =
|
|
16556
|
-
_.$_$.jd =
|
|
16557
|
-
_.$_$.kd =
|
|
16558
|
-
_.$_$.ld =
|
|
16559
|
-
_.$_$.md =
|
|
16560
|
-
_.$_$.nd =
|
|
16561
|
-
_.$_$.od =
|
|
16562
|
-
_.$_$.pd =
|
|
16563
|
-
_.$_$.qd =
|
|
16564
|
-
_.$_$.rd =
|
|
16565
|
-
_.$_$.sd =
|
|
16566
|
-
_.$_$.td =
|
|
16567
|
-
_.$_$.ud =
|
|
16568
|
-
_.$_$.vd =
|
|
16569
|
-
_.$_$.wd =
|
|
16570
|
-
_.$_$.xd =
|
|
16571
|
-
_.$_$.yd =
|
|
16572
|
-
_.$_$.zd =
|
|
16573
|
-
_.$_$.ae =
|
|
16574
|
-
_.$_$.be =
|
|
16575
|
-
_.$_$.ce =
|
|
16576
|
-
_.$_$.de =
|
|
16577
|
-
_.$_$.ee =
|
|
16578
|
-
_.$_$.fe =
|
|
16579
|
-
_.$_$.ge =
|
|
16580
|
-
_.$_$.he =
|
|
16581
|
-
_.$_$.ie =
|
|
16582
|
-
_.$_$.je =
|
|
16583
|
-
_.$_$.ke =
|
|
16584
|
-
_.$_$.le =
|
|
16585
|
-
_.$_$.me =
|
|
16586
|
-
_.$_$.ne =
|
|
16587
|
-
_.$_$.oe =
|
|
16588
|
-
_.$_$.pe =
|
|
16589
|
-
_.$_$.qe =
|
|
16590
|
-
_.$_$.re =
|
|
16591
|
-
_.$_$.se =
|
|
16592
|
-
_.$_$.te =
|
|
16593
|
-
_.$_$.ue =
|
|
16594
|
-
_.$_$.ve =
|
|
16595
|
-
_.$_$.we =
|
|
16596
|
-
_.$_$.xe =
|
|
16597
|
-
_.$_$.ye =
|
|
16598
|
-
_.$_$.ze =
|
|
16599
|
-
_.$_$.af =
|
|
16600
|
-
_.$_$.bf =
|
|
16601
|
-
_.$_$.cf =
|
|
16602
|
-
_.$_$.df =
|
|
16603
|
-
_.$_$.ef =
|
|
16604
|
-
_.$_$.ff =
|
|
16605
|
-
_.$_$.gf =
|
|
16606
|
-
_.$_$.hf =
|
|
16607
|
-
_.$_$.if =
|
|
16608
|
-
_.$_$.jf =
|
|
16609
|
-
_.$_$.kf =
|
|
16610
|
-
_.$_$.lf =
|
|
16611
|
-
_.$_$.mf =
|
|
16612
|
-
_.$_$.nf =
|
|
16613
|
-
_.$_$.of =
|
|
16614
|
-
_.$_$.pf =
|
|
16615
|
-
_.$_$.qf =
|
|
16616
|
-
_.$_$.rf =
|
|
16617
|
-
_.$_$.sf =
|
|
16618
|
-
_.$_$.tf =
|
|
16619
|
-
_.$_$.uf =
|
|
16620
|
-
_.$_$.vf =
|
|
16621
|
-
_.$_$.wf =
|
|
16622
|
-
_.$_$.xf =
|
|
16623
|
-
_.$_$.yf =
|
|
16624
|
-
_.$_$.zf =
|
|
16625
|
-
_.$_$.ag =
|
|
16626
|
-
_.$_$.bg =
|
|
16627
|
-
_.$_$.cg =
|
|
16628
|
-
_.$_$.dg =
|
|
16629
|
-
_.$_$.eg =
|
|
16630
|
-
_.$_$.fg =
|
|
16631
|
-
_.$_$.gg =
|
|
16632
|
-
_.$_$.hg =
|
|
16633
|
-
_.$_$.ig =
|
|
16634
|
-
_.$_$.jg =
|
|
16635
|
-
_.$_$.kg =
|
|
16636
|
-
_.$_$.lg =
|
|
16637
|
-
_.$_$.mg =
|
|
16638
|
-
_.$_$.ng =
|
|
16639
|
-
_.$_$.og =
|
|
16640
|
-
_.$_$.pg =
|
|
16641
|
-
_.$_$.qg =
|
|
16642
|
-
_.$_$.rg =
|
|
16643
|
-
_.$_$.sg =
|
|
16644
|
-
_.$_$.tg =
|
|
16645
|
-
_.$_$.ug =
|
|
16646
|
-
_.$_$.vg =
|
|
16647
|
-
_.$_$.wg =
|
|
16648
|
-
_.$_$.xg =
|
|
16649
|
-
_.$_$.yg =
|
|
16650
|
-
_.$_$.zg =
|
|
16651
|
-
_.$_$.ah =
|
|
16652
|
-
_.$_$.bh =
|
|
16653
|
-
_.$_$.ch =
|
|
16654
|
-
_.$_$.dh =
|
|
16655
|
-
_.$_$.eh =
|
|
16656
|
-
_.$_$.fh =
|
|
16657
|
-
_.$_$.gh =
|
|
16658
|
-
_.$_$.hh =
|
|
16659
|
-
_.$_$.ih =
|
|
16660
|
-
_.$_$.jh =
|
|
16661
|
-
_.$_$.kh =
|
|
16662
|
-
_.$_$.lh =
|
|
16663
|
-
_.$_$.mh =
|
|
16664
|
-
_.$_$.nh =
|
|
16665
|
-
_.$_$.oh =
|
|
16666
|
-
_.$_$.ph =
|
|
16667
|
-
_.$_$.qh =
|
|
16668
|
-
_.$_$.rh =
|
|
16669
|
-
_.$_$.sh =
|
|
16670
|
-
_.$_$.th =
|
|
16671
|
-
_.$_$.uh =
|
|
16672
|
-
_.$_$.vh =
|
|
16673
|
-
_.$_$.wh =
|
|
16674
|
-
_.$_$.xh =
|
|
16675
|
-
_.$_$.yh =
|
|
16676
|
-
_.$_$.zh =
|
|
16677
|
-
_.$_$.ai =
|
|
16678
|
-
_.$_$.bi =
|
|
16679
|
-
_.$_$.ci =
|
|
16680
|
-
_.$_$.di =
|
|
16681
|
-
_.$_$.ei =
|
|
16682
|
-
_.$_$.fi =
|
|
16683
|
-
_.$_$.gi =
|
|
16684
|
-
_.$_$.hi =
|
|
16685
|
-
_.$_$.ii =
|
|
16686
|
-
_.$_$.ji =
|
|
16687
|
-
_.$_$.ki =
|
|
16688
|
-
_.$_$.li =
|
|
16689
|
-
_.$_$.mi =
|
|
16690
|
-
_.$_$.ni =
|
|
16691
|
-
_.$_$.oi =
|
|
16692
|
-
_.$_$.pi =
|
|
16693
|
-
_.$_$.qi =
|
|
16694
|
-
_.$_$.ri =
|
|
16695
|
-
_.$_$.si =
|
|
16696
|
-
_.$_$.ti =
|
|
16697
|
-
_.$_$.ui =
|
|
16698
|
-
_.$_$.vi =
|
|
16699
|
-
_.$_$.wi =
|
|
16700
|
-
_.$_$.xi =
|
|
16701
|
-
_.$_$.yi =
|
|
16441
|
+
_.$_$.s8 = plus_6;
|
|
16442
|
+
_.$_$.t8 = plus_3;
|
|
16443
|
+
_.$_$.u8 = plus_2;
|
|
16444
|
+
_.$_$.v8 = plus_1;
|
|
16445
|
+
_.$_$.w8 = plus_0;
|
|
16446
|
+
_.$_$.x8 = randomOrNull;
|
|
16447
|
+
_.$_$.y8 = removeAll;
|
|
16448
|
+
_.$_$.z8 = removeFirstOrNull;
|
|
16449
|
+
_.$_$.a9 = removeLastOrNull;
|
|
16450
|
+
_.$_$.b9 = removeLast;
|
|
16451
|
+
_.$_$.c9 = reversed;
|
|
16452
|
+
_.$_$.d9 = reverse;
|
|
16453
|
+
_.$_$.e9 = setOf;
|
|
16454
|
+
_.$_$.f9 = setOf_0;
|
|
16455
|
+
_.$_$.g9 = singleOrNull;
|
|
16456
|
+
_.$_$.h9 = single_0;
|
|
16457
|
+
_.$_$.i9 = sortWith_0;
|
|
16458
|
+
_.$_$.j9 = sortedWith;
|
|
16459
|
+
_.$_$.k9 = sorted;
|
|
16460
|
+
_.$_$.l9 = sum;
|
|
16461
|
+
_.$_$.m9 = takeLast;
|
|
16462
|
+
_.$_$.n9 = take;
|
|
16463
|
+
_.$_$.o9 = toBooleanArray;
|
|
16464
|
+
_.$_$.p9 = toHashSet;
|
|
16465
|
+
_.$_$.q9 = toList_1;
|
|
16466
|
+
_.$_$.r9 = toList_0;
|
|
16467
|
+
_.$_$.s9 = toList;
|
|
16468
|
+
_.$_$.t9 = toMap_1;
|
|
16469
|
+
_.$_$.u9 = toMap;
|
|
16470
|
+
_.$_$.v9 = toMap_0;
|
|
16471
|
+
_.$_$.w9 = toMutableList_0;
|
|
16472
|
+
_.$_$.x9 = toMutableMap;
|
|
16473
|
+
_.$_$.y9 = toMutableSet;
|
|
16474
|
+
_.$_$.z9 = toSet_0;
|
|
16475
|
+
_.$_$.aa = toTypedArray;
|
|
16476
|
+
_.$_$.ba = withIndex;
|
|
16477
|
+
_.$_$.ca = zip_0;
|
|
16478
|
+
_.$_$.da = zip;
|
|
16479
|
+
_.$_$.ea = compareValuesBy;
|
|
16480
|
+
_.$_$.fa = compareValues;
|
|
16481
|
+
_.$_$.ga = CancellationException;
|
|
16482
|
+
_.$_$.ha = get_COROUTINE_SUSPENDED;
|
|
16483
|
+
_.$_$.ia = createCoroutineUnintercepted;
|
|
16484
|
+
_.$_$.ja = intercepted;
|
|
16485
|
+
_.$_$.ka = startCoroutineUninterceptedOrReturnNonGeneratorVersion;
|
|
16486
|
+
_.$_$.la = AbstractCoroutineContextElement;
|
|
16487
|
+
_.$_$.ma = AbstractCoroutineContextKey;
|
|
16488
|
+
_.$_$.na = get_0;
|
|
16489
|
+
_.$_$.oa = minusKey_0;
|
|
16490
|
+
_.$_$.pa = ContinuationInterceptor;
|
|
16491
|
+
_.$_$.qa = Continuation;
|
|
16492
|
+
_.$_$.ra = fold;
|
|
16493
|
+
_.$_$.sa = get;
|
|
16494
|
+
_.$_$.ta = minusKey;
|
|
16495
|
+
_.$_$.ua = Element;
|
|
16496
|
+
_.$_$.va = plus;
|
|
16497
|
+
_.$_$.wa = CoroutineImpl;
|
|
16498
|
+
_.$_$.xa = startCoroutine;
|
|
16499
|
+
_.$_$.ya = enumEntries;
|
|
16500
|
+
_.$_$.za = println;
|
|
16501
|
+
_.$_$.ab = get_ONE;
|
|
16502
|
+
_.$_$.bb = add;
|
|
16503
|
+
_.$_$.cb = bitwiseAnd;
|
|
16504
|
+
_.$_$.db = bitwiseOr;
|
|
16505
|
+
_.$_$.eb = bitwiseXor;
|
|
16506
|
+
_.$_$.fb = compare;
|
|
16507
|
+
_.$_$.gb = convertToByte;
|
|
16508
|
+
_.$_$.hb = convertToInt;
|
|
16509
|
+
_.$_$.ib = convertToShort;
|
|
16510
|
+
_.$_$.jb = divide;
|
|
16511
|
+
_.$_$.kb = equalsLong;
|
|
16512
|
+
_.$_$.lb = fromInt;
|
|
16513
|
+
_.$_$.mb = invert;
|
|
16514
|
+
_.$_$.nb = modulo;
|
|
16515
|
+
_.$_$.ob = multiply;
|
|
16516
|
+
_.$_$.pb = negate;
|
|
16517
|
+
_.$_$.qb = numberToLong;
|
|
16518
|
+
_.$_$.rb = shiftLeft;
|
|
16519
|
+
_.$_$.sb = shiftRightUnsigned;
|
|
16520
|
+
_.$_$.tb = shiftRight;
|
|
16521
|
+
_.$_$.ub = subtract;
|
|
16522
|
+
_.$_$.vb = toNumber;
|
|
16523
|
+
_.$_$.wb = FunctionAdapter;
|
|
16524
|
+
_.$_$.xb = anyToString;
|
|
16525
|
+
_.$_$.yb = arrayIterator;
|
|
16526
|
+
_.$_$.zb = booleanArray;
|
|
16527
|
+
_.$_$.ac = captureStack;
|
|
16528
|
+
_.$_$.bc = charArrayOf;
|
|
16529
|
+
_.$_$.cc = charArray;
|
|
16530
|
+
_.$_$.dc = charCodeAt;
|
|
16531
|
+
_.$_$.ec = charSequenceGet;
|
|
16532
|
+
_.$_$.fc = charSequenceLength;
|
|
16533
|
+
_.$_$.gc = charSequenceSubSequence;
|
|
16534
|
+
_.$_$.hc = compareTo;
|
|
16535
|
+
_.$_$.ic = defineProp;
|
|
16536
|
+
_.$_$.jc = equals;
|
|
16537
|
+
_.$_$.kc = extendThrowable;
|
|
16538
|
+
_.$_$.lc = getBooleanHashCode;
|
|
16539
|
+
_.$_$.mc = getNumberHashCode;
|
|
16540
|
+
_.$_$.nc = getPropertyCallableRef;
|
|
16541
|
+
_.$_$.oc = getStringHashCode;
|
|
16542
|
+
_.$_$.pc = hashCode_0;
|
|
16543
|
+
_.$_$.qc = initMetadataForClass;
|
|
16544
|
+
_.$_$.rc = initMetadataForCompanion;
|
|
16545
|
+
_.$_$.sc = initMetadataForCoroutine;
|
|
16546
|
+
_.$_$.tc = initMetadataForInterface;
|
|
16547
|
+
_.$_$.uc = initMetadataForLambda;
|
|
16548
|
+
_.$_$.vc = initMetadataForObject;
|
|
16549
|
+
_.$_$.wc = isArray;
|
|
16550
|
+
_.$_$.xc = isBooleanArray;
|
|
16551
|
+
_.$_$.yc = isByteArray;
|
|
16552
|
+
_.$_$.zc = isCharArray;
|
|
16553
|
+
_.$_$.ad = isCharSequence;
|
|
16554
|
+
_.$_$.bd = isDoubleArray;
|
|
16555
|
+
_.$_$.cd = isFloatArray;
|
|
16556
|
+
_.$_$.dd = isIntArray;
|
|
16557
|
+
_.$_$.ed = isInterface;
|
|
16558
|
+
_.$_$.fd = isLongArray;
|
|
16559
|
+
_.$_$.gd = isNumber;
|
|
16560
|
+
_.$_$.hd = isShortArray;
|
|
16561
|
+
_.$_$.id = isSuspendFunction;
|
|
16562
|
+
_.$_$.jd = get_js;
|
|
16563
|
+
_.$_$.kd = longArray;
|
|
16564
|
+
_.$_$.ld = numberRangeToNumber;
|
|
16565
|
+
_.$_$.md = numberToByte;
|
|
16566
|
+
_.$_$.nd = numberToChar;
|
|
16567
|
+
_.$_$.od = numberToInt;
|
|
16568
|
+
_.$_$.pd = objectCreate;
|
|
16569
|
+
_.$_$.qd = protoOf;
|
|
16570
|
+
_.$_$.rd = toByte;
|
|
16571
|
+
_.$_$.sd = toShort;
|
|
16572
|
+
_.$_$.td = toString_1;
|
|
16573
|
+
_.$_$.ud = abs_0;
|
|
16574
|
+
_.$_$.vd = roundToInt;
|
|
16575
|
+
_.$_$.wd = round;
|
|
16576
|
+
_.$_$.xd = ClosedRange;
|
|
16577
|
+
_.$_$.yd = coerceAtLeast;
|
|
16578
|
+
_.$_$.zd = coerceAtMost_0;
|
|
16579
|
+
_.$_$.ae = coerceAtMost;
|
|
16580
|
+
_.$_$.be = coerceIn;
|
|
16581
|
+
_.$_$.ce = coerceIn_0;
|
|
16582
|
+
_.$_$.de = contains_5;
|
|
16583
|
+
_.$_$.ee = downTo;
|
|
16584
|
+
_.$_$.fe = random;
|
|
16585
|
+
_.$_$.ge = step;
|
|
16586
|
+
_.$_$.he = until;
|
|
16587
|
+
_.$_$.ie = createInvariantKTypeProjection;
|
|
16588
|
+
_.$_$.je = createKType;
|
|
16589
|
+
_.$_$.ke = getKClassFromExpression;
|
|
16590
|
+
_.$_$.le = getKClass;
|
|
16591
|
+
_.$_$.me = KClass;
|
|
16592
|
+
_.$_$.ne = KMutableProperty1;
|
|
16593
|
+
_.$_$.oe = KProperty0;
|
|
16594
|
+
_.$_$.pe = KProperty1;
|
|
16595
|
+
_.$_$.qe = KTypeParameter;
|
|
16596
|
+
_.$_$.re = filter;
|
|
16597
|
+
_.$_$.se = firstOrNull_2;
|
|
16598
|
+
_.$_$.te = flatMap;
|
|
16599
|
+
_.$_$.ue = mapNotNull;
|
|
16600
|
+
_.$_$.ve = map;
|
|
16601
|
+
_.$_$.we = toList_2;
|
|
16602
|
+
_.$_$.xe = concatToString;
|
|
16603
|
+
_.$_$.ye = contains_7;
|
|
16604
|
+
_.$_$.ze = contains_8;
|
|
16605
|
+
_.$_$.af = decodeToString;
|
|
16606
|
+
_.$_$.bf = encodeToByteArray;
|
|
16607
|
+
_.$_$.cf = endsWith_0;
|
|
16608
|
+
_.$_$.df = endsWith;
|
|
16609
|
+
_.$_$.ef = equals_0;
|
|
16610
|
+
_.$_$.ff = first_2;
|
|
16611
|
+
_.$_$.gf = indexOfAny;
|
|
16612
|
+
_.$_$.hf = indexOf_5;
|
|
16613
|
+
_.$_$.if = indexOf_4;
|
|
16614
|
+
_.$_$.jf = isBlank;
|
|
16615
|
+
_.$_$.kf = isHighSurrogate;
|
|
16616
|
+
_.$_$.lf = isLowSurrogate;
|
|
16617
|
+
_.$_$.mf = isSurrogate;
|
|
16618
|
+
_.$_$.nf = isWhitespace;
|
|
16619
|
+
_.$_$.of = get_lastIndex_3;
|
|
16620
|
+
_.$_$.pf = lastIndexOf_0;
|
|
16621
|
+
_.$_$.qf = last_2;
|
|
16622
|
+
_.$_$.rf = padStart;
|
|
16623
|
+
_.$_$.sf = removePrefix;
|
|
16624
|
+
_.$_$.tf = removeSuffix;
|
|
16625
|
+
_.$_$.uf = repeat;
|
|
16626
|
+
_.$_$.vf = replace;
|
|
16627
|
+
_.$_$.wf = replace_0;
|
|
16628
|
+
_.$_$.xf = single_2;
|
|
16629
|
+
_.$_$.yf = split_0;
|
|
16630
|
+
_.$_$.zf = split;
|
|
16631
|
+
_.$_$.ag = startsWith;
|
|
16632
|
+
_.$_$.bg = startsWith_1;
|
|
16633
|
+
_.$_$.cg = substringAfter;
|
|
16634
|
+
_.$_$.dg = substringBefore;
|
|
16635
|
+
_.$_$.eg = substring_0;
|
|
16636
|
+
_.$_$.fg = substring;
|
|
16637
|
+
_.$_$.gg = take_0;
|
|
16638
|
+
_.$_$.hg = toBooleanStrictOrNull;
|
|
16639
|
+
_.$_$.ig = toDoubleOrNull;
|
|
16640
|
+
_.$_$.jg = toDouble;
|
|
16641
|
+
_.$_$.kg = toIntOrNull;
|
|
16642
|
+
_.$_$.lg = toInt;
|
|
16643
|
+
_.$_$.mg = toLongOrNull;
|
|
16644
|
+
_.$_$.ng = toLong;
|
|
16645
|
+
_.$_$.og = toString_3;
|
|
16646
|
+
_.$_$.pg = toUByte;
|
|
16647
|
+
_.$_$.qg = toUInt;
|
|
16648
|
+
_.$_$.rg = toULongOrNull;
|
|
16649
|
+
_.$_$.sg = toULong;
|
|
16650
|
+
_.$_$.tg = toUShort;
|
|
16651
|
+
_.$_$.ug = trimIndent;
|
|
16652
|
+
_.$_$.vg = trimMargin;
|
|
16653
|
+
_.$_$.wg = trim;
|
|
16654
|
+
_.$_$.xg = Duration;
|
|
16655
|
+
_.$_$.yg = Instant;
|
|
16656
|
+
_.$_$.zg = toDuration_1;
|
|
16657
|
+
_.$_$.ah = toDuration_0;
|
|
16658
|
+
_.$_$.bh = toDuration;
|
|
16659
|
+
_.$_$.ch = Uuid;
|
|
16660
|
+
_.$_$.dh = ArithmeticException;
|
|
16661
|
+
_.$_$.eh = Char;
|
|
16662
|
+
_.$_$.fh = Comparable;
|
|
16663
|
+
_.$_$.gh = Comparator;
|
|
16664
|
+
_.$_$.hh = DeepRecursiveFunction;
|
|
16665
|
+
_.$_$.ih = DeepRecursiveScope;
|
|
16666
|
+
_.$_$.jh = Enum;
|
|
16667
|
+
_.$_$.kh = Error_0;
|
|
16668
|
+
_.$_$.lh = Exception;
|
|
16669
|
+
_.$_$.mh = IllegalArgumentException;
|
|
16670
|
+
_.$_$.nh = IllegalStateException;
|
|
16671
|
+
_.$_$.oh = Long;
|
|
16672
|
+
_.$_$.ph = NoSuchElementException;
|
|
16673
|
+
_.$_$.qh = NotImplementedError;
|
|
16674
|
+
_.$_$.rh = Pair;
|
|
16675
|
+
_.$_$.sh = Result;
|
|
16676
|
+
_.$_$.th = RuntimeException;
|
|
16677
|
+
_.$_$.uh = THROW_CCE;
|
|
16678
|
+
_.$_$.vh = THROW_IAE;
|
|
16679
|
+
_.$_$.wh = Triple;
|
|
16680
|
+
_.$_$.xh = UByteArray;
|
|
16681
|
+
_.$_$.yh = UByte;
|
|
16682
|
+
_.$_$.zh = UIntArray;
|
|
16683
|
+
_.$_$.ai = UInt;
|
|
16684
|
+
_.$_$.bi = ULongArray;
|
|
16685
|
+
_.$_$.ci = ULong;
|
|
16686
|
+
_.$_$.di = UShortArray;
|
|
16687
|
+
_.$_$.ei = UShort;
|
|
16688
|
+
_.$_$.fi = Unit;
|
|
16689
|
+
_.$_$.gi = UnsupportedOperationException;
|
|
16690
|
+
_.$_$.hi = addSuppressed;
|
|
16691
|
+
_.$_$.ii = arrayOf;
|
|
16692
|
+
_.$_$.ji = countTrailingZeroBits;
|
|
16693
|
+
_.$_$.ki = createFailure;
|
|
16694
|
+
_.$_$.li = ensureNotNull;
|
|
16695
|
+
_.$_$.mi = invoke;
|
|
16696
|
+
_.$_$.ni = isFinite_0;
|
|
16697
|
+
_.$_$.oi = isFinite;
|
|
16698
|
+
_.$_$.pi = isNaN_0;
|
|
16699
|
+
_.$_$.qi = lazy;
|
|
16700
|
+
_.$_$.ri = lazy_0;
|
|
16701
|
+
_.$_$.si = noWhenBranchMatchedException;
|
|
16702
|
+
_.$_$.ti = plus_4;
|
|
16703
|
+
_.$_$.ui = printStackTrace;
|
|
16704
|
+
_.$_$.vi = stackTraceToString;
|
|
16705
|
+
_.$_$.wi = throwOnFailure;
|
|
16706
|
+
_.$_$.xi = throwUninitializedPropertyAccessException;
|
|
16707
|
+
_.$_$.yi = toString_0;
|
|
16708
|
+
_.$_$.zi = to;
|
|
16702
16709
|
//endregion
|
|
16703
16710
|
return _;
|
|
16704
16711
|
}));
|