client_plugin_logic_deb 1.8.351 → 1.8.352

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 (40) hide show
  1. package/Kosi-Kaverit-kaverit.js +70 -70
  2. package/Kosi-Kodein-kodein-di.js +562 -562
  3. package/Kotlin-DateTime-library-kotlinx-datetime.js +1591 -1591
  4. package/Logic_Debertz-client_plugin.d.ts +4 -4
  5. package/Logic_Debertz-client_plugin.js +3728 -3559
  6. package/Logic_Debertz-client_plugin.js.map +1 -1
  7. package/Logic_Debertz-core.js +1749 -1749
  8. package/Logic_Debertz-engine.js +17906 -17818
  9. package/Logic_Debertz-engine.js.map +1 -1
  10. package/Logic_Debertz-game_client.js +10884 -10040
  11. package/Logic_Debertz-game_client.js.map +1 -1
  12. package/Logic_Debertz-game_server.js +1131 -1130
  13. package/Logic_Debertz-game_server.js.map +1 -1
  14. package/error-library-error.js +5 -5
  15. package/kotlin-kotlin-stdlib.js +343 -330
  16. package/kotlin-kotlin-stdlib.js.map +1 -1
  17. package/kotlinx-atomicfu.js +5 -5
  18. package/kotlinx-coroutines-core.js +2652 -1686
  19. package/kotlinx-coroutines-core.js.map +1 -1
  20. package/kotlinx-io-kotlinx-io-core.js +338 -338
  21. package/kotlinx-serialization-kotlinx-serialization-core.js +1915 -1915
  22. package/kotlinx-serialization-kotlinx-serialization-json.js +1428 -1428
  23. package/ktor-ktor-client-content-negotiation.js +157 -157
  24. package/ktor-ktor-client-core.js +1623 -1623
  25. package/ktor-ktor-client-logging.js +318 -318
  26. package/ktor-ktor-events.js +11 -11
  27. package/ktor-ktor-http.js +683 -683
  28. package/ktor-ktor-io.js +1301 -1301
  29. package/ktor-ktor-serialization-kotlinx-json.js +7 -7
  30. package/ktor-ktor-serialization-kotlinx.js +169 -169
  31. package/ktor-ktor-serialization.js +85 -85
  32. package/ktor-ktor-utils.js +560 -560
  33. package/ktor-ktor-websockets.js +56 -56
  34. package/package.json +1 -1
  35. package/random-library-crypto-rand.js +11 -11
  36. package/random-library-secure-random.js +6 -6
  37. package/raspberry-cardgame-lib-core.js +225 -225
  38. package/raspberry-cardgame-lib-logger.js +13 -13
  39. package/raspberry-cardgame-lib-random.js +870 -870
  40. package/uuid.js +26 -26
@@ -109,8 +109,8 @@ if (typeof String.prototype.startsWith === 'undefined') {
109
109
  }
110
110
  initMetadataForInterface(KtSet, 'Set', VOID, VOID, [Collection]);
111
111
  initMetadataForInterface(MutableIterable, 'MutableIterable');
112
- initMetadataForInterface(KtMutableSet, 'MutableSet', VOID, VOID, [KtSet, MutableIterable, Collection]);
113
- initMetadataForInterface(KtMutableList, 'MutableList', VOID, VOID, [KtList, MutableIterable, Collection]);
112
+ initMetadataForInterface(KtMutableSet, 'MutableSet', VOID, VOID, [KtSet, Collection, MutableIterable]);
113
+ initMetadataForInterface(KtMutableList, 'MutableList', VOID, VOID, [KtList, Collection, MutableIterable]);
114
114
  initMetadataForCompanion(Companion_1);
115
115
  initMetadataForInterface(Entry, 'Entry');
116
116
  initMetadataForCompanion(Companion_2);
@@ -140,7 +140,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
140
140
  initMetadataForInterface(Comparator, 'Comparator');
141
141
  initMetadataForObject(Unit, 'Unit');
142
142
  initMetadataForClass(AbstractCollection, 'AbstractCollection', VOID, VOID, [Collection]);
143
- initMetadataForClass(AbstractMutableCollection, 'AbstractMutableCollection', VOID, AbstractCollection, [AbstractCollection, MutableIterable, Collection]);
143
+ initMetadataForClass(AbstractMutableCollection, 'AbstractMutableCollection', VOID, AbstractCollection, [AbstractCollection, Collection, MutableIterable]);
144
144
  initMetadataForClass(IteratorImpl, 'IteratorImpl');
145
145
  initMetadataForClass(ListIteratorImpl, 'ListIteratorImpl', VOID, IteratorImpl);
146
146
  initMetadataForClass(AbstractMutableList, 'AbstractMutableList', VOID, AbstractMutableCollection, [AbstractMutableCollection, KtMutableList]);
@@ -153,7 +153,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
153
153
  initMetadataForClass(ArrayList, 'ArrayList', ArrayList_init_$Create$, AbstractMutableList, [AbstractMutableList, KtMutableList, RandomAccess]);
154
154
  initMetadataForClass(HashMap, 'HashMap', HashMap_init_$Create$, AbstractMutableMap, [AbstractMutableMap, KtMutableMap]);
155
155
  initMetadataForClass(HashMapKeys, 'HashMapKeys', VOID, AbstractMutableSet, [KtMutableSet, AbstractMutableSet]);
156
- initMetadataForClass(HashMapValues, 'HashMapValues', VOID, AbstractMutableCollection, [MutableIterable, Collection, AbstractMutableCollection]);
156
+ initMetadataForClass(HashMapValues, 'HashMapValues', VOID, AbstractMutableCollection, [Collection, MutableIterable, AbstractMutableCollection]);
157
157
  initMetadataForClass(HashMapEntrySetBase, 'HashMapEntrySetBase', VOID, AbstractMutableSet, [KtMutableSet, AbstractMutableSet]);
158
158
  initMetadataForClass(HashMapEntrySet, 'HashMapEntrySet', VOID, HashMapEntrySetBase);
159
159
  initMetadataForClass(HashMapKeysDefault$iterator$1);
@@ -9882,7 +9882,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
9882
9882
  return isInterface(tmp, KtMap) ? tmp : THROW_CCE();
9883
9883
  }
9884
9884
  function mapOf_0(pairs) {
9885
- return pairs.length > 0 ? toMap_0(pairs, LinkedHashMap_init_$Create$_0(mapCapacity(pairs.length))) : emptyMap();
9885
+ return pairs.length > 0 ? toMap_1(pairs, LinkedHashMap_init_$Create$_0(mapCapacity(pairs.length))) : emptyMap();
9886
9886
  }
9887
9887
  function getValue(_this__u8e3s4, key) {
9888
9888
  return getOrImplicitDefault(_this__u8e3s4, key);
@@ -9905,16 +9905,26 @@ if (typeof String.prototype.startsWith === 'undefined') {
9905
9905
  tmp = mapOf(tmp_0);
9906
9906
  break;
9907
9907
  default:
9908
- tmp = toMap_1(_this__u8e3s4, LinkedHashMap_init_$Create$_0(mapCapacity(_this__u8e3s4.m())));
9908
+ tmp = toMap_2(_this__u8e3s4, LinkedHashMap_init_$Create$_0(mapCapacity(_this__u8e3s4.m())));
9909
9909
  break;
9910
9910
  }
9911
9911
  return tmp;
9912
9912
  }
9913
- return optimizeReadOnlyMap(toMap_1(_this__u8e3s4, LinkedHashMap_init_$Create$()));
9913
+ return optimizeReadOnlyMap(toMap_2(_this__u8e3s4, LinkedHashMap_init_$Create$()));
9914
9914
  }
9915
9915
  function toMutableMap(_this__u8e3s4) {
9916
9916
  return LinkedHashMap_init_$Create$_1(_this__u8e3s4);
9917
9917
  }
9918
+ function toMap_0(_this__u8e3s4) {
9919
+ switch (_this__u8e3s4.length) {
9920
+ case 0:
9921
+ return emptyMap();
9922
+ case 1:
9923
+ return mapOf(_this__u8e3s4[0]);
9924
+ default:
9925
+ return toMap_1(_this__u8e3s4, LinkedHashMap_init_$Create$_0(mapCapacity(_this__u8e3s4.length)));
9926
+ }
9927
+ }
9918
9928
  function hashMapOf(pairs) {
9919
9929
  // Inline function 'kotlin.apply' call
9920
9930
  var this_0 = HashMap_init_$Create$_0(mapCapacity(pairs.length));
@@ -9991,12 +10001,12 @@ if (typeof String.prototype.startsWith === 'undefined') {
9991
10001
  new EmptyMap();
9992
10002
  return EmptyMap_instance;
9993
10003
  }
9994
- function toMap_0(_this__u8e3s4, destination) {
10004
+ function toMap_1(_this__u8e3s4, destination) {
9995
10005
  // Inline function 'kotlin.apply' call
9996
10006
  putAll(destination, _this__u8e3s4);
9997
10007
  return destination;
9998
10008
  }
9999
- function toMap_1(_this__u8e3s4, destination) {
10009
+ function toMap_2(_this__u8e3s4, destination) {
10000
10010
  // Inline function 'kotlin.apply' call
10001
10011
  putAll_0(destination, _this__u8e3s4);
10002
10012
  return destination;
@@ -10038,7 +10048,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
10038
10048
  _this__u8e3s4.n2(key, value);
10039
10049
  }
10040
10050
  }
10041
- function toMap_2(_this__u8e3s4) {
10051
+ function toMap_3(_this__u8e3s4) {
10042
10052
  var tmp;
10043
10053
  switch (_this__u8e3s4.m()) {
10044
10054
  case 0:
@@ -16230,326 +16240,329 @@ if (typeof String.prototype.startsWith === 'undefined') {
16230
16240
  _.$_$.l5 = Collection;
16231
16241
  _.$_$.m5 = HashMap;
16232
16242
  _.$_$.n5 = HashSet;
16233
- _.$_$.o5 = LinkedHashMap;
16234
- _.$_$.p5 = LinkedHashSet;
16235
- _.$_$.q5 = asJsReadonlyArrayView;
16236
- _.$_$.r5 = KtList;
16237
- _.$_$.s5 = Entry;
16238
- _.$_$.t5 = asJsReadonlyMapView;
16239
- _.$_$.u5 = KtMap;
16240
- _.$_$.v5 = KtMutableList;
16241
- _.$_$.w5 = KtMutableMap;
16242
- _.$_$.x5 = KtMutableSet;
16243
- _.$_$.y5 = asJsReadonlySetView;
16244
- _.$_$.z5 = KtSet;
16245
- _.$_$.a6 = addAll;
16246
- _.$_$.b6 = arrayCopy;
16247
- _.$_$.c6 = asList;
16248
- _.$_$.d6 = asReversed;
16249
- _.$_$.e6 = asReversed_0;
16250
- _.$_$.f6 = asSequence_0;
16251
- _.$_$.g6 = asSequence;
16252
- _.$_$.h6 = average;
16253
- _.$_$.i6 = binarySearch;
16254
- _.$_$.j6 = checkBuilderCapacity;
16255
- _.$_$.k6 = checkCountOverflow;
16256
- _.$_$.l6 = checkIndexOverflow;
16257
- _.$_$.m6 = collectionSizeOrDefault;
16258
- _.$_$.n6 = contains_0;
16259
- _.$_$.o6 = contentEquals;
16260
- _.$_$.p6 = contentEquals_0;
16261
- _.$_$.q6 = contentHashCode_0;
16262
- _.$_$.r6 = contentHashCode;
16263
- _.$_$.s6 = contentToString;
16264
- _.$_$.t6 = copyOf_4;
16265
- _.$_$.u6 = copyOf_2;
16266
- _.$_$.v6 = copyOf_6;
16267
- _.$_$.w6 = copyOf;
16268
- _.$_$.x6 = copyOf_5;
16269
- _.$_$.y6 = copyOf_0;
16270
- _.$_$.z6 = copyOf_1;
16271
- _.$_$.a7 = copyOf_7;
16272
- _.$_$.b7 = copyOf_3;
16273
- _.$_$.c7 = copyToArray;
16274
- _.$_$.d7 = count;
16275
- _.$_$.e7 = distinct;
16276
- _.$_$.f7 = dropLast;
16277
- _.$_$.g7 = drop;
16278
- _.$_$.h7 = emptyList;
16279
- _.$_$.i7 = emptyMap;
16280
- _.$_$.j7 = emptySet;
16281
- _.$_$.k7 = filterNotNull_0;
16282
- _.$_$.l7 = firstOrNull_0;
16283
- _.$_$.m7 = firstOrNull_1;
16284
- _.$_$.n7 = firstOrNull;
16285
- _.$_$.o7 = first_0;
16286
- _.$_$.p7 = first_1;
16287
- _.$_$.q7 = first;
16288
- _.$_$.r7 = flatten;
16289
- _.$_$.s7 = getOrNull;
16290
- _.$_$.t7 = getOrNull_0;
16291
- _.$_$.u7 = getValue;
16292
- _.$_$.v7 = indexOf;
16293
- _.$_$.w7 = get_indices_0;
16294
- _.$_$.x7 = get_indices;
16295
- _.$_$.y7 = get_indices_1;
16296
- _.$_$.z7 = joinToString_0;
16297
- _.$_$.a8 = joinTo_0;
16298
- _.$_$.b8 = get_lastIndex_1;
16299
- _.$_$.c8 = get_lastIndex_2;
16300
- _.$_$.d8 = get_lastIndex;
16301
- _.$_$.e8 = lastOrNull;
16302
- _.$_$.f8 = last_0;
16303
- _.$_$.g8 = last;
16304
- _.$_$.h8 = listOfNotNull_0;
16305
- _.$_$.i8 = listOfNotNull;
16306
- _.$_$.j8 = listOf;
16307
- _.$_$.k8 = listOf_0;
16308
- _.$_$.l8 = mapCapacity;
16309
- _.$_$.m8 = mapOf;
16310
- _.$_$.n8 = mapOf_0;
16311
- _.$_$.o8 = minus;
16312
- _.$_$.p8 = mutableListOf;
16313
- _.$_$.q8 = none;
16314
- _.$_$.r8 = plus_5;
16315
- _.$_$.s8 = plus_3;
16316
- _.$_$.t8 = plus_2;
16317
- _.$_$.u8 = plus_1;
16318
- _.$_$.v8 = plus_0;
16319
- _.$_$.w8 = removeFirstOrNull;
16320
- _.$_$.x8 = removeLastOrNull;
16321
- _.$_$.y8 = removeLast;
16322
- _.$_$.z8 = reversed;
16323
- _.$_$.a9 = reverse;
16324
- _.$_$.b9 = setOf;
16325
- _.$_$.c9 = setOf_0;
16326
- _.$_$.d9 = singleOrNull;
16327
- _.$_$.e9 = single_0;
16328
- _.$_$.f9 = sortWith_0;
16329
- _.$_$.g9 = sortedWith;
16330
- _.$_$.h9 = sorted;
16331
- _.$_$.i9 = sum;
16332
- _.$_$.j9 = takeLast;
16333
- _.$_$.k9 = take;
16334
- _.$_$.l9 = toBooleanArray;
16335
- _.$_$.m9 = toHashSet;
16336
- _.$_$.n9 = toList_1;
16337
- _.$_$.o9 = toList_0;
16338
- _.$_$.p9 = toList;
16339
- _.$_$.q9 = toMap_2;
16340
- _.$_$.r9 = toMap;
16341
- _.$_$.s9 = toMutableList_0;
16342
- _.$_$.t9 = toMutableMap;
16343
- _.$_$.u9 = toMutableSet;
16344
- _.$_$.v9 = toSet_0;
16345
- _.$_$.w9 = toTypedArray;
16346
- _.$_$.x9 = withIndex;
16347
- _.$_$.y9 = zip_0;
16348
- _.$_$.z9 = zip;
16349
- _.$_$.aa = compareValuesBy;
16350
- _.$_$.ba = compareValues;
16351
- _.$_$.ca = CancellationException;
16352
- _.$_$.da = get_COROUTINE_SUSPENDED;
16353
- _.$_$.ea = createCoroutineUnintercepted;
16354
- _.$_$.fa = intercepted;
16355
- _.$_$.ga = startCoroutineUninterceptedOrReturnNonGeneratorVersion;
16356
- _.$_$.ha = AbstractCoroutineContextElement;
16357
- _.$_$.ia = AbstractCoroutineContextKey;
16358
- _.$_$.ja = get_0;
16359
- _.$_$.ka = minusKey_0;
16360
- _.$_$.la = ContinuationInterceptor;
16361
- _.$_$.ma = Continuation;
16362
- _.$_$.na = fold;
16363
- _.$_$.oa = get;
16364
- _.$_$.pa = minusKey;
16365
- _.$_$.qa = Element;
16366
- _.$_$.ra = plus;
16367
- _.$_$.sa = CoroutineImpl;
16368
- _.$_$.ta = startCoroutine;
16369
- _.$_$.ua = enumEntries;
16370
- _.$_$.va = println;
16371
- _.$_$.wa = FunctionAdapter;
16372
- _.$_$.xa = anyToString;
16373
- _.$_$.ya = arrayIterator;
16374
- _.$_$.za = booleanArray;
16375
- _.$_$.ab = captureStack;
16376
- _.$_$.bb = charArrayOf;
16377
- _.$_$.cb = charArray;
16378
- _.$_$.db = charCodeAt;
16379
- _.$_$.eb = charSequenceGet;
16380
- _.$_$.fb = charSequenceLength;
16381
- _.$_$.gb = charSequenceSubSequence;
16382
- _.$_$.hb = compareTo;
16383
- _.$_$.ib = defineProp;
16384
- _.$_$.jb = equals;
16385
- _.$_$.kb = extendThrowable;
16386
- _.$_$.lb = getBooleanHashCode;
16387
- _.$_$.mb = getNumberHashCode;
16388
- _.$_$.nb = getPropertyCallableRef;
16389
- _.$_$.ob = getStringHashCode;
16390
- _.$_$.pb = hashCode;
16391
- _.$_$.qb = initMetadataForClass;
16392
- _.$_$.rb = initMetadataForCompanion;
16393
- _.$_$.sb = initMetadataForCoroutine;
16394
- _.$_$.tb = initMetadataForInterface;
16395
- _.$_$.ub = initMetadataForLambda;
16396
- _.$_$.vb = initMetadataForObject;
16397
- _.$_$.wb = isArray;
16398
- _.$_$.xb = isBooleanArray;
16399
- _.$_$.yb = isByteArray;
16400
- _.$_$.zb = isCharArray;
16401
- _.$_$.ac = isCharSequence;
16402
- _.$_$.bc = isDoubleArray;
16403
- _.$_$.cc = isFloatArray;
16404
- _.$_$.dc = isIntArray;
16405
- _.$_$.ec = isInterface;
16406
- _.$_$.fc = isLongArray;
16407
- _.$_$.gc = isNumber;
16408
- _.$_$.hc = isShortArray;
16409
- _.$_$.ic = isSuspendFunction;
16410
- _.$_$.jc = get_js;
16411
- _.$_$.kc = longArray;
16412
- _.$_$.lc = numberRangeToNumber;
16413
- _.$_$.mc = numberToByte;
16414
- _.$_$.nc = numberToChar;
16415
- _.$_$.oc = numberToInt;
16416
- _.$_$.pc = numberToLong;
16417
- _.$_$.qc = objectCreate;
16418
- _.$_$.rc = protoOf;
16419
- _.$_$.sc = toByte;
16420
- _.$_$.tc = toLong;
16421
- _.$_$.uc = toShort;
16422
- _.$_$.vc = toString_1;
16423
- _.$_$.wc = abs;
16424
- _.$_$.xc = roundToInt;
16425
- _.$_$.yc = round;
16426
- _.$_$.zc = ClosedRange;
16427
- _.$_$.ad = coerceAtLeast;
16428
- _.$_$.bd = coerceAtMost_0;
16429
- _.$_$.cd = coerceAtMost;
16430
- _.$_$.dd = coerceIn;
16431
- _.$_$.ed = contains_5;
16432
- _.$_$.fd = downTo;
16433
- _.$_$.gd = step;
16434
- _.$_$.hd = until;
16435
- _.$_$.id = KClass;
16436
- _.$_$.jd = KMutableProperty1;
16437
- _.$_$.kd = KProperty0;
16438
- _.$_$.ld = KProperty1;
16439
- _.$_$.md = KTypeParameter;
16440
- _.$_$.nd = filter;
16441
- _.$_$.od = firstOrNull_2;
16442
- _.$_$.pd = flatMap;
16443
- _.$_$.qd = mapNotNull;
16444
- _.$_$.rd = map;
16445
- _.$_$.sd = toList_2;
16446
- _.$_$.td = concatToString;
16447
- _.$_$.ud = contains_8;
16448
- _.$_$.vd = contains_7;
16449
- _.$_$.wd = decodeToString;
16450
- _.$_$.xd = encodeToByteArray;
16451
- _.$_$.yd = endsWith_0;
16452
- _.$_$.zd = endsWith;
16453
- _.$_$.ae = equals_0;
16454
- _.$_$.be = first_2;
16455
- _.$_$.ce = indexOfAny;
16456
- _.$_$.de = indexOf_5;
16457
- _.$_$.ee = indexOf_4;
16458
- _.$_$.fe = isBlank;
16459
- _.$_$.ge = isHighSurrogate;
16460
- _.$_$.he = isLowSurrogate;
16461
- _.$_$.ie = isSurrogate;
16462
- _.$_$.je = isWhitespace;
16463
- _.$_$.ke = get_lastIndex_3;
16464
- _.$_$.le = lastIndexOf_0;
16465
- _.$_$.me = last_2;
16466
- _.$_$.ne = padStart;
16467
- _.$_$.oe = removePrefix;
16468
- _.$_$.pe = removeSuffix;
16469
- _.$_$.qe = repeat;
16470
- _.$_$.re = replace;
16471
- _.$_$.se = replace_0;
16472
- _.$_$.te = single_2;
16473
- _.$_$.ue = split;
16474
- _.$_$.ve = split_0;
16475
- _.$_$.we = startsWith;
16476
- _.$_$.xe = startsWith_1;
16477
- _.$_$.ye = substringAfter;
16478
- _.$_$.ze = substringBefore;
16479
- _.$_$.af = substring_0;
16480
- _.$_$.bf = substring;
16481
- _.$_$.cf = take_0;
16482
- _.$_$.df = toBooleanStrictOrNull;
16483
- _.$_$.ef = toDoubleOrNull;
16484
- _.$_$.ff = toDouble;
16485
- _.$_$.gf = toIntOrNull;
16486
- _.$_$.hf = toInt;
16487
- _.$_$.if = toLongOrNull;
16488
- _.$_$.jf = toLong_0;
16489
- _.$_$.kf = toString_3;
16490
- _.$_$.lf = toUByte;
16491
- _.$_$.mf = toUInt;
16492
- _.$_$.nf = toULongOrNull;
16493
- _.$_$.of = toULong;
16494
- _.$_$.pf = toUShort;
16495
- _.$_$.qf = trimIndent;
16496
- _.$_$.rf = trimMargin;
16497
- _.$_$.sf = trim;
16498
- _.$_$.tf = Duration;
16499
- _.$_$.uf = Instant;
16500
- _.$_$.vf = toDuration_1;
16501
- _.$_$.wf = toDuration_0;
16502
- _.$_$.xf = toDuration;
16503
- _.$_$.yf = Uuid;
16504
- _.$_$.zf = ArithmeticException;
16505
- _.$_$.ag = Char;
16506
- _.$_$.bg = Comparable;
16507
- _.$_$.cg = Comparator;
16508
- _.$_$.dg = DeepRecursiveFunction;
16509
- _.$_$.eg = DeepRecursiveScope;
16510
- _.$_$.fg = Enum;
16511
- _.$_$.gg = Error_0;
16512
- _.$_$.hg = Exception;
16513
- _.$_$.ig = IllegalArgumentException;
16514
- _.$_$.jg = IllegalStateException;
16515
- _.$_$.kg = Long;
16516
- _.$_$.lg = NoSuchElementException;
16517
- _.$_$.mg = NotImplementedError;
16518
- _.$_$.ng = Pair;
16519
- _.$_$.og = Result;
16520
- _.$_$.pg = RuntimeException;
16521
- _.$_$.qg = THROW_CCE;
16522
- _.$_$.rg = THROW_IAE;
16523
- _.$_$.sg = Triple;
16524
- _.$_$.tg = UByteArray;
16525
- _.$_$.ug = UByte;
16526
- _.$_$.vg = UIntArray;
16527
- _.$_$.wg = UInt;
16528
- _.$_$.xg = ULongArray;
16529
- _.$_$.yg = ULong;
16530
- _.$_$.zg = UShortArray;
16531
- _.$_$.ah = UShort;
16532
- _.$_$.bh = Unit;
16533
- _.$_$.ch = UnsupportedOperationException;
16534
- _.$_$.dh = addSuppressed;
16535
- _.$_$.eh = arrayOf;
16536
- _.$_$.fh = countTrailingZeroBits;
16537
- _.$_$.gh = createFailure;
16538
- _.$_$.hh = ensureNotNull;
16539
- _.$_$.ih = invoke;
16540
- _.$_$.jh = isFinite;
16541
- _.$_$.kh = isFinite_0;
16542
- _.$_$.lh = isNaN_0;
16543
- _.$_$.mh = lazy_0;
16544
- _.$_$.nh = lazy;
16545
- _.$_$.oh = noWhenBranchMatchedException;
16546
- _.$_$.ph = plus_4;
16547
- _.$_$.qh = printStackTrace;
16548
- _.$_$.rh = stackTraceToString;
16549
- _.$_$.sh = throwOnFailure;
16550
- _.$_$.th = throwUninitializedPropertyAccessException;
16551
- _.$_$.uh = toString_0;
16552
- _.$_$.vh = to;
16243
+ _.$_$.o5 = IndexedValue;
16244
+ _.$_$.p5 = LinkedHashMap;
16245
+ _.$_$.q5 = LinkedHashSet;
16246
+ _.$_$.r5 = asJsReadonlyArrayView;
16247
+ _.$_$.s5 = KtList;
16248
+ _.$_$.t5 = Entry;
16249
+ _.$_$.u5 = asJsReadonlyMapView;
16250
+ _.$_$.v5 = KtMap;
16251
+ _.$_$.w5 = KtMutableList;
16252
+ _.$_$.x5 = KtMutableMap;
16253
+ _.$_$.y5 = KtMutableSet;
16254
+ _.$_$.z5 = asJsReadonlySetView;
16255
+ _.$_$.a6 = KtSet;
16256
+ _.$_$.b6 = addAll;
16257
+ _.$_$.c6 = arrayCopy;
16258
+ _.$_$.d6 = asList;
16259
+ _.$_$.e6 = asReversed;
16260
+ _.$_$.f6 = asReversed_0;
16261
+ _.$_$.g6 = asSequence_0;
16262
+ _.$_$.h6 = asSequence;
16263
+ _.$_$.i6 = average;
16264
+ _.$_$.j6 = binarySearch;
16265
+ _.$_$.k6 = checkBuilderCapacity;
16266
+ _.$_$.l6 = checkCountOverflow;
16267
+ _.$_$.m6 = checkIndexOverflow;
16268
+ _.$_$.n6 = collectionSizeOrDefault;
16269
+ _.$_$.o6 = contains_0;
16270
+ _.$_$.p6 = contentEquals;
16271
+ _.$_$.q6 = contentEquals_0;
16272
+ _.$_$.r6 = contentHashCode_0;
16273
+ _.$_$.s6 = contentHashCode;
16274
+ _.$_$.t6 = contentToString;
16275
+ _.$_$.u6 = copyOf_4;
16276
+ _.$_$.v6 = copyOf_2;
16277
+ _.$_$.w6 = copyOf_6;
16278
+ _.$_$.x6 = copyOf;
16279
+ _.$_$.y6 = copyOf_5;
16280
+ _.$_$.z6 = copyOf_0;
16281
+ _.$_$.a7 = copyOf_1;
16282
+ _.$_$.b7 = copyOf_7;
16283
+ _.$_$.c7 = copyOf_3;
16284
+ _.$_$.d7 = copyToArray;
16285
+ _.$_$.e7 = count;
16286
+ _.$_$.f7 = distinct;
16287
+ _.$_$.g7 = dropLast;
16288
+ _.$_$.h7 = drop;
16289
+ _.$_$.i7 = emptyList;
16290
+ _.$_$.j7 = emptyMap;
16291
+ _.$_$.k7 = emptySet;
16292
+ _.$_$.l7 = fill;
16293
+ _.$_$.m7 = filterNotNull_0;
16294
+ _.$_$.n7 = firstOrNull_0;
16295
+ _.$_$.o7 = firstOrNull_1;
16296
+ _.$_$.p7 = firstOrNull;
16297
+ _.$_$.q7 = first_0;
16298
+ _.$_$.r7 = first_1;
16299
+ _.$_$.s7 = first;
16300
+ _.$_$.t7 = flatten;
16301
+ _.$_$.u7 = getOrNull;
16302
+ _.$_$.v7 = getOrNull_0;
16303
+ _.$_$.w7 = getValue;
16304
+ _.$_$.x7 = indexOf;
16305
+ _.$_$.y7 = get_indices_0;
16306
+ _.$_$.z7 = get_indices;
16307
+ _.$_$.a8 = get_indices_1;
16308
+ _.$_$.b8 = joinToString_0;
16309
+ _.$_$.c8 = joinTo_0;
16310
+ _.$_$.d8 = get_lastIndex_1;
16311
+ _.$_$.e8 = get_lastIndex_2;
16312
+ _.$_$.f8 = get_lastIndex;
16313
+ _.$_$.g8 = lastOrNull;
16314
+ _.$_$.h8 = last_0;
16315
+ _.$_$.i8 = last;
16316
+ _.$_$.j8 = listOfNotNull_0;
16317
+ _.$_$.k8 = listOfNotNull;
16318
+ _.$_$.l8 = listOf;
16319
+ _.$_$.m8 = listOf_0;
16320
+ _.$_$.n8 = mapCapacity;
16321
+ _.$_$.o8 = mapOf;
16322
+ _.$_$.p8 = mapOf_0;
16323
+ _.$_$.q8 = minus;
16324
+ _.$_$.r8 = mutableListOf;
16325
+ _.$_$.s8 = none;
16326
+ _.$_$.t8 = plus_5;
16327
+ _.$_$.u8 = plus_3;
16328
+ _.$_$.v8 = plus_2;
16329
+ _.$_$.w8 = plus_1;
16330
+ _.$_$.x8 = plus_0;
16331
+ _.$_$.y8 = removeFirstOrNull;
16332
+ _.$_$.z8 = removeLastOrNull;
16333
+ _.$_$.a9 = removeLast;
16334
+ _.$_$.b9 = reversed;
16335
+ _.$_$.c9 = reverse;
16336
+ _.$_$.d9 = setOf;
16337
+ _.$_$.e9 = setOf_0;
16338
+ _.$_$.f9 = singleOrNull;
16339
+ _.$_$.g9 = single_0;
16340
+ _.$_$.h9 = sortWith_0;
16341
+ _.$_$.i9 = sortedWith;
16342
+ _.$_$.j9 = sorted;
16343
+ _.$_$.k9 = sum;
16344
+ _.$_$.l9 = takeLast;
16345
+ _.$_$.m9 = take;
16346
+ _.$_$.n9 = toBooleanArray;
16347
+ _.$_$.o9 = toHashSet;
16348
+ _.$_$.p9 = toList_1;
16349
+ _.$_$.q9 = toList_0;
16350
+ _.$_$.r9 = toList;
16351
+ _.$_$.s9 = toMap_3;
16352
+ _.$_$.t9 = toMap_0;
16353
+ _.$_$.u9 = toMap;
16354
+ _.$_$.v9 = toMutableList_0;
16355
+ _.$_$.w9 = toMutableMap;
16356
+ _.$_$.x9 = toMutableSet;
16357
+ _.$_$.y9 = toSet_0;
16358
+ _.$_$.z9 = toTypedArray;
16359
+ _.$_$.aa = withIndex;
16360
+ _.$_$.ba = zip_0;
16361
+ _.$_$.ca = zip;
16362
+ _.$_$.da = compareValuesBy;
16363
+ _.$_$.ea = compareValues;
16364
+ _.$_$.fa = CancellationException;
16365
+ _.$_$.ga = get_COROUTINE_SUSPENDED;
16366
+ _.$_$.ha = createCoroutineUnintercepted;
16367
+ _.$_$.ia = intercepted;
16368
+ _.$_$.ja = startCoroutineUninterceptedOrReturnNonGeneratorVersion;
16369
+ _.$_$.ka = AbstractCoroutineContextElement;
16370
+ _.$_$.la = AbstractCoroutineContextKey;
16371
+ _.$_$.ma = get_0;
16372
+ _.$_$.na = minusKey_0;
16373
+ _.$_$.oa = ContinuationInterceptor;
16374
+ _.$_$.pa = Continuation;
16375
+ _.$_$.qa = fold;
16376
+ _.$_$.ra = get;
16377
+ _.$_$.sa = minusKey;
16378
+ _.$_$.ta = Element;
16379
+ _.$_$.ua = plus;
16380
+ _.$_$.va = CoroutineImpl;
16381
+ _.$_$.wa = startCoroutine;
16382
+ _.$_$.xa = enumEntries;
16383
+ _.$_$.ya = println;
16384
+ _.$_$.za = FunctionAdapter;
16385
+ _.$_$.ab = anyToString;
16386
+ _.$_$.bb = arrayIterator;
16387
+ _.$_$.cb = booleanArray;
16388
+ _.$_$.db = captureStack;
16389
+ _.$_$.eb = charArrayOf;
16390
+ _.$_$.fb = charArray;
16391
+ _.$_$.gb = charCodeAt;
16392
+ _.$_$.hb = charSequenceGet;
16393
+ _.$_$.ib = charSequenceLength;
16394
+ _.$_$.jb = charSequenceSubSequence;
16395
+ _.$_$.kb = compareTo;
16396
+ _.$_$.lb = defineProp;
16397
+ _.$_$.mb = equals;
16398
+ _.$_$.nb = extendThrowable;
16399
+ _.$_$.ob = getBooleanHashCode;
16400
+ _.$_$.pb = getNumberHashCode;
16401
+ _.$_$.qb = getPropertyCallableRef;
16402
+ _.$_$.rb = getStringHashCode;
16403
+ _.$_$.sb = hashCode;
16404
+ _.$_$.tb = initMetadataForClass;
16405
+ _.$_$.ub = initMetadataForCompanion;
16406
+ _.$_$.vb = initMetadataForCoroutine;
16407
+ _.$_$.wb = initMetadataForInterface;
16408
+ _.$_$.xb = initMetadataForLambda;
16409
+ _.$_$.yb = initMetadataForObject;
16410
+ _.$_$.zb = isArray;
16411
+ _.$_$.ac = isBooleanArray;
16412
+ _.$_$.bc = isByteArray;
16413
+ _.$_$.cc = isCharArray;
16414
+ _.$_$.dc = isCharSequence;
16415
+ _.$_$.ec = isDoubleArray;
16416
+ _.$_$.fc = isFloatArray;
16417
+ _.$_$.gc = isIntArray;
16418
+ _.$_$.hc = isInterface;
16419
+ _.$_$.ic = isLongArray;
16420
+ _.$_$.jc = isNumber;
16421
+ _.$_$.kc = isShortArray;
16422
+ _.$_$.lc = isSuspendFunction;
16423
+ _.$_$.mc = get_js;
16424
+ _.$_$.nc = longArray;
16425
+ _.$_$.oc = numberRangeToNumber;
16426
+ _.$_$.pc = numberToByte;
16427
+ _.$_$.qc = numberToChar;
16428
+ _.$_$.rc = numberToInt;
16429
+ _.$_$.sc = numberToLong;
16430
+ _.$_$.tc = objectCreate;
16431
+ _.$_$.uc = protoOf;
16432
+ _.$_$.vc = toByte;
16433
+ _.$_$.wc = toLong;
16434
+ _.$_$.xc = toShort;
16435
+ _.$_$.yc = toString_1;
16436
+ _.$_$.zc = abs;
16437
+ _.$_$.ad = roundToInt;
16438
+ _.$_$.bd = round;
16439
+ _.$_$.cd = ClosedRange;
16440
+ _.$_$.dd = coerceAtLeast;
16441
+ _.$_$.ed = coerceAtMost_0;
16442
+ _.$_$.fd = coerceAtMost;
16443
+ _.$_$.gd = coerceIn;
16444
+ _.$_$.hd = contains_5;
16445
+ _.$_$.id = downTo;
16446
+ _.$_$.jd = step;
16447
+ _.$_$.kd = until;
16448
+ _.$_$.ld = KClass;
16449
+ _.$_$.md = KMutableProperty1;
16450
+ _.$_$.nd = KProperty0;
16451
+ _.$_$.od = KProperty1;
16452
+ _.$_$.pd = KTypeParameter;
16453
+ _.$_$.qd = filter;
16454
+ _.$_$.rd = firstOrNull_2;
16455
+ _.$_$.sd = flatMap;
16456
+ _.$_$.td = mapNotNull;
16457
+ _.$_$.ud = map;
16458
+ _.$_$.vd = toList_2;
16459
+ _.$_$.wd = concatToString;
16460
+ _.$_$.xd = contains_8;
16461
+ _.$_$.yd = contains_7;
16462
+ _.$_$.zd = decodeToString;
16463
+ _.$_$.ae = encodeToByteArray;
16464
+ _.$_$.be = endsWith_0;
16465
+ _.$_$.ce = endsWith;
16466
+ _.$_$.de = equals_0;
16467
+ _.$_$.ee = first_2;
16468
+ _.$_$.fe = indexOfAny;
16469
+ _.$_$.ge = indexOf_5;
16470
+ _.$_$.he = indexOf_4;
16471
+ _.$_$.ie = isBlank;
16472
+ _.$_$.je = isHighSurrogate;
16473
+ _.$_$.ke = isLowSurrogate;
16474
+ _.$_$.le = isSurrogate;
16475
+ _.$_$.me = isWhitespace;
16476
+ _.$_$.ne = get_lastIndex_3;
16477
+ _.$_$.oe = lastIndexOf_0;
16478
+ _.$_$.pe = last_2;
16479
+ _.$_$.qe = padStart;
16480
+ _.$_$.re = removePrefix;
16481
+ _.$_$.se = removeSuffix;
16482
+ _.$_$.te = repeat;
16483
+ _.$_$.ue = replace;
16484
+ _.$_$.ve = replace_0;
16485
+ _.$_$.we = single_2;
16486
+ _.$_$.xe = split;
16487
+ _.$_$.ye = split_0;
16488
+ _.$_$.ze = startsWith;
16489
+ _.$_$.af = startsWith_1;
16490
+ _.$_$.bf = substringAfter;
16491
+ _.$_$.cf = substringBefore;
16492
+ _.$_$.df = substring_0;
16493
+ _.$_$.ef = substring;
16494
+ _.$_$.ff = take_0;
16495
+ _.$_$.gf = toBooleanStrictOrNull;
16496
+ _.$_$.hf = toDoubleOrNull;
16497
+ _.$_$.if = toDouble;
16498
+ _.$_$.jf = toIntOrNull;
16499
+ _.$_$.kf = toInt;
16500
+ _.$_$.lf = toLongOrNull;
16501
+ _.$_$.mf = toLong_0;
16502
+ _.$_$.nf = toString_3;
16503
+ _.$_$.of = toUByte;
16504
+ _.$_$.pf = toUInt;
16505
+ _.$_$.qf = toULongOrNull;
16506
+ _.$_$.rf = toULong;
16507
+ _.$_$.sf = toUShort;
16508
+ _.$_$.tf = trimIndent;
16509
+ _.$_$.uf = trimMargin;
16510
+ _.$_$.vf = trim;
16511
+ _.$_$.wf = Duration;
16512
+ _.$_$.xf = Instant;
16513
+ _.$_$.yf = toDuration_1;
16514
+ _.$_$.zf = toDuration_0;
16515
+ _.$_$.ag = toDuration;
16516
+ _.$_$.bg = Uuid;
16517
+ _.$_$.cg = ArithmeticException;
16518
+ _.$_$.dg = Char;
16519
+ _.$_$.eg = Comparable;
16520
+ _.$_$.fg = Comparator;
16521
+ _.$_$.gg = DeepRecursiveFunction;
16522
+ _.$_$.hg = DeepRecursiveScope;
16523
+ _.$_$.ig = Enum;
16524
+ _.$_$.jg = Error_0;
16525
+ _.$_$.kg = Exception;
16526
+ _.$_$.lg = IllegalArgumentException;
16527
+ _.$_$.mg = IllegalStateException;
16528
+ _.$_$.ng = Long;
16529
+ _.$_$.og = NoSuchElementException;
16530
+ _.$_$.pg = NotImplementedError;
16531
+ _.$_$.qg = Pair;
16532
+ _.$_$.rg = Result;
16533
+ _.$_$.sg = RuntimeException;
16534
+ _.$_$.tg = THROW_CCE;
16535
+ _.$_$.ug = THROW_IAE;
16536
+ _.$_$.vg = Triple;
16537
+ _.$_$.wg = UByteArray;
16538
+ _.$_$.xg = UByte;
16539
+ _.$_$.yg = UIntArray;
16540
+ _.$_$.zg = UInt;
16541
+ _.$_$.ah = ULongArray;
16542
+ _.$_$.bh = ULong;
16543
+ _.$_$.ch = UShortArray;
16544
+ _.$_$.dh = UShort;
16545
+ _.$_$.eh = Unit;
16546
+ _.$_$.fh = UnsupportedOperationException;
16547
+ _.$_$.gh = addSuppressed;
16548
+ _.$_$.hh = arrayOf;
16549
+ _.$_$.ih = countTrailingZeroBits;
16550
+ _.$_$.jh = createFailure;
16551
+ _.$_$.kh = ensureNotNull;
16552
+ _.$_$.lh = invoke;
16553
+ _.$_$.mh = isFinite;
16554
+ _.$_$.nh = isFinite_0;
16555
+ _.$_$.oh = isNaN_0;
16556
+ _.$_$.ph = lazy_0;
16557
+ _.$_$.qh = lazy;
16558
+ _.$_$.rh = noWhenBranchMatchedException;
16559
+ _.$_$.sh = plus_4;
16560
+ _.$_$.th = printStackTrace;
16561
+ _.$_$.uh = stackTraceToString;
16562
+ _.$_$.vh = throwOnFailure;
16563
+ _.$_$.wh = throwUninitializedPropertyAccessException;
16564
+ _.$_$.xh = toString_0;
16565
+ _.$_$.yh = to;
16553
16566
  //endregion
16554
16567
  return _;
16555
16568
  }));