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