raspberry_games_server_game_logic 1.8.376 → 1.8.378

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 (36) hide show
  1. package/Kosi-Kaverit-kaverit.js +5 -5
  2. package/Kosi-Kodein-kodein-di.js +17 -17
  3. package/Kotlin-DateTime-library-kotlinx-datetime.js +35 -35
  4. package/Logic_Debertz-core.js +788 -685
  5. package/Logic_Debertz-core.js.map +1 -1
  6. package/Logic_Debertz-engine.js +10856 -10787
  7. package/Logic_Debertz-engine.js.map +1 -1
  8. package/Logic_Debertz-game_server.d.ts +11 -12
  9. package/Logic_Debertz-game_server.js +861 -833
  10. package/Logic_Debertz-game_server.js.map +1 -1
  11. package/error-library-error.js +1 -1
  12. package/kotlin-kotlin-stdlib.js +152 -160
  13. package/kotlin-kotlin-stdlib.js.map +1 -1
  14. package/kotlinx-atomicfu.js +1 -1
  15. package/kotlinx-coroutines-core.js +28 -28
  16. package/kotlinx-coroutines-core.js.map +1 -1
  17. package/kotlinx-io-kotlinx-io-core.js +10 -10
  18. package/kotlinx-serialization-kotlinx-serialization-core.js +39 -39
  19. package/kotlinx-serialization-kotlinx-serialization-json.js +44 -44
  20. package/ktor-ktor-client-content-negotiation.js +8 -8
  21. package/ktor-ktor-client-core.js +23 -23
  22. package/ktor-ktor-client-logging.js +5 -5
  23. package/ktor-ktor-events.js +2 -2
  24. package/ktor-ktor-http.js +37 -37
  25. package/ktor-ktor-io.js +17 -17
  26. package/ktor-ktor-serialization-kotlinx.js +2 -2
  27. package/ktor-ktor-serialization.js +3 -3
  28. package/ktor-ktor-utils.js +14 -14
  29. package/ktor-ktor-websockets.js +5 -5
  30. package/package.json +1 -1
  31. package/random-library-crypto-rand.js +3 -3
  32. package/random-library-secure-random.js +1 -1
  33. package/raspberry-cardgame-lib-core.js +8 -8
  34. package/raspberry-cardgame-lib-logger.js +5 -5
  35. package/raspberry-cardgame-lib-random.js +13 -13
  36. package/uuid.js +4 -4
@@ -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)
@@ -965,7 +965,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
965
965
  var message = 'Requested element count ' + n + ' is less than zero.';
966
966
  throw IllegalArgumentException_init_$Create$_0(toString_1(message));
967
967
  }
968
- return take(_this__u8e3s4, coerceAtLeast_0(_this__u8e3s4.o() - n | 0, 0));
968
+ return take(_this__u8e3s4, coerceAtLeast(_this__u8e3s4.o() - n | 0, 0));
969
969
  }
970
970
  function toList_0(_this__u8e3s4) {
971
971
  if (isInterface(_this__u8e3s4, Collection)) {
@@ -1291,22 +1291,16 @@ if (typeof String.prototype.endsWith === 'undefined') {
1291
1291
  return maximumValue;
1292
1292
  return _this__u8e3s4;
1293
1293
  }
1294
- function coerceAtLeast(_this__u8e3s4, minimumValue) {
1295
- return _this__u8e3s4 < minimumValue ? minimumValue : _this__u8e3s4;
1296
- }
1297
- function coerceAtMost(_this__u8e3s4, maximumValue) {
1298
- return _this__u8e3s4 > maximumValue ? maximumValue : _this__u8e3s4;
1299
- }
1300
1294
  function downTo(_this__u8e3s4, to) {
1301
1295
  return Companion_instance_16.y(_this__u8e3s4, to, -1);
1302
1296
  }
1303
- function coerceAtMost_0(_this__u8e3s4, maximumValue) {
1297
+ function coerceAtMost(_this__u8e3s4, maximumValue) {
1304
1298
  return _this__u8e3s4 > maximumValue ? maximumValue : _this__u8e3s4;
1305
1299
  }
1306
- function coerceAtLeast_0(_this__u8e3s4, minimumValue) {
1300
+ function coerceAtLeast(_this__u8e3s4, minimumValue) {
1307
1301
  return _this__u8e3s4 < minimumValue ? minimumValue : _this__u8e3s4;
1308
1302
  }
1309
- function coerceAtMost_1(_this__u8e3s4, maximumValue) {
1303
+ function coerceAtMost_0(_this__u8e3s4, maximumValue) {
1310
1304
  return compare(_this__u8e3s4, maximumValue) > 0 ? maximumValue : _this__u8e3s4;
1311
1305
  }
1312
1306
  function coerceIn_0(_this__u8e3s4, minimumValue, maximumValue) {
@@ -1444,7 +1438,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
1444
1438
  var message = 'Requested character count ' + n + ' is less than zero.';
1445
1439
  throw IllegalArgumentException_init_$Create$_0(toString_1(message));
1446
1440
  }
1447
- return substring(_this__u8e3s4, 0, coerceAtMost_0(n, _this__u8e3s4.length));
1441
+ return substring(_this__u8e3s4, 0, coerceAtMost(n, _this__u8e3s4.length));
1448
1442
  }
1449
1443
  function single_2(_this__u8e3s4) {
1450
1444
  var tmp;
@@ -1465,7 +1459,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
1465
1459
  var message = 'Requested character count ' + n + ' is less than zero.';
1466
1460
  throw IllegalArgumentException_init_$Create$_0(toString_1(message));
1467
1461
  }
1468
- return substring_0(_this__u8e3s4, coerceAtMost_0(n, _this__u8e3s4.length));
1462
+ return substring_0(_this__u8e3s4, coerceAtMost(n, _this__u8e3s4.length));
1469
1463
  }
1470
1464
  function dropLast_0(_this__u8e3s4, n) {
1471
1465
  // Inline function 'kotlin.require' call
@@ -1473,7 +1467,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
1473
1467
  var message = 'Requested character count ' + n + ' is less than zero.';
1474
1468
  throw IllegalArgumentException_init_$Create$_0(toString_1(message));
1475
1469
  }
1476
- return take_0(_this__u8e3s4, coerceAtLeast_0(_this__u8e3s4.length - n | 0, 0));
1470
+ return take_0(_this__u8e3s4, coerceAtLeast(_this__u8e3s4.length - n | 0, 0));
1477
1471
  }
1478
1472
  function _Char___init__impl__6a9atx(value) {
1479
1473
  return value;
@@ -5097,7 +5091,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
5097
5091
  function HashSet() {
5098
5092
  }
5099
5093
  function computeHashSize($this, capacity) {
5100
- return takeHighestOneBit(imul(coerceAtLeast_0(capacity, 1), 3));
5094
+ return takeHighestOneBit(imul(coerceAtLeast(capacity, 1), 3));
5101
5095
  }
5102
5096
  function computeShift($this, hashSize) {
5103
5097
  // Inline function 'kotlin.countLeadingZeroBits' call
@@ -5285,7 +5279,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
5285
5279
  $this.t5();
5286
5280
  retry: while (true) {
5287
5281
  var hash_0 = hash($this, key);
5288
- var tentativeMaxProbeDistance = coerceAtMost_0(imul($this.s6_1, 2), _get_hashSize__tftcho($this) / 2 | 0);
5282
+ var tentativeMaxProbeDistance = coerceAtMost(imul($this.s6_1, 2), _get_hashSize__tftcho($this) / 2 | 0);
5289
5283
  var probeDistance = 0;
5290
5284
  while (true) {
5291
5285
  var index = $this.r6_1[hash_0];
@@ -5338,7 +5332,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
5338
5332
  var hash_0 = removedHash;
5339
5333
  var hole = removedHash;
5340
5334
  var probeDistance = 0;
5341
- var patchAttemptsLeft = coerceAtMost_0(imul($this.s6_1, 2), _get_hashSize__tftcho($this) / 2 | 0);
5335
+ var patchAttemptsLeft = coerceAtMost(imul($this.s6_1, 2), _get_hashSize__tftcho($this) / 2 | 0);
5342
5336
  while (true) {
5343
5337
  var _unary__edvuaz = hash_0;
5344
5338
  hash_0 = _unary__edvuaz - 1 | 0;
@@ -8209,10 +8203,10 @@ if (typeof String.prototype.endsWith === 'undefined') {
8209
8203
  function formatBytesInto(_this__u8e3s4, dst, dstOffset, startIndex, endIndex) {
8210
8204
  var dstIndex = dstOffset;
8211
8205
  if (startIndex < 4) {
8212
- dstIndex = formatBytesInto_0(_this__u8e3s4.y2_1, dst, dstIndex, startIndex, coerceAtMost_0(endIndex, 4));
8206
+ dstIndex = formatBytesInto_0(_this__u8e3s4.y2_1, dst, dstIndex, startIndex, coerceAtMost(endIndex, 4));
8213
8207
  }
8214
8208
  if (endIndex > 4) {
8215
- formatBytesInto_0(_this__u8e3s4.x2_1, dst, dstIndex, coerceAtLeast_0(startIndex - 4 | 0, 0), endIndex - 4 | 0);
8209
+ formatBytesInto_0(_this__u8e3s4.x2_1, dst, dstIndex, coerceAtLeast(startIndex - 4 | 0, 0), endIndex - 4 | 0);
8216
8210
  }
8217
8211
  }
8218
8212
  function uuidParseHexDash(hexDashString) {
@@ -8771,7 +8765,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
8771
8765
  if ($this.id_1 === Companion_getInstance_11().kd_1) {
8772
8766
  var tmp = $this;
8773
8767
  // Inline function 'kotlin.arrayOfNulls' call
8774
- var size = coerceAtLeast_0(minCapacity, 10);
8768
+ var size = coerceAtLeast(minCapacity, 10);
8775
8769
  tmp.id_1 = Array(size);
8776
8770
  return Unit_instance;
8777
8771
  }
@@ -11698,7 +11692,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
11698
11692
  }
11699
11693
  function throwNotContainedAt(_this__u8e3s4, index, endIndex, part, partName) {
11700
11694
  _init_properties_HexExtensions_kt__wu8rc3();
11701
- var substring_0 = substring(_this__u8e3s4, index, coerceAtMost_0(index + part.length | 0, endIndex));
11695
+ var substring_0 = substring(_this__u8e3s4, index, coerceAtMost(index + part.length | 0, endIndex));
11702
11696
  throw NumberFormatException_init_$Create$_0('Expected ' + partName + ' "' + part + '" at index ' + index + ', but was ' + substring_0);
11703
11697
  }
11704
11698
  var properties_initialized_HexExtensions_kt_h16sbl;
@@ -12445,7 +12439,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
12445
12439
  // Inline function 'kotlin.js.asDynamic' call
12446
12440
  return _this__u8e3s4.indexOf(str, startIndex);
12447
12441
  }
12448
- var inductionVariable = coerceAtLeast_0(startIndex, 0);
12442
+ var inductionVariable = coerceAtLeast(startIndex, 0);
12449
12443
  var last = get_lastIndex_3(_this__u8e3s4);
12450
12444
  if (inductionVariable <= last)
12451
12445
  do {
@@ -12553,7 +12547,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
12553
12547
  return listOf(toString_1(_this__u8e3s4));
12554
12548
  }
12555
12549
  var isLimited = limit > 0;
12556
- var result = ArrayList_init_$Create$_0(isLimited ? coerceAtMost_0(limit, 10) : 10);
12550
+ var result = ArrayList_init_$Create$_0(isLimited ? coerceAtMost(limit, 10) : 10);
12557
12551
  $l$loop: do {
12558
12552
  var tmp2 = currentOffset;
12559
12553
  // Inline function 'kotlin.text.substring' call
@@ -12586,7 +12580,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
12586
12580
  }
12587
12581
  function indexOf_6(_this__u8e3s4, other, startIndex, endIndex, ignoreCase, last) {
12588
12582
  last = last === VOID ? false : last;
12589
- var indices = !last ? numberRangeToNumber(coerceAtLeast_0(startIndex, 0), coerceAtMost_0(endIndex, charSequenceLength(_this__u8e3s4))) : downTo(coerceAtMost_0(startIndex, get_lastIndex_3(_this__u8e3s4)), coerceAtLeast_0(endIndex, 0));
12583
+ var indices = !last ? numberRangeToNumber(coerceAtLeast(startIndex, 0), coerceAtMost(endIndex, charSequenceLength(_this__u8e3s4))) : downTo(coerceAtMost(startIndex, get_lastIndex_3(_this__u8e3s4)), coerceAtLeast(endIndex, 0));
12590
12584
  var tmp;
12591
12585
  if (typeof _this__u8e3s4 === 'string') {
12592
12586
  tmp = typeof other === 'string';
@@ -12844,7 +12838,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
12844
12838
  var index = !last ? indexOf_5(_this__u8e3s4, string, startIndex) : lastIndexOf_0(_this__u8e3s4, string, startIndex);
12845
12839
  return index < 0 ? null : to(index, string);
12846
12840
  }
12847
- var indices = !last ? numberRangeToNumber(coerceAtLeast_0(startIndex, 0), charSequenceLength(_this__u8e3s4)) : downTo(coerceAtMost_0(startIndex, get_lastIndex_3(_this__u8e3s4)), 0);
12841
+ var indices = !last ? numberRangeToNumber(coerceAtLeast(startIndex, 0), charSequenceLength(_this__u8e3s4)) : downTo(coerceAtMost(startIndex, get_lastIndex_3(_this__u8e3s4)), 0);
12848
12842
  if (typeof _this__u8e3s4 === 'string') {
12849
12843
  var inductionVariable = indices.z_1;
12850
12844
  var last_0 = indices.a1_1;
@@ -16481,137 +16475,135 @@ if (typeof String.prototype.endsWith === 'undefined') {
16481
16475
  _.$_$.nd = round;
16482
16476
  _.$_$.od = ClosedRange;
16483
16477
  _.$_$.pd = coerceAtLeast;
16484
- _.$_$.qd = coerceAtLeast_0;
16478
+ _.$_$.qd = coerceAtMost_0;
16485
16479
  _.$_$.rd = coerceAtMost;
16486
- _.$_$.sd = coerceAtMost_1;
16487
- _.$_$.td = coerceAtMost_0;
16488
- _.$_$.ud = coerceIn;
16489
- _.$_$.vd = coerceIn_0;
16490
- _.$_$.wd = contains_5;
16491
- _.$_$.xd = downTo;
16492
- _.$_$.yd = step;
16493
- _.$_$.zd = until;
16494
- _.$_$.ae = createInvariantKTypeProjection;
16495
- _.$_$.be = createKType;
16496
- _.$_$.ce = getKClassFromExpression;
16497
- _.$_$.de = getKClass;
16498
- _.$_$.ee = KClass;
16499
- _.$_$.fe = KMutableProperty1;
16500
- _.$_$.ge = KProperty0;
16501
- _.$_$.he = KProperty1;
16502
- _.$_$.ie = KTypeParameter;
16503
- _.$_$.je = filter;
16504
- _.$_$.ke = firstOrNull_2;
16505
- _.$_$.le = flatMap;
16506
- _.$_$.me = mapNotNull;
16507
- _.$_$.ne = map;
16508
- _.$_$.oe = toList_2;
16509
- _.$_$.pe = concatToString;
16510
- _.$_$.qe = contains_7;
16511
- _.$_$.re = contains_8;
16512
- _.$_$.se = decodeToString;
16513
- _.$_$.te = encodeToByteArray;
16514
- _.$_$.ue = endsWith_0;
16515
- _.$_$.ve = endsWith;
16516
- _.$_$.we = equals_0;
16517
- _.$_$.xe = first_2;
16518
- _.$_$.ye = indexOfAny;
16519
- _.$_$.ze = indexOf_5;
16520
- _.$_$.af = indexOf_4;
16521
- _.$_$.bf = isBlank;
16522
- _.$_$.cf = isHighSurrogate;
16523
- _.$_$.df = isLowSurrogate;
16524
- _.$_$.ef = isSurrogate;
16525
- _.$_$.ff = isWhitespace;
16526
- _.$_$.gf = get_lastIndex_3;
16527
- _.$_$.hf = lastIndexOf_0;
16528
- _.$_$.if = last_2;
16529
- _.$_$.jf = padStart;
16530
- _.$_$.kf = removePrefix;
16531
- _.$_$.lf = removeSuffix;
16532
- _.$_$.mf = repeat;
16533
- _.$_$.nf = replace;
16534
- _.$_$.of = replace_0;
16535
- _.$_$.pf = single_2;
16536
- _.$_$.qf = split_0;
16537
- _.$_$.rf = split;
16538
- _.$_$.sf = startsWith;
16539
- _.$_$.tf = startsWith_1;
16540
- _.$_$.uf = substringAfter;
16541
- _.$_$.vf = substringBefore;
16542
- _.$_$.wf = substring_0;
16543
- _.$_$.xf = substring;
16544
- _.$_$.yf = take_0;
16545
- _.$_$.zf = toBooleanStrictOrNull;
16546
- _.$_$.ag = toDoubleOrNull;
16547
- _.$_$.bg = toDouble;
16548
- _.$_$.cg = toIntOrNull;
16549
- _.$_$.dg = toInt;
16550
- _.$_$.eg = toLongOrNull;
16551
- _.$_$.fg = toLong;
16552
- _.$_$.gg = toString_3;
16553
- _.$_$.hg = toUByte;
16554
- _.$_$.ig = toUInt;
16555
- _.$_$.jg = toULongOrNull;
16556
- _.$_$.kg = toULong;
16557
- _.$_$.lg = toUShort;
16558
- _.$_$.mg = trimIndent;
16559
- _.$_$.ng = trimMargin;
16560
- _.$_$.og = trim;
16561
- _.$_$.pg = Duration;
16562
- _.$_$.qg = Instant;
16563
- _.$_$.rg = toDuration_1;
16564
- _.$_$.sg = toDuration_0;
16565
- _.$_$.tg = toDuration;
16566
- _.$_$.ug = Uuid;
16567
- _.$_$.vg = ArithmeticException;
16568
- _.$_$.wg = Char;
16569
- _.$_$.xg = Comparable;
16570
- _.$_$.yg = Comparator;
16571
- _.$_$.zg = DeepRecursiveFunction;
16572
- _.$_$.ah = DeepRecursiveScope;
16573
- _.$_$.bh = Enum;
16574
- _.$_$.ch = Error_0;
16575
- _.$_$.dh = Exception;
16576
- _.$_$.eh = IllegalArgumentException;
16577
- _.$_$.fh = IllegalStateException;
16578
- _.$_$.gh = Long;
16579
- _.$_$.hh = NoSuchElementException;
16580
- _.$_$.ih = Pair;
16581
- _.$_$.jh = Result;
16582
- _.$_$.kh = RuntimeException;
16583
- _.$_$.lh = THROW_CCE;
16584
- _.$_$.mh = THROW_IAE;
16585
- _.$_$.nh = Triple;
16586
- _.$_$.oh = UByteArray;
16587
- _.$_$.ph = UByte;
16588
- _.$_$.qh = UIntArray;
16589
- _.$_$.rh = UInt;
16590
- _.$_$.sh = ULongArray;
16591
- _.$_$.th = ULong;
16592
- _.$_$.uh = UShortArray;
16593
- _.$_$.vh = UShort;
16594
- _.$_$.wh = Unit;
16595
- _.$_$.xh = UnsupportedOperationException;
16596
- _.$_$.yh = addSuppressed;
16597
- _.$_$.zh = arrayOf;
16598
- _.$_$.ai = countTrailingZeroBits;
16599
- _.$_$.bi = createFailure;
16600
- _.$_$.ci = ensureNotNull;
16601
- _.$_$.di = invoke;
16602
- _.$_$.ei = isFinite_0;
16603
- _.$_$.fi = isFinite;
16604
- _.$_$.gi = isNaN_0;
16605
- _.$_$.hi = lazy;
16606
- _.$_$.ii = lazy_0;
16607
- _.$_$.ji = noWhenBranchMatchedException;
16608
- _.$_$.ki = plus_4;
16609
- _.$_$.li = printStackTrace;
16610
- _.$_$.mi = stackTraceToString;
16611
- _.$_$.ni = throwOnFailure;
16612
- _.$_$.oi = throwUninitializedPropertyAccessException;
16613
- _.$_$.pi = toString_0;
16614
- _.$_$.qi = to;
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 = Pair;
16573
+ _.$_$.hh = Result;
16574
+ _.$_$.ih = RuntimeException;
16575
+ _.$_$.jh = THROW_CCE;
16576
+ _.$_$.kh = THROW_IAE;
16577
+ _.$_$.lh = Triple;
16578
+ _.$_$.mh = UByteArray;
16579
+ _.$_$.nh = UByte;
16580
+ _.$_$.oh = UIntArray;
16581
+ _.$_$.ph = UInt;
16582
+ _.$_$.qh = ULongArray;
16583
+ _.$_$.rh = ULong;
16584
+ _.$_$.sh = UShortArray;
16585
+ _.$_$.th = UShort;
16586
+ _.$_$.uh = Unit;
16587
+ _.$_$.vh = UnsupportedOperationException;
16588
+ _.$_$.wh = addSuppressed;
16589
+ _.$_$.xh = arrayOf;
16590
+ _.$_$.yh = countTrailingZeroBits;
16591
+ _.$_$.zh = createFailure;
16592
+ _.$_$.ai = ensureNotNull;
16593
+ _.$_$.bi = invoke;
16594
+ _.$_$.ci = isFinite_0;
16595
+ _.$_$.di = isFinite;
16596
+ _.$_$.ei = isNaN_0;
16597
+ _.$_$.fi = lazy;
16598
+ _.$_$.gi = lazy_0;
16599
+ _.$_$.hi = noWhenBranchMatchedException;
16600
+ _.$_$.ii = plus_4;
16601
+ _.$_$.ji = printStackTrace;
16602
+ _.$_$.ki = stackTraceToString;
16603
+ _.$_$.li = throwOnFailure;
16604
+ _.$_$.mi = throwUninitializedPropertyAccessException;
16605
+ _.$_$.ni = toString_0;
16606
+ _.$_$.oi = to;
16615
16607
  //endregion
16616
16608
  return _;
16617
16609
  }));