game_client_logic_deb 1.8.379 → 1.8.381

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 (34) 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 +91 -91
  4. package/Logic_Debertz-core.js +56 -56
  5. package/Logic_Debertz-engine.js +236 -168
  6. package/Logic_Debertz-engine.js.map +1 -1
  7. package/Logic_Debertz-game_client.js +153 -139
  8. package/Logic_Debertz-game_client.js.map +1 -1
  9. package/error-library-error.js +5 -5
  10. package/kotlin-kotlin-stdlib.js +289 -276
  11. package/kotlin-kotlin-stdlib.js.map +1 -1
  12. package/kotlinx-atomicfu.js +9 -9
  13. package/kotlinx-coroutines-core.js +79 -79
  14. package/kotlinx-coroutines-core.js.map +1 -1
  15. package/kotlinx-io-kotlinx-io-core.js +30 -30
  16. package/kotlinx-serialization-kotlinx-serialization-core.js +77 -77
  17. package/kotlinx-serialization-kotlinx-serialization-json.js +89 -89
  18. package/ktor-ktor-client-content-negotiation.js +22 -22
  19. package/ktor-ktor-client-core.js +64 -64
  20. package/ktor-ktor-client-logging.js +23 -23
  21. package/ktor-ktor-events.js +5 -5
  22. package/ktor-ktor-http.js +70 -70
  23. package/ktor-ktor-io.js +50 -50
  24. package/ktor-ktor-serialization-kotlinx.js +15 -15
  25. package/ktor-ktor-serialization.js +15 -15
  26. package/ktor-ktor-utils.js +46 -46
  27. package/ktor-ktor-websockets.js +13 -13
  28. package/package.json +1 -1
  29. package/random-library-crypto-rand.js +11 -11
  30. package/random-library-secure-random.js +5 -5
  31. package/raspberry-cardgame-lib-core.js +35 -35
  32. package/raspberry-cardgame-lib-logger.js +13 -13
  33. package/raspberry-cardgame-lib-random.js +39 -39
  34. 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.$_$.hd;
17
- var objectCreate = kotlin_kotlin.$_$.gd;
18
- var captureStack = kotlin_kotlin.$_$.rb;
16
+ var protoOf = kotlin_kotlin.$_$.id;
17
+ var objectCreate = kotlin_kotlin.$_$.hd;
18
+ var captureStack = kotlin_kotlin.$_$.sb;
19
19
  var Exception_init_$Init$_0 = kotlin_kotlin.$_$.g1;
20
- var Exception = kotlin_kotlin.$_$.bh;
21
- var initMetadataForClass = kotlin_kotlin.$_$.hc;
20
+ var Exception = kotlin_kotlin.$_$.ch;
21
+ var initMetadataForClass = kotlin_kotlin.$_$.ic;
22
22
  //endregion
23
23
  //region block: pre-declaration
24
24
  initMetadataForClass(GeneralSecurityException, 'GeneralSecurityException', GeneralSecurityException_init_$Create$, Exception);
@@ -57,12 +57,6 @@ if (typeof Math.clz32 === 'undefined') {
57
57
  };
58
58
  }(Math.log, Math.LN2);
59
59
  }
60
- if (typeof String.prototype.startsWith === 'undefined') {
61
- Object.defineProperty(String.prototype, 'startsWith', {value: function (searchString, position) {
62
- position = position || 0;
63
- return this.lastIndexOf(searchString, position) === position;
64
- }});
65
- }
66
60
  if (typeof String.prototype.endsWith === 'undefined') {
67
61
  Object.defineProperty(String.prototype, 'endsWith', {value: function (searchString, position) {
68
62
  var subjectString = this.toString();
@@ -74,6 +68,12 @@ if (typeof String.prototype.endsWith === 'undefined') {
74
68
  return lastIndex !== -1 && lastIndex === position;
75
69
  }});
76
70
  }
71
+ if (typeof String.prototype.startsWith === 'undefined') {
72
+ Object.defineProperty(String.prototype, 'startsWith', {value: function (searchString, position) {
73
+ position = position || 0;
74
+ return this.lastIndexOf(searchString, position) === position;
75
+ }});
76
+ }
77
77
  //endregion
78
78
  (function (factory) {
79
79
  if (typeof define === 'function' && define.amd)
@@ -119,8 +119,8 @@ if (typeof String.prototype.endsWith === '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, Collection, MutableIterable]);
123
- initMetadataForInterface(KtMutableSet, 'MutableSet', VOID, VOID, [KtSet, Collection, MutableIterable]);
122
+ initMetadataForInterface(KtMutableList, 'MutableList', VOID, VOID, [KtList, MutableIterable, Collection]);
123
+ initMetadataForInterface(KtMutableSet, 'MutableSet', VOID, VOID, [KtSet, MutableIterable, Collection]);
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.endsWith === '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, Collection, MutableIterable]);
145
+ initMetadataForClass(AbstractMutableCollection, 'AbstractMutableCollection', VOID, AbstractCollection, [AbstractCollection, MutableIterable, Collection]);
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.endsWith === '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, [Collection, MutableIterable, AbstractMutableCollection]);
158
+ initMetadataForClass(HashMapValues, 'HashMapValues', VOID, AbstractMutableCollection, [MutableIterable, Collection, AbstractMutableCollection]);
159
159
  initMetadataForClass(HashMapEntrySetBase, 'HashMapEntrySetBase', VOID, AbstractMutableSet, [KtMutableSet, AbstractMutableSet]);
160
160
  initMetadataForClass(HashMapEntrySet, 'HashMapEntrySet', VOID, HashMapEntrySetBase);
161
161
  initMetadataForClass(HashMapKeysDefault$iterator$1);
@@ -919,6 +919,18 @@ if (typeof String.prototype.endsWith === 'undefined') {
919
919
  }
920
920
  return count === 0 ? NaN : sum / count;
921
921
  }
922
+ function maxOrNull(_this__u8e3s4) {
923
+ var iterator = _this__u8e3s4.l();
924
+ if (!iterator.m())
925
+ return null;
926
+ var max = iterator.n();
927
+ while (iterator.m()) {
928
+ var e = iterator.n();
929
+ if (compareTo(max, e) < 0)
930
+ max = e;
931
+ }
932
+ return max;
933
+ }
922
934
  function lastOrNull(_this__u8e3s4) {
923
935
  return _this__u8e3s4.r() ? null : _this__u8e3s4.p(_this__u8e3s4.o() - 1 | 0);
924
936
  }
@@ -16339,272 +16351,273 @@ if (typeof String.prototype.endsWith === 'undefined') {
16339
16351
  _.$_$.h8 = mapCapacity;
16340
16352
  _.$_$.i8 = mapOf;
16341
16353
  _.$_$.j8 = mapOf_0;
16342
- _.$_$.k8 = minus;
16343
- _.$_$.l8 = mutableListOf;
16344
- _.$_$.m8 = plus_5;
16345
- _.$_$.n8 = plus_3;
16346
- _.$_$.o8 = plus_2;
16347
- _.$_$.p8 = plus_0;
16348
- _.$_$.q8 = plus_1;
16349
- _.$_$.r8 = removeFirstOrNull;
16350
- _.$_$.s8 = removeLastOrNull;
16351
- _.$_$.t8 = removeLast;
16352
- _.$_$.u8 = reversed;
16353
- _.$_$.v8 = reverse;
16354
- _.$_$.w8 = setOf;
16355
- _.$_$.x8 = setOf_0;
16356
- _.$_$.y8 = singleOrNull;
16357
- _.$_$.z8 = single_0;
16358
- _.$_$.a9 = sortWith_0;
16359
- _.$_$.b9 = sortedWith;
16360
- _.$_$.c9 = sorted;
16361
- _.$_$.d9 = sum;
16362
- _.$_$.e9 = takeLast;
16363
- _.$_$.f9 = take;
16364
- _.$_$.g9 = toBooleanArray;
16365
- _.$_$.h9 = toHashSet;
16366
- _.$_$.i9 = toList_1;
16367
- _.$_$.j9 = toList_0;
16368
- _.$_$.k9 = toList;
16369
- _.$_$.l9 = toMap_2;
16370
- _.$_$.m9 = toMap;
16371
- _.$_$.n9 = toMutableList_0;
16372
- _.$_$.o9 = toMutableMap;
16373
- _.$_$.p9 = toMutableSet;
16374
- _.$_$.q9 = toSet_0;
16375
- _.$_$.r9 = toTypedArray;
16376
- _.$_$.s9 = withIndex;
16377
- _.$_$.t9 = zip_0;
16378
- _.$_$.u9 = zip;
16379
- _.$_$.v9 = compareValuesBy;
16380
- _.$_$.w9 = compareValues;
16381
- _.$_$.x9 = CancellationException;
16382
- _.$_$.y9 = get_COROUTINE_SUSPENDED;
16383
- _.$_$.z9 = createCoroutineUnintercepted;
16384
- _.$_$.aa = intercepted;
16385
- _.$_$.ba = startCoroutineUninterceptedOrReturnNonGeneratorVersion;
16386
- _.$_$.ca = AbstractCoroutineContextElement;
16387
- _.$_$.da = AbstractCoroutineContextKey;
16388
- _.$_$.ea = get_0;
16389
- _.$_$.fa = minusKey_0;
16390
- _.$_$.ga = ContinuationInterceptor;
16391
- _.$_$.ha = Continuation;
16392
- _.$_$.ia = fold;
16393
- _.$_$.ja = get;
16394
- _.$_$.ka = minusKey;
16395
- _.$_$.la = Element;
16396
- _.$_$.ma = plus;
16397
- _.$_$.na = CoroutineImpl;
16398
- _.$_$.oa = startCoroutine;
16399
- _.$_$.pa = enumEntries;
16400
- _.$_$.qa = println;
16401
- _.$_$.ra = get_ONE;
16402
- _.$_$.sa = add;
16403
- _.$_$.ta = bitwiseAnd;
16404
- _.$_$.ua = bitwiseOr;
16405
- _.$_$.va = bitwiseXor;
16406
- _.$_$.wa = compare;
16407
- _.$_$.xa = convertToByte;
16408
- _.$_$.ya = convertToInt;
16409
- _.$_$.za = convertToShort;
16410
- _.$_$.ab = divide;
16411
- _.$_$.bb = equalsLong;
16412
- _.$_$.cb = fromInt;
16413
- _.$_$.db = invert;
16414
- _.$_$.eb = modulo;
16415
- _.$_$.fb = multiply;
16416
- _.$_$.gb = negate;
16417
- _.$_$.hb = numberToLong;
16418
- _.$_$.ib = shiftLeft;
16419
- _.$_$.jb = shiftRightUnsigned;
16420
- _.$_$.kb = shiftRight;
16421
- _.$_$.lb = subtract;
16422
- _.$_$.mb = toNumber;
16423
- _.$_$.nb = FunctionAdapter;
16424
- _.$_$.ob = anyToString;
16425
- _.$_$.pb = arrayIterator;
16426
- _.$_$.qb = booleanArray;
16427
- _.$_$.rb = captureStack;
16428
- _.$_$.sb = charArrayOf;
16429
- _.$_$.tb = charArray;
16430
- _.$_$.ub = charCodeAt;
16431
- _.$_$.vb = charSequenceGet;
16432
- _.$_$.wb = charSequenceLength;
16433
- _.$_$.xb = charSequenceSubSequence;
16434
- _.$_$.yb = compareTo;
16435
- _.$_$.zb = defineProp;
16436
- _.$_$.ac = equals;
16437
- _.$_$.bc = extendThrowable;
16438
- _.$_$.cc = getBooleanHashCode;
16439
- _.$_$.dc = getNumberHashCode;
16440
- _.$_$.ec = getPropertyCallableRef;
16441
- _.$_$.fc = getStringHashCode;
16442
- _.$_$.gc = hashCode_0;
16443
- _.$_$.hc = initMetadataForClass;
16444
- _.$_$.ic = initMetadataForCompanion;
16445
- _.$_$.jc = initMetadataForCoroutine;
16446
- _.$_$.kc = initMetadataForInterface;
16447
- _.$_$.lc = initMetadataForLambda;
16448
- _.$_$.mc = initMetadataForObject;
16449
- _.$_$.nc = isArray;
16450
- _.$_$.oc = isBooleanArray;
16451
- _.$_$.pc = isByteArray;
16452
- _.$_$.qc = isCharArray;
16453
- _.$_$.rc = isCharSequence;
16454
- _.$_$.sc = isDoubleArray;
16455
- _.$_$.tc = isFloatArray;
16456
- _.$_$.uc = isIntArray;
16457
- _.$_$.vc = isInterface;
16458
- _.$_$.wc = isLongArray;
16459
- _.$_$.xc = isNumber;
16460
- _.$_$.yc = isShortArray;
16461
- _.$_$.zc = isSuspendFunction;
16462
- _.$_$.ad = get_js;
16463
- _.$_$.bd = longArray;
16464
- _.$_$.cd = numberRangeToNumber;
16465
- _.$_$.dd = numberToByte;
16466
- _.$_$.ed = numberToChar;
16467
- _.$_$.fd = numberToInt;
16468
- _.$_$.gd = objectCreate;
16469
- _.$_$.hd = protoOf;
16470
- _.$_$.id = toByte;
16471
- _.$_$.jd = toShort;
16472
- _.$_$.kd = toString_1;
16473
- _.$_$.ld = abs_0;
16474
- _.$_$.md = roundToInt;
16475
- _.$_$.nd = round;
16476
- _.$_$.od = ClosedRange;
16477
- _.$_$.pd = coerceAtLeast;
16478
- _.$_$.qd = coerceAtMost_0;
16479
- _.$_$.rd = coerceAtMost;
16480
- _.$_$.sd = coerceIn;
16481
- _.$_$.td = coerceIn_0;
16482
- _.$_$.ud = contains_5;
16483
- _.$_$.vd = downTo;
16484
- _.$_$.wd = step;
16485
- _.$_$.xd = until;
16486
- _.$_$.yd = createInvariantKTypeProjection;
16487
- _.$_$.zd = createKType;
16488
- _.$_$.ae = getKClassFromExpression;
16489
- _.$_$.be = getKClass;
16490
- _.$_$.ce = KClass;
16491
- _.$_$.de = KMutableProperty1;
16492
- _.$_$.ee = KProperty0;
16493
- _.$_$.fe = KProperty1;
16494
- _.$_$.ge = KTypeParameter;
16495
- _.$_$.he = filter;
16496
- _.$_$.ie = firstOrNull_2;
16497
- _.$_$.je = flatMap;
16498
- _.$_$.ke = mapNotNull;
16499
- _.$_$.le = map;
16500
- _.$_$.me = toList_2;
16501
- _.$_$.ne = concatToString;
16502
- _.$_$.oe = contains_7;
16503
- _.$_$.pe = contains_8;
16504
- _.$_$.qe = decodeToString;
16505
- _.$_$.re = encodeToByteArray;
16506
- _.$_$.se = endsWith_0;
16507
- _.$_$.te = endsWith;
16508
- _.$_$.ue = equals_0;
16509
- _.$_$.ve = first_2;
16510
- _.$_$.we = indexOfAny;
16511
- _.$_$.xe = indexOf_5;
16512
- _.$_$.ye = indexOf_4;
16513
- _.$_$.ze = isBlank;
16514
- _.$_$.af = isHighSurrogate;
16515
- _.$_$.bf = isLowSurrogate;
16516
- _.$_$.cf = isSurrogate;
16517
- _.$_$.df = isWhitespace;
16518
- _.$_$.ef = get_lastIndex_3;
16519
- _.$_$.ff = lastIndexOf_0;
16520
- _.$_$.gf = last_2;
16521
- _.$_$.hf = padStart;
16522
- _.$_$.if = removePrefix;
16523
- _.$_$.jf = removeSuffix;
16524
- _.$_$.kf = repeat;
16525
- _.$_$.lf = replace;
16526
- _.$_$.mf = replace_0;
16527
- _.$_$.nf = single_2;
16528
- _.$_$.of = split_0;
16529
- _.$_$.pf = split;
16530
- _.$_$.qf = startsWith;
16531
- _.$_$.rf = startsWith_1;
16532
- _.$_$.sf = substringAfter;
16533
- _.$_$.tf = substringBefore;
16534
- _.$_$.uf = substring_0;
16535
- _.$_$.vf = substring;
16536
- _.$_$.wf = take_0;
16537
- _.$_$.xf = toBooleanStrictOrNull;
16538
- _.$_$.yf = toDoubleOrNull;
16539
- _.$_$.zf = toDouble;
16540
- _.$_$.ag = toIntOrNull;
16541
- _.$_$.bg = toInt;
16542
- _.$_$.cg = toLongOrNull;
16543
- _.$_$.dg = toLong;
16544
- _.$_$.eg = toString_3;
16545
- _.$_$.fg = toUByte;
16546
- _.$_$.gg = toUInt;
16547
- _.$_$.hg = toULongOrNull;
16548
- _.$_$.ig = toULong;
16549
- _.$_$.jg = toUShort;
16550
- _.$_$.kg = trimIndent;
16551
- _.$_$.lg = trimMargin;
16552
- _.$_$.mg = trim;
16553
- _.$_$.ng = Duration;
16554
- _.$_$.og = Instant;
16555
- _.$_$.pg = toDuration_1;
16556
- _.$_$.qg = toDuration_0;
16557
- _.$_$.rg = toDuration;
16558
- _.$_$.sg = Uuid;
16559
- _.$_$.tg = ArithmeticException;
16560
- _.$_$.ug = Char;
16561
- _.$_$.vg = Comparable;
16562
- _.$_$.wg = Comparator;
16563
- _.$_$.xg = DeepRecursiveFunction;
16564
- _.$_$.yg = DeepRecursiveScope;
16565
- _.$_$.zg = Enum;
16566
- _.$_$.ah = Error_0;
16567
- _.$_$.bh = Exception;
16568
- _.$_$.ch = IllegalArgumentException;
16569
- _.$_$.dh = IllegalStateException;
16570
- _.$_$.eh = Long;
16571
- _.$_$.fh = NoSuchElementException;
16572
- _.$_$.gh = NotImplementedError;
16573
- _.$_$.hh = Pair;
16574
- _.$_$.ih = Result;
16575
- _.$_$.jh = RuntimeException;
16576
- _.$_$.kh = THROW_CCE;
16577
- _.$_$.lh = THROW_IAE;
16578
- _.$_$.mh = Triple;
16579
- _.$_$.nh = UByteArray;
16580
- _.$_$.oh = UByte;
16581
- _.$_$.ph = UIntArray;
16582
- _.$_$.qh = UInt;
16583
- _.$_$.rh = ULongArray;
16584
- _.$_$.sh = ULong;
16585
- _.$_$.th = UShortArray;
16586
- _.$_$.uh = UShort;
16587
- _.$_$.vh = Unit;
16588
- _.$_$.wh = UnsupportedOperationException;
16589
- _.$_$.xh = addSuppressed;
16590
- _.$_$.yh = arrayOf;
16591
- _.$_$.zh = countTrailingZeroBits;
16592
- _.$_$.ai = createFailure;
16593
- _.$_$.bi = ensureNotNull;
16594
- _.$_$.ci = invoke;
16595
- _.$_$.di = isFinite_0;
16596
- _.$_$.ei = isFinite;
16597
- _.$_$.fi = isNaN_0;
16598
- _.$_$.gi = lazy;
16599
- _.$_$.hi = lazy_0;
16600
- _.$_$.ii = noWhenBranchMatchedException;
16601
- _.$_$.ji = plus_4;
16602
- _.$_$.ki = printStackTrace;
16603
- _.$_$.li = stackTraceToString;
16604
- _.$_$.mi = throwOnFailure;
16605
- _.$_$.ni = throwUninitializedPropertyAccessException;
16606
- _.$_$.oi = toString_0;
16607
- _.$_$.pi = to;
16354
+ _.$_$.k8 = maxOrNull;
16355
+ _.$_$.l8 = minus;
16356
+ _.$_$.m8 = mutableListOf;
16357
+ _.$_$.n8 = plus_5;
16358
+ _.$_$.o8 = plus_3;
16359
+ _.$_$.p8 = plus_2;
16360
+ _.$_$.q8 = plus_0;
16361
+ _.$_$.r8 = plus_1;
16362
+ _.$_$.s8 = removeFirstOrNull;
16363
+ _.$_$.t8 = removeLastOrNull;
16364
+ _.$_$.u8 = removeLast;
16365
+ _.$_$.v8 = reversed;
16366
+ _.$_$.w8 = reverse;
16367
+ _.$_$.x8 = setOf;
16368
+ _.$_$.y8 = setOf_0;
16369
+ _.$_$.z8 = singleOrNull;
16370
+ _.$_$.a9 = single_0;
16371
+ _.$_$.b9 = sortWith_0;
16372
+ _.$_$.c9 = sortedWith;
16373
+ _.$_$.d9 = sorted;
16374
+ _.$_$.e9 = sum;
16375
+ _.$_$.f9 = takeLast;
16376
+ _.$_$.g9 = take;
16377
+ _.$_$.h9 = toBooleanArray;
16378
+ _.$_$.i9 = toHashSet;
16379
+ _.$_$.j9 = toList_1;
16380
+ _.$_$.k9 = toList_0;
16381
+ _.$_$.l9 = toList;
16382
+ _.$_$.m9 = toMap_2;
16383
+ _.$_$.n9 = toMap;
16384
+ _.$_$.o9 = toMutableList_0;
16385
+ _.$_$.p9 = toMutableMap;
16386
+ _.$_$.q9 = toMutableSet;
16387
+ _.$_$.r9 = toSet_0;
16388
+ _.$_$.s9 = toTypedArray;
16389
+ _.$_$.t9 = withIndex;
16390
+ _.$_$.u9 = zip_0;
16391
+ _.$_$.v9 = zip;
16392
+ _.$_$.w9 = compareValuesBy;
16393
+ _.$_$.x9 = compareValues;
16394
+ _.$_$.y9 = CancellationException;
16395
+ _.$_$.z9 = get_COROUTINE_SUSPENDED;
16396
+ _.$_$.aa = createCoroutineUnintercepted;
16397
+ _.$_$.ba = intercepted;
16398
+ _.$_$.ca = startCoroutineUninterceptedOrReturnNonGeneratorVersion;
16399
+ _.$_$.da = AbstractCoroutineContextElement;
16400
+ _.$_$.ea = AbstractCoroutineContextKey;
16401
+ _.$_$.fa = get_0;
16402
+ _.$_$.ga = minusKey_0;
16403
+ _.$_$.ha = ContinuationInterceptor;
16404
+ _.$_$.ia = Continuation;
16405
+ _.$_$.ja = fold;
16406
+ _.$_$.ka = get;
16407
+ _.$_$.la = minusKey;
16408
+ _.$_$.ma = Element;
16409
+ _.$_$.na = plus;
16410
+ _.$_$.oa = CoroutineImpl;
16411
+ _.$_$.pa = startCoroutine;
16412
+ _.$_$.qa = enumEntries;
16413
+ _.$_$.ra = println;
16414
+ _.$_$.sa = get_ONE;
16415
+ _.$_$.ta = add;
16416
+ _.$_$.ua = bitwiseAnd;
16417
+ _.$_$.va = bitwiseOr;
16418
+ _.$_$.wa = bitwiseXor;
16419
+ _.$_$.xa = compare;
16420
+ _.$_$.ya = convertToByte;
16421
+ _.$_$.za = convertToInt;
16422
+ _.$_$.ab = convertToShort;
16423
+ _.$_$.bb = divide;
16424
+ _.$_$.cb = equalsLong;
16425
+ _.$_$.db = fromInt;
16426
+ _.$_$.eb = invert;
16427
+ _.$_$.fb = modulo;
16428
+ _.$_$.gb = multiply;
16429
+ _.$_$.hb = negate;
16430
+ _.$_$.ib = numberToLong;
16431
+ _.$_$.jb = shiftLeft;
16432
+ _.$_$.kb = shiftRightUnsigned;
16433
+ _.$_$.lb = shiftRight;
16434
+ _.$_$.mb = subtract;
16435
+ _.$_$.nb = toNumber;
16436
+ _.$_$.ob = FunctionAdapter;
16437
+ _.$_$.pb = anyToString;
16438
+ _.$_$.qb = arrayIterator;
16439
+ _.$_$.rb = booleanArray;
16440
+ _.$_$.sb = captureStack;
16441
+ _.$_$.tb = charArrayOf;
16442
+ _.$_$.ub = charArray;
16443
+ _.$_$.vb = charCodeAt;
16444
+ _.$_$.wb = charSequenceGet;
16445
+ _.$_$.xb = charSequenceLength;
16446
+ _.$_$.yb = charSequenceSubSequence;
16447
+ _.$_$.zb = compareTo;
16448
+ _.$_$.ac = defineProp;
16449
+ _.$_$.bc = equals;
16450
+ _.$_$.cc = extendThrowable;
16451
+ _.$_$.dc = getBooleanHashCode;
16452
+ _.$_$.ec = getNumberHashCode;
16453
+ _.$_$.fc = getPropertyCallableRef;
16454
+ _.$_$.gc = getStringHashCode;
16455
+ _.$_$.hc = hashCode_0;
16456
+ _.$_$.ic = initMetadataForClass;
16457
+ _.$_$.jc = initMetadataForCompanion;
16458
+ _.$_$.kc = initMetadataForCoroutine;
16459
+ _.$_$.lc = initMetadataForInterface;
16460
+ _.$_$.mc = initMetadataForLambda;
16461
+ _.$_$.nc = initMetadataForObject;
16462
+ _.$_$.oc = isArray;
16463
+ _.$_$.pc = isBooleanArray;
16464
+ _.$_$.qc = isByteArray;
16465
+ _.$_$.rc = isCharArray;
16466
+ _.$_$.sc = isCharSequence;
16467
+ _.$_$.tc = isDoubleArray;
16468
+ _.$_$.uc = isFloatArray;
16469
+ _.$_$.vc = isIntArray;
16470
+ _.$_$.wc = isInterface;
16471
+ _.$_$.xc = isLongArray;
16472
+ _.$_$.yc = isNumber;
16473
+ _.$_$.zc = isShortArray;
16474
+ _.$_$.ad = isSuspendFunction;
16475
+ _.$_$.bd = get_js;
16476
+ _.$_$.cd = longArray;
16477
+ _.$_$.dd = numberRangeToNumber;
16478
+ _.$_$.ed = numberToByte;
16479
+ _.$_$.fd = numberToChar;
16480
+ _.$_$.gd = numberToInt;
16481
+ _.$_$.hd = objectCreate;
16482
+ _.$_$.id = protoOf;
16483
+ _.$_$.jd = toByte;
16484
+ _.$_$.kd = toShort;
16485
+ _.$_$.ld = toString_1;
16486
+ _.$_$.md = abs_0;
16487
+ _.$_$.nd = roundToInt;
16488
+ _.$_$.od = round;
16489
+ _.$_$.pd = ClosedRange;
16490
+ _.$_$.qd = coerceAtLeast;
16491
+ _.$_$.rd = coerceAtMost_0;
16492
+ _.$_$.sd = coerceAtMost;
16493
+ _.$_$.td = coerceIn;
16494
+ _.$_$.ud = coerceIn_0;
16495
+ _.$_$.vd = contains_5;
16496
+ _.$_$.wd = downTo;
16497
+ _.$_$.xd = step;
16498
+ _.$_$.yd = until;
16499
+ _.$_$.zd = createInvariantKTypeProjection;
16500
+ _.$_$.ae = createKType;
16501
+ _.$_$.be = getKClassFromExpression;
16502
+ _.$_$.ce = getKClass;
16503
+ _.$_$.de = KClass;
16504
+ _.$_$.ee = KMutableProperty1;
16505
+ _.$_$.fe = KProperty0;
16506
+ _.$_$.ge = KProperty1;
16507
+ _.$_$.he = KTypeParameter;
16508
+ _.$_$.ie = filter;
16509
+ _.$_$.je = firstOrNull_2;
16510
+ _.$_$.ke = flatMap;
16511
+ _.$_$.le = mapNotNull;
16512
+ _.$_$.me = map;
16513
+ _.$_$.ne = toList_2;
16514
+ _.$_$.oe = concatToString;
16515
+ _.$_$.pe = contains_7;
16516
+ _.$_$.qe = contains_8;
16517
+ _.$_$.re = decodeToString;
16518
+ _.$_$.se = encodeToByteArray;
16519
+ _.$_$.te = endsWith_0;
16520
+ _.$_$.ue = endsWith;
16521
+ _.$_$.ve = equals_0;
16522
+ _.$_$.we = first_2;
16523
+ _.$_$.xe = indexOfAny;
16524
+ _.$_$.ye = indexOf_5;
16525
+ _.$_$.ze = indexOf_4;
16526
+ _.$_$.af = isBlank;
16527
+ _.$_$.bf = isHighSurrogate;
16528
+ _.$_$.cf = isLowSurrogate;
16529
+ _.$_$.df = isSurrogate;
16530
+ _.$_$.ef = isWhitespace;
16531
+ _.$_$.ff = get_lastIndex_3;
16532
+ _.$_$.gf = lastIndexOf_0;
16533
+ _.$_$.hf = last_2;
16534
+ _.$_$.if = padStart;
16535
+ _.$_$.jf = removePrefix;
16536
+ _.$_$.kf = removeSuffix;
16537
+ _.$_$.lf = repeat;
16538
+ _.$_$.mf = replace;
16539
+ _.$_$.nf = replace_0;
16540
+ _.$_$.of = single_2;
16541
+ _.$_$.pf = split_0;
16542
+ _.$_$.qf = split;
16543
+ _.$_$.rf = startsWith;
16544
+ _.$_$.sf = startsWith_1;
16545
+ _.$_$.tf = substringAfter;
16546
+ _.$_$.uf = substringBefore;
16547
+ _.$_$.vf = substring_0;
16548
+ _.$_$.wf = substring;
16549
+ _.$_$.xf = take_0;
16550
+ _.$_$.yf = toBooleanStrictOrNull;
16551
+ _.$_$.zf = toDoubleOrNull;
16552
+ _.$_$.ag = toDouble;
16553
+ _.$_$.bg = toIntOrNull;
16554
+ _.$_$.cg = toInt;
16555
+ _.$_$.dg = toLongOrNull;
16556
+ _.$_$.eg = toLong;
16557
+ _.$_$.fg = toString_3;
16558
+ _.$_$.gg = toUByte;
16559
+ _.$_$.hg = toUInt;
16560
+ _.$_$.ig = toULongOrNull;
16561
+ _.$_$.jg = toULong;
16562
+ _.$_$.kg = toUShort;
16563
+ _.$_$.lg = trimIndent;
16564
+ _.$_$.mg = trimMargin;
16565
+ _.$_$.ng = trim;
16566
+ _.$_$.og = Duration;
16567
+ _.$_$.pg = Instant;
16568
+ _.$_$.qg = toDuration_1;
16569
+ _.$_$.rg = toDuration_0;
16570
+ _.$_$.sg = toDuration;
16571
+ _.$_$.tg = Uuid;
16572
+ _.$_$.ug = ArithmeticException;
16573
+ _.$_$.vg = Char;
16574
+ _.$_$.wg = Comparable;
16575
+ _.$_$.xg = Comparator;
16576
+ _.$_$.yg = DeepRecursiveFunction;
16577
+ _.$_$.zg = DeepRecursiveScope;
16578
+ _.$_$.ah = Enum;
16579
+ _.$_$.bh = Error_0;
16580
+ _.$_$.ch = Exception;
16581
+ _.$_$.dh = IllegalArgumentException;
16582
+ _.$_$.eh = IllegalStateException;
16583
+ _.$_$.fh = Long;
16584
+ _.$_$.gh = NoSuchElementException;
16585
+ _.$_$.hh = NotImplementedError;
16586
+ _.$_$.ih = Pair;
16587
+ _.$_$.jh = Result;
16588
+ _.$_$.kh = RuntimeException;
16589
+ _.$_$.lh = THROW_CCE;
16590
+ _.$_$.mh = THROW_IAE;
16591
+ _.$_$.nh = Triple;
16592
+ _.$_$.oh = UByteArray;
16593
+ _.$_$.ph = UByte;
16594
+ _.$_$.qh = UIntArray;
16595
+ _.$_$.rh = UInt;
16596
+ _.$_$.sh = ULongArray;
16597
+ _.$_$.th = ULong;
16598
+ _.$_$.uh = UShortArray;
16599
+ _.$_$.vh = UShort;
16600
+ _.$_$.wh = Unit;
16601
+ _.$_$.xh = UnsupportedOperationException;
16602
+ _.$_$.yh = addSuppressed;
16603
+ _.$_$.zh = arrayOf;
16604
+ _.$_$.ai = countTrailingZeroBits;
16605
+ _.$_$.bi = createFailure;
16606
+ _.$_$.ci = ensureNotNull;
16607
+ _.$_$.di = invoke;
16608
+ _.$_$.ei = isFinite_0;
16609
+ _.$_$.fi = isFinite;
16610
+ _.$_$.gi = isNaN_0;
16611
+ _.$_$.hi = lazy;
16612
+ _.$_$.ii = lazy_0;
16613
+ _.$_$.ji = noWhenBranchMatchedException;
16614
+ _.$_$.ki = plus_4;
16615
+ _.$_$.li = printStackTrace;
16616
+ _.$_$.mi = stackTraceToString;
16617
+ _.$_$.ni = throwOnFailure;
16618
+ _.$_$.oi = throwUninitializedPropertyAccessException;
16619
+ _.$_$.pi = toString_0;
16620
+ _.$_$.qi = to;
16608
16621
  //endregion
16609
16622
  return _;
16610
16623
  }));