client_plugin_logic_deb 1.8.376 → 1.8.377

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 (38) 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 +34 -34
  4. package/Logic_Debertz-client_plugin.d.ts +11 -12
  5. package/Logic_Debertz-client_plugin.js +2008 -2008
  6. package/Logic_Debertz-core.js +905 -802
  7. package/Logic_Debertz-core.js.map +1 -1
  8. package/Logic_Debertz-engine.js +12117 -12168
  9. package/Logic_Debertz-engine.js.map +1 -1
  10. package/Logic_Debertz-game_client.js +6524 -6524
  11. package/Logic_Debertz-game_server.js +861 -833
  12. package/Logic_Debertz-game_server.js.map +1 -1
  13. package/error-library-error.js +1 -1
  14. package/kotlin-kotlin-stdlib.js +151 -159
  15. package/kotlin-kotlin-stdlib.js.map +1 -1
  16. package/kotlinx-atomicfu.js +1 -1
  17. package/kotlinx-coroutines-core.js +105 -105
  18. package/kotlinx-coroutines-core.js.map +1 -1
  19. package/kotlinx-io-kotlinx-io-core.js +10 -10
  20. package/kotlinx-serialization-kotlinx-serialization-core.js +39 -39
  21. package/kotlinx-serialization-kotlinx-serialization-json.js +44 -44
  22. package/ktor-ktor-client-content-negotiation.js +8 -8
  23. package/ktor-ktor-client-core.js +24 -24
  24. package/ktor-ktor-client-logging.js +5 -5
  25. package/ktor-ktor-events.js +2 -2
  26. package/ktor-ktor-http.js +37 -37
  27. package/ktor-ktor-io.js +17 -17
  28. package/ktor-ktor-serialization-kotlinx.js +2 -2
  29. package/ktor-ktor-serialization.js +3 -3
  30. package/ktor-ktor-utils.js +14 -14
  31. package/ktor-ktor-websockets.js +5 -5
  32. package/package.json +1 -1
  33. package/random-library-crypto-rand.js +3 -3
  34. package/random-library-secure-random.js +1 -1
  35. package/raspberry-cardgame-lib-core.js +8 -8
  36. package/raspberry-cardgame-lib-logger.js +5 -5
  37. package/raspberry-cardgame-lib-random.js +13 -13
  38. package/uuid.js +4 -4
@@ -113,14 +113,14 @@ if (typeof String.prototype.endsWith === 'undefined') {
113
113
  }
114
114
  initMetadataForInterface(KtMap, 'Map');
115
115
  initMetadataForInterface(MutableIterable, 'MutableIterable');
116
- initMetadataForInterface(KtMutableList, 'MutableList', VOID, VOID, [KtList, MutableIterable, Collection]);
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, MutableIterable, Collection]);
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.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, 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.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, [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);
@@ -1143,7 +1143,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
1143
1143
  var message = 'Requested element count ' + n + ' is less than zero.';
1144
1144
  throw IllegalArgumentException_init_$Create$_0(toString_1(message));
1145
1145
  }
1146
- return take(_this__u8e3s4, coerceAtLeast_0(_this__u8e3s4.o() - n | 0, 0));
1146
+ return take(_this__u8e3s4, coerceAtLeast(_this__u8e3s4.o() - n | 0, 0));
1147
1147
  }
1148
1148
  function firstOrNull_1(_this__u8e3s4) {
1149
1149
  if (isInterface(_this__u8e3s4, KtList)) {
@@ -1296,22 +1296,16 @@ if (typeof String.prototype.endsWith === 'undefined') {
1296
1296
  return maximumValue;
1297
1297
  return _this__u8e3s4;
1298
1298
  }
1299
- function coerceAtLeast(_this__u8e3s4, minimumValue) {
1300
- return _this__u8e3s4 < minimumValue ? minimumValue : _this__u8e3s4;
1301
- }
1302
- function coerceAtMost(_this__u8e3s4, maximumValue) {
1303
- return _this__u8e3s4 > maximumValue ? maximumValue : _this__u8e3s4;
1304
- }
1305
1299
  function downTo(_this__u8e3s4, to) {
1306
1300
  return Companion_instance_16.y(_this__u8e3s4, to, -1);
1307
1301
  }
1308
- function coerceAtMost_0(_this__u8e3s4, maximumValue) {
1302
+ function coerceAtMost(_this__u8e3s4, maximumValue) {
1309
1303
  return _this__u8e3s4 > maximumValue ? maximumValue : _this__u8e3s4;
1310
1304
  }
1311
- function coerceAtLeast_0(_this__u8e3s4, minimumValue) {
1305
+ function coerceAtLeast(_this__u8e3s4, minimumValue) {
1312
1306
  return _this__u8e3s4 < minimumValue ? minimumValue : _this__u8e3s4;
1313
1307
  }
1314
- function coerceAtMost_1(_this__u8e3s4, maximumValue) {
1308
+ function coerceAtMost_0(_this__u8e3s4, maximumValue) {
1315
1309
  return compare(_this__u8e3s4, maximumValue) > 0 ? maximumValue : _this__u8e3s4;
1316
1310
  }
1317
1311
  function coerceIn_0(_this__u8e3s4, minimumValue, maximumValue) {
@@ -1437,7 +1431,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
1437
1431
  var message = 'Requested character count ' + n + ' is less than zero.';
1438
1432
  throw IllegalArgumentException_init_$Create$_0(toString_1(message));
1439
1433
  }
1440
- return substring(_this__u8e3s4, 0, coerceAtMost_0(n, _this__u8e3s4.length));
1434
+ return substring(_this__u8e3s4, 0, coerceAtMost(n, _this__u8e3s4.length));
1441
1435
  }
1442
1436
  function first_2(_this__u8e3s4) {
1443
1437
  // Inline function 'kotlin.text.isEmpty' call
@@ -1470,7 +1464,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
1470
1464
  var message = 'Requested character count ' + n + ' is less than zero.';
1471
1465
  throw IllegalArgumentException_init_$Create$_0(toString_1(message));
1472
1466
  }
1473
- return substring_0(_this__u8e3s4, coerceAtMost_0(n, _this__u8e3s4.length));
1467
+ return substring_0(_this__u8e3s4, coerceAtMost(n, _this__u8e3s4.length));
1474
1468
  }
1475
1469
  function dropLast_0(_this__u8e3s4, n) {
1476
1470
  // Inline function 'kotlin.require' call
@@ -1478,7 +1472,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
1478
1472
  var message = 'Requested character count ' + n + ' is less than zero.';
1479
1473
  throw IllegalArgumentException_init_$Create$_0(toString_1(message));
1480
1474
  }
1481
- return take_0(_this__u8e3s4, coerceAtLeast_0(_this__u8e3s4.length - n | 0, 0));
1475
+ return take_0(_this__u8e3s4, coerceAtLeast(_this__u8e3s4.length - n | 0, 0));
1482
1476
  }
1483
1477
  function _Char___init__impl__6a9atx(value) {
1484
1478
  return value;
@@ -5102,7 +5096,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
5102
5096
  function HashSet() {
5103
5097
  }
5104
5098
  function computeHashSize($this, capacity) {
5105
- return takeHighestOneBit(imul(coerceAtLeast_0(capacity, 1), 3));
5099
+ return takeHighestOneBit(imul(coerceAtLeast(capacity, 1), 3));
5106
5100
  }
5107
5101
  function computeShift($this, hashSize) {
5108
5102
  // Inline function 'kotlin.countLeadingZeroBits' call
@@ -5290,7 +5284,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
5290
5284
  $this.t5();
5291
5285
  retry: while (true) {
5292
5286
  var hash_0 = hash($this, key);
5293
- var tentativeMaxProbeDistance = coerceAtMost_0(imul($this.s6_1, 2), _get_hashSize__tftcho($this) / 2 | 0);
5287
+ var tentativeMaxProbeDistance = coerceAtMost(imul($this.s6_1, 2), _get_hashSize__tftcho($this) / 2 | 0);
5294
5288
  var probeDistance = 0;
5295
5289
  while (true) {
5296
5290
  var index = $this.r6_1[hash_0];
@@ -5343,7 +5337,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
5343
5337
  var hash_0 = removedHash;
5344
5338
  var hole = removedHash;
5345
5339
  var probeDistance = 0;
5346
- var patchAttemptsLeft = coerceAtMost_0(imul($this.s6_1, 2), _get_hashSize__tftcho($this) / 2 | 0);
5340
+ var patchAttemptsLeft = coerceAtMost(imul($this.s6_1, 2), _get_hashSize__tftcho($this) / 2 | 0);
5347
5341
  while (true) {
5348
5342
  var _unary__edvuaz = hash_0;
5349
5343
  hash_0 = _unary__edvuaz - 1 | 0;
@@ -8214,10 +8208,10 @@ if (typeof String.prototype.endsWith === 'undefined') {
8214
8208
  function formatBytesInto(_this__u8e3s4, dst, dstOffset, startIndex, endIndex) {
8215
8209
  var dstIndex = dstOffset;
8216
8210
  if (startIndex < 4) {
8217
- dstIndex = formatBytesInto_0(_this__u8e3s4.y2_1, dst, dstIndex, startIndex, coerceAtMost_0(endIndex, 4));
8211
+ dstIndex = formatBytesInto_0(_this__u8e3s4.y2_1, dst, dstIndex, startIndex, coerceAtMost(endIndex, 4));
8218
8212
  }
8219
8213
  if (endIndex > 4) {
8220
- formatBytesInto_0(_this__u8e3s4.x2_1, dst, dstIndex, coerceAtLeast_0(startIndex - 4 | 0, 0), endIndex - 4 | 0);
8214
+ formatBytesInto_0(_this__u8e3s4.x2_1, dst, dstIndex, coerceAtLeast(startIndex - 4 | 0, 0), endIndex - 4 | 0);
8221
8215
  }
8222
8216
  }
8223
8217
  function uuidParseHexDash(hexDashString) {
@@ -8776,7 +8770,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
8776
8770
  if ($this.id_1 === Companion_getInstance_11().kd_1) {
8777
8771
  var tmp = $this;
8778
8772
  // Inline function 'kotlin.arrayOfNulls' call
8779
- var size = coerceAtLeast_0(minCapacity, 10);
8773
+ var size = coerceAtLeast(minCapacity, 10);
8780
8774
  tmp.id_1 = Array(size);
8781
8775
  return Unit_instance;
8782
8776
  }
@@ -11713,7 +11707,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
11713
11707
  }
11714
11708
  function throwNotContainedAt(_this__u8e3s4, index, endIndex, part, partName) {
11715
11709
  _init_properties_HexExtensions_kt__wu8rc3();
11716
- var substring_0 = substring(_this__u8e3s4, index, coerceAtMost_0(index + part.length | 0, endIndex));
11710
+ var substring_0 = substring(_this__u8e3s4, index, coerceAtMost(index + part.length | 0, endIndex));
11717
11711
  throw NumberFormatException_init_$Create$_0('Expected ' + partName + ' "' + part + '" at index ' + index + ', but was ' + substring_0);
11718
11712
  }
11719
11713
  var properties_initialized_HexExtensions_kt_h16sbl;
@@ -12460,7 +12454,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
12460
12454
  // Inline function 'kotlin.js.asDynamic' call
12461
12455
  return _this__u8e3s4.indexOf(str, startIndex);
12462
12456
  }
12463
- var inductionVariable = coerceAtLeast_0(startIndex, 0);
12457
+ var inductionVariable = coerceAtLeast(startIndex, 0);
12464
12458
  var last = get_lastIndex_3(_this__u8e3s4);
12465
12459
  if (inductionVariable <= last)
12466
12460
  do {
@@ -12562,7 +12556,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
12562
12556
  }
12563
12557
  function indexOf_6(_this__u8e3s4, other, startIndex, endIndex, ignoreCase, last) {
12564
12558
  last = last === VOID ? false : last;
12565
- 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));
12559
+ var indices = !last ? numberRangeToNumber(coerceAtLeast(startIndex, 0), coerceAtMost(endIndex, charSequenceLength(_this__u8e3s4))) : downTo(coerceAtMost(startIndex, get_lastIndex_3(_this__u8e3s4)), coerceAtLeast(endIndex, 0));
12566
12560
  var tmp;
12567
12561
  if (typeof _this__u8e3s4 === 'string') {
12568
12562
  tmp = typeof other === 'string';
@@ -12604,7 +12598,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
12604
12598
  return listOf(toString_1(_this__u8e3s4));
12605
12599
  }
12606
12600
  var isLimited = limit > 0;
12607
- var result = ArrayList_init_$Create$_0(isLimited ? coerceAtMost_0(limit, 10) : 10);
12601
+ var result = ArrayList_init_$Create$_0(isLimited ? coerceAtMost(limit, 10) : 10);
12608
12602
  $l$loop: do {
12609
12603
  var tmp2 = currentOffset;
12610
12604
  // Inline function 'kotlin.text.substring' call
@@ -12859,7 +12853,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
12859
12853
  var index = !last ? indexOf_5(_this__u8e3s4, string, startIndex) : lastIndexOf_0(_this__u8e3s4, string, startIndex);
12860
12854
  return index < 0 ? null : to(index, string);
12861
12855
  }
12862
- var indices = !last ? numberRangeToNumber(coerceAtLeast_0(startIndex, 0), charSequenceLength(_this__u8e3s4)) : downTo(coerceAtMost_0(startIndex, get_lastIndex_3(_this__u8e3s4)), 0);
12856
+ var indices = !last ? numberRangeToNumber(coerceAtLeast(startIndex, 0), charSequenceLength(_this__u8e3s4)) : downTo(coerceAtMost(startIndex, get_lastIndex_3(_this__u8e3s4)), 0);
12863
12857
  if (typeof _this__u8e3s4 === 'string') {
12864
12858
  var inductionVariable = indices.z_1;
12865
12859
  var last_0 = indices.a1_1;
@@ -16501,138 +16495,136 @@ if (typeof String.prototype.endsWith === 'undefined') {
16501
16495
  _.$_$.sd = round;
16502
16496
  _.$_$.td = ClosedRange;
16503
16497
  _.$_$.ud = coerceAtLeast;
16504
- _.$_$.vd = coerceAtLeast_0;
16498
+ _.$_$.vd = coerceAtMost_0;
16505
16499
  _.$_$.wd = coerceAtMost;
16506
- _.$_$.xd = coerceAtMost_1;
16507
- _.$_$.yd = coerceAtMost_0;
16508
- _.$_$.zd = coerceIn;
16509
- _.$_$.ae = coerceIn_0;
16510
- _.$_$.be = contains_5;
16511
- _.$_$.ce = downTo;
16512
- _.$_$.de = step;
16513
- _.$_$.ee = until;
16514
- _.$_$.fe = createInvariantKTypeProjection;
16515
- _.$_$.ge = createKType;
16516
- _.$_$.he = getKClassFromExpression;
16517
- _.$_$.ie = getKClass;
16518
- _.$_$.je = KClass;
16519
- _.$_$.ke = KMutableProperty1;
16520
- _.$_$.le = KProperty0;
16521
- _.$_$.me = KProperty1;
16522
- _.$_$.ne = KTypeParameter;
16523
- _.$_$.oe = filter;
16524
- _.$_$.pe = firstOrNull_2;
16525
- _.$_$.qe = flatMap;
16526
- _.$_$.re = mapNotNull;
16527
- _.$_$.se = map;
16528
- _.$_$.te = toList_2;
16529
- _.$_$.ue = concatToString;
16530
- _.$_$.ve = contains_7;
16531
- _.$_$.we = contains_8;
16532
- _.$_$.xe = decodeToString;
16533
- _.$_$.ye = encodeToByteArray;
16534
- _.$_$.ze = endsWith_0;
16535
- _.$_$.af = endsWith;
16536
- _.$_$.bf = equals_0;
16537
- _.$_$.cf = first_2;
16538
- _.$_$.df = indexOfAny;
16539
- _.$_$.ef = indexOf_5;
16540
- _.$_$.ff = indexOf_4;
16541
- _.$_$.gf = isBlank;
16542
- _.$_$.hf = isHighSurrogate;
16543
- _.$_$.if = isLowSurrogate;
16544
- _.$_$.jf = isSurrogate;
16545
- _.$_$.kf = isWhitespace;
16546
- _.$_$.lf = get_lastIndex_3;
16547
- _.$_$.mf = lastIndexOf_0;
16548
- _.$_$.nf = last_2;
16549
- _.$_$.of = padStart;
16550
- _.$_$.pf = removePrefix;
16551
- _.$_$.qf = removeSuffix;
16552
- _.$_$.rf = repeat;
16553
- _.$_$.sf = replace;
16554
- _.$_$.tf = replace_0;
16555
- _.$_$.uf = single_2;
16556
- _.$_$.vf = split_0;
16557
- _.$_$.wf = split;
16558
- _.$_$.xf = startsWith;
16559
- _.$_$.yf = startsWith_1;
16560
- _.$_$.zf = substringAfter;
16561
- _.$_$.ag = substringBefore;
16562
- _.$_$.bg = substring_0;
16563
- _.$_$.cg = substring;
16564
- _.$_$.dg = take_0;
16565
- _.$_$.eg = toBooleanStrictOrNull;
16566
- _.$_$.fg = toDoubleOrNull;
16567
- _.$_$.gg = toDouble;
16568
- _.$_$.hg = toIntOrNull;
16569
- _.$_$.ig = toInt;
16570
- _.$_$.jg = toLongOrNull;
16571
- _.$_$.kg = toLong;
16572
- _.$_$.lg = toString_3;
16573
- _.$_$.mg = toUByte;
16574
- _.$_$.ng = toUInt;
16575
- _.$_$.og = toULongOrNull;
16576
- _.$_$.pg = toULong;
16577
- _.$_$.qg = toUShort;
16578
- _.$_$.rg = trimIndent;
16579
- _.$_$.sg = trimMargin;
16580
- _.$_$.tg = trim;
16581
- _.$_$.ug = Duration;
16582
- _.$_$.vg = Instant;
16583
- _.$_$.wg = toDuration_1;
16584
- _.$_$.xg = toDuration_0;
16585
- _.$_$.yg = toDuration;
16586
- _.$_$.zg = Uuid;
16587
- _.$_$.ah = ArithmeticException;
16588
- _.$_$.bh = Char;
16589
- _.$_$.ch = Comparable;
16590
- _.$_$.dh = Comparator;
16591
- _.$_$.eh = DeepRecursiveFunction;
16592
- _.$_$.fh = DeepRecursiveScope;
16593
- _.$_$.gh = Enum;
16594
- _.$_$.hh = Error_0;
16595
- _.$_$.ih = Exception;
16596
- _.$_$.jh = IllegalArgumentException;
16597
- _.$_$.kh = IllegalStateException;
16598
- _.$_$.lh = Long;
16599
- _.$_$.mh = NoSuchElementException;
16600
- _.$_$.nh = NotImplementedError;
16601
- _.$_$.oh = Pair;
16602
- _.$_$.ph = Result;
16603
- _.$_$.qh = RuntimeException;
16604
- _.$_$.rh = THROW_CCE;
16605
- _.$_$.sh = THROW_IAE;
16606
- _.$_$.th = Triple;
16607
- _.$_$.uh = UByteArray;
16608
- _.$_$.vh = UByte;
16609
- _.$_$.wh = UIntArray;
16610
- _.$_$.xh = UInt;
16611
- _.$_$.yh = ULongArray;
16612
- _.$_$.zh = ULong;
16613
- _.$_$.ai = UShortArray;
16614
- _.$_$.bi = UShort;
16615
- _.$_$.ci = Unit;
16616
- _.$_$.di = UnsupportedOperationException;
16617
- _.$_$.ei = addSuppressed;
16618
- _.$_$.fi = arrayOf;
16619
- _.$_$.gi = countTrailingZeroBits;
16620
- _.$_$.hi = createFailure;
16621
- _.$_$.ii = ensureNotNull;
16622
- _.$_$.ji = invoke;
16623
- _.$_$.ki = isFinite_0;
16624
- _.$_$.li = isFinite;
16625
- _.$_$.mi = isNaN_0;
16626
- _.$_$.ni = lazy;
16627
- _.$_$.oi = lazy_0;
16628
- _.$_$.pi = noWhenBranchMatchedException;
16629
- _.$_$.qi = plus_4;
16630
- _.$_$.ri = printStackTrace;
16631
- _.$_$.si = stackTraceToString;
16632
- _.$_$.ti = throwOnFailure;
16633
- _.$_$.ui = throwUninitializedPropertyAccessException;
16634
- _.$_$.vi = toString_0;
16635
- _.$_$.wi = to;
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;
16636
16628
  //endregion
16637
16629
  return _;
16638
16630
  }));