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