client_plugin_logic_deb 1.8.504 → 1.8.506

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 (43) hide show
  1. package/Kosi-Kaverit-kaverit.js +13 -13
  2. package/Kosi-Kodein-kodein-di.js +39 -39
  3. package/Kotlin-DateTime-library-kotlinx-datetime.js +94 -94
  4. package/Logic_Debertz-ai_module.js +37 -37
  5. package/Logic_Debertz-bot_engine.js +767 -767
  6. package/Logic_Debertz-client_plugin.d.ts +13 -12
  7. package/Logic_Debertz-client_plugin.js +2087 -2087
  8. package/Logic_Debertz-core.js +86 -71
  9. package/Logic_Debertz-core.js.map +1 -1
  10. package/Logic_Debertz-engine.js +12073 -11998
  11. package/Logic_Debertz-engine.js.map +1 -1
  12. package/Logic_Debertz-game_client.js +6522 -6514
  13. package/Logic_Debertz-game_client.js.map +1 -1
  14. package/Logic_Debertz-game_server.js +1028 -1019
  15. package/Logic_Debertz-game_server.js.map +1 -1
  16. package/error-library-error.js +5 -5
  17. package/kotlin-kotlin-stdlib.js +331 -316
  18. package/kotlin-kotlin-stdlib.js.map +1 -1
  19. package/kotlinx-atomicfu.js +9 -9
  20. package/kotlinx-coroutines-core.js +77 -77
  21. package/kotlinx-io-kotlinx-io-bytestring.js +11 -11
  22. package/kotlinx-io-kotlinx-io-core.js +53 -52
  23. package/kotlinx-io-kotlinx-io-core.js.map +1 -1
  24. package/kotlinx-serialization-kotlinx-serialization-core.js +81 -81
  25. package/kotlinx-serialization-kotlinx-serialization-json.js +90 -90
  26. package/ktor-ktor-client-content-negotiation.js +24 -24
  27. package/ktor-ktor-client-core.js +78 -78
  28. package/ktor-ktor-client-logging.js +44 -44
  29. package/ktor-ktor-events.js +5 -5
  30. package/ktor-ktor-http-cio.js +47 -47
  31. package/ktor-ktor-http.js +75 -75
  32. package/ktor-ktor-io.js +61 -61
  33. package/ktor-ktor-serialization-kotlinx.js +16 -16
  34. package/ktor-ktor-serialization.js +14 -14
  35. package/ktor-ktor-utils.js +60 -60
  36. package/ktor-ktor-websockets.js +15 -15
  37. package/package.json +1 -1
  38. package/random-library-crypto-rand.js +11 -11
  39. package/random-library-secure-random.js +5 -5
  40. package/raspberry-cardgame-lib-core.js +36 -36
  41. package/raspberry-cardgame-lib-logger.js +12 -12
  42. package/raspberry-cardgame-lib-random.js +40 -40
  43. package/uuid.js +13 -13
@@ -57,6 +57,12 @@ 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
+ }
60
66
  if (typeof String.prototype.endsWith === 'undefined') {
61
67
  Object.defineProperty(String.prototype, 'endsWith', {value: function (searchString, position) {
62
68
  var subjectString = this.toString();
@@ -68,12 +74,6 @@ if (typeof String.prototype.endsWith === 'undefined') {
68
74
  return lastIndex !== -1 && lastIndex === position;
69
75
  }});
70
76
  }
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)
@@ -687,6 +687,16 @@ if (typeof String.prototype.startsWith === 'undefined') {
687
687
  throw NoSuchElementException_init_$Create$_0('Array is empty.');
688
688
  return _this__u8e3s4[get_lastIndex_0(_this__u8e3s4)];
689
689
  }
690
+ function lastOrNull(_this__u8e3s4) {
691
+ var tmp;
692
+ // Inline function 'kotlin.collections.isEmpty' call
693
+ if (_this__u8e3s4.length === 0) {
694
+ tmp = null;
695
+ } else {
696
+ tmp = _this__u8e3s4[_this__u8e3s4.length - 1 | 0];
697
+ }
698
+ return tmp;
699
+ }
690
700
  function firstOrNull(_this__u8e3s4) {
691
701
  var tmp;
692
702
  // Inline function 'kotlin.collections.isEmpty' call
@@ -990,7 +1000,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
990
1000
  buffer.f1(postfix);
991
1001
  return buffer;
992
1002
  }
993
- function lastOrNull(_this__u8e3s4) {
1003
+ function lastOrNull_0(_this__u8e3s4) {
994
1004
  return _this__u8e3s4.r() ? null : _this__u8e3s4.h1(_this__u8e3s4.g1() - 1 | 0);
995
1005
  }
996
1006
  function firstOrNull_0(_this__u8e3s4) {
@@ -1619,6 +1629,9 @@ if (typeof String.prototype.startsWith === 'undefined') {
1619
1629
  return maximumValue;
1620
1630
  return _this__u8e3s4;
1621
1631
  }
1632
+ function coerceAtLeast_1(_this__u8e3s4, minimumValue) {
1633
+ return _this__u8e3s4 < minimumValue ? minimumValue : _this__u8e3s4;
1634
+ }
1622
1635
  function downTo(_this__u8e3s4, to) {
1623
1636
  return Companion_instance_16.q1(_this__u8e3s4, to, -1);
1624
1637
  }
@@ -1646,7 +1659,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
1646
1659
  throw IllegalArgumentException_init_$Create$_0('Cannot coerce value to an empty range: ' + toString_1(range) + '.');
1647
1660
  return compare(_this__u8e3s4, range.v1()) < 0 ? range.v1() : compare(_this__u8e3s4, range.u1()) > 0 ? range.u1() : _this__u8e3s4;
1648
1661
  }
1649
- function coerceAtLeast_1(_this__u8e3s4, minimumValue) {
1662
+ function coerceAtLeast_2(_this__u8e3s4, minimumValue) {
1650
1663
  return compare(_this__u8e3s4, minimumValue) < 0 ? minimumValue : _this__u8e3s4;
1651
1664
  }
1652
1665
  function random_0(_this__u8e3s4, random) {
@@ -14523,7 +14536,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
14523
14536
  // Inline function 'kotlin.Long.plus' call
14524
14537
  var this_0 = new Long(0, -2147483648);
14525
14538
  var tmp$ret$0 = add(this_0, fromInt(1));
14526
- tmp = durationOfMillis(multiply(numberToLong(tmp_0), convertDurationUnitToMilliseconds(abs_1(coerceAtLeast_1(_this__u8e3s4, tmp$ret$0)), unit)));
14539
+ tmp = durationOfMillis(multiply(numberToLong(tmp_0), convertDurationUnitToMilliseconds(abs_1(coerceAtLeast_2(_this__u8e3s4, tmp$ret$0)), unit)));
14527
14540
  } else {
14528
14541
  tmp = durationOfMillis(coerceIn_2(convertDurationUnit_0(_this__u8e3s4, unit, DurationUnit_MILLISECONDS_getInstance()), new Long(1, -1073741824), new Long(-1, 1073741823)));
14529
14542
  }
@@ -18011,313 +18024,315 @@ if (typeof String.prototype.startsWith === 'undefined') {
18011
18024
  _.$_$.q8 = get_lastIndex_4;
18012
18025
  _.$_$.r8 = get_lastIndex_0;
18013
18026
  _.$_$.s8 = get_lastIndex;
18014
- _.$_$.t8 = lastOrNull;
18015
- _.$_$.u8 = last_0;
18016
- _.$_$.v8 = last;
18017
- _.$_$.w8 = listOfNotNull_0;
18018
- _.$_$.x8 = listOfNotNull;
18019
- _.$_$.y8 = listOf;
18020
- _.$_$.z8 = listOf_0;
18021
- _.$_$.a9 = mapCapacity;
18022
- _.$_$.b9 = mapOf;
18023
- _.$_$.c9 = mapOf_0;
18024
- _.$_$.d9 = maxOrNull;
18025
- _.$_$.e9 = max;
18026
- _.$_$.f9 = minus;
18027
- _.$_$.g9 = minus_0;
18028
- _.$_$.h9 = mutableListOf;
18029
- _.$_$.i9 = none;
18030
- _.$_$.j9 = plus_5;
18031
- _.$_$.k9 = plus_6;
18032
- _.$_$.l9 = plus_3;
18033
- _.$_$.m9 = plus_2;
18034
- _.$_$.n9 = plus_1;
18035
- _.$_$.o9 = plus_0;
18036
- _.$_$.p9 = randomOrNull;
18037
- _.$_$.q9 = random;
18038
- _.$_$.r9 = removeAll;
18039
- _.$_$.s9 = removeFirstOrNull;
18040
- _.$_$.t9 = removeLastOrNull;
18041
- _.$_$.u9 = removeLast;
18042
- _.$_$.v9 = reversed;
18043
- _.$_$.w9 = reverse;
18044
- _.$_$.x9 = setOf;
18045
- _.$_$.y9 = setOf_0;
18046
- _.$_$.z9 = singleOrNull;
18047
- _.$_$.aa = single_0;
18048
- _.$_$.ba = sortWith_0;
18049
- _.$_$.ca = sortedWith;
18050
- _.$_$.da = sorted;
18051
- _.$_$.ea = sum_0;
18052
- _.$_$.fa = sum;
18053
- _.$_$.ga = takeLast;
18054
- _.$_$.ha = take;
18055
- _.$_$.ia = toBooleanArray;
18056
- _.$_$.ja = toByteArray;
18057
- _.$_$.ka = toHashSet;
18058
- _.$_$.la = toIntArray;
18059
- _.$_$.ma = toList_1;
18060
- _.$_$.na = toList_0;
18061
- _.$_$.oa = toList;
18062
- _.$_$.pa = toLongArray;
18063
- _.$_$.qa = toMap_1;
18064
- _.$_$.ra = toMap;
18065
- _.$_$.sa = toMap_0;
18066
- _.$_$.ta = toMutableList_0;
18067
- _.$_$.ua = toMutableMap;
18068
- _.$_$.va = toMutableSet;
18069
- _.$_$.wa = toSet_0;
18070
- _.$_$.xa = toTypedArray;
18071
- _.$_$.ya = withIndex;
18072
- _.$_$.za = zip_0;
18073
- _.$_$.ab = zip;
18074
- _.$_$.bb = compareValuesBy;
18075
- _.$_$.cb = compareValues;
18076
- _.$_$.db = CancellationException;
18077
- _.$_$.eb = get_COROUTINE_SUSPENDED;
18078
- _.$_$.fb = createCoroutineUnintercepted_0;
18079
- _.$_$.gb = createCoroutineUnintercepted;
18080
- _.$_$.hb = intercepted;
18081
- _.$_$.ib = startCoroutineUninterceptedOrReturnNonGeneratorVersion;
18082
- _.$_$.jb = AbstractCoroutineContextElement;
18083
- _.$_$.kb = AbstractCoroutineContextKey;
18084
- _.$_$.lb = get_0;
18085
- _.$_$.mb = minusKey_0;
18086
- _.$_$.nb = ContinuationInterceptor;
18087
- _.$_$.ob = Continuation;
18088
- _.$_$.pb = fold;
18089
- _.$_$.qb = get;
18090
- _.$_$.rb = minusKey;
18091
- _.$_$.sb = Element;
18092
- _.$_$.tb = plus;
18093
- _.$_$.ub = CoroutineImpl;
18094
- _.$_$.vb = startCoroutine;
18095
- _.$_$.wb = enumEntries;
18096
- _.$_$.xb = throwUninitializedPropertyAccessException;
18097
- _.$_$.yb = println;
18098
- _.$_$.zb = get_ONE;
18099
- _.$_$.ac = add;
18100
- _.$_$.bc = bitwiseAnd;
18101
- _.$_$.cc = bitwiseOr;
18102
- _.$_$.dc = bitwiseXor;
18103
- _.$_$.ec = compare;
18104
- _.$_$.fc = convertToByte;
18105
- _.$_$.gc = convertToInt;
18106
- _.$_$.hc = convertToShort;
18107
- _.$_$.ic = divide;
18108
- _.$_$.jc = equalsLong;
18109
- _.$_$.kc = fromInt;
18110
- _.$_$.lc = invert;
18111
- _.$_$.mc = isLongArray;
18112
- _.$_$.nc = get_longArrayClass;
18113
- _.$_$.oc = modulo;
18114
- _.$_$.pc = multiply;
18115
- _.$_$.qc = negate;
18116
- _.$_$.rc = numberToLong;
18117
- _.$_$.sc = shiftLeft;
18118
- _.$_$.tc = shiftRightUnsigned;
18119
- _.$_$.uc = shiftRight;
18120
- _.$_$.vc = subtract;
18121
- _.$_$.wc = toNumber;
18122
- _.$_$.xc = FunctionAdapter;
18123
- _.$_$.yc = anyToString;
18124
- _.$_$.zc = arrayIterator;
18125
- _.$_$.ad = booleanArray;
18126
- _.$_$.bd = captureStack;
18127
- _.$_$.cd = charArrayOf;
18128
- _.$_$.dd = charArray;
18129
- _.$_$.ed = charCodeAt;
18130
- _.$_$.fd = charSequenceGet;
18131
- _.$_$.gd = charSequenceLength;
18132
- _.$_$.hd = charSequenceSubSequence;
18133
- _.$_$.id = compareTo;
18134
- _.$_$.jd = defineProp;
18135
- _.$_$.kd = equals;
18136
- _.$_$.ld = extendThrowable;
18137
- _.$_$.md = floatFromBits;
18138
- _.$_$.nd = getBooleanHashCode;
18139
- _.$_$.od = getNumberHashCode;
18140
- _.$_$.pd = getPropertyCallableRef;
18141
- _.$_$.qd = getStringHashCode;
18142
- _.$_$.rd = hashCode_0;
18143
- _.$_$.sd = initMetadataForClass;
18144
- _.$_$.td = initMetadataForCompanion;
18145
- _.$_$.ud = initMetadataForCoroutine;
18146
- _.$_$.vd = initMetadataForFunctionReference;
18147
- _.$_$.wd = initMetadataForInterface;
18148
- _.$_$.xd = initMetadataForLambda;
18149
- _.$_$.yd = initMetadataForObject;
18150
- _.$_$.zd = isArray;
18151
- _.$_$.ae = isBooleanArray;
18152
- _.$_$.be = isByteArray;
18153
- _.$_$.ce = isCharArray;
18154
- _.$_$.de = isCharSequence;
18155
- _.$_$.ee = isDoubleArray;
18156
- _.$_$.fe = isFloatArray;
18157
- _.$_$.ge = isIntArray;
18158
- _.$_$.he = isInterface;
18159
- _.$_$.ie = isNumber;
18160
- _.$_$.je = isShortArray;
18161
- _.$_$.ke = isSuspendFunction;
18162
- _.$_$.le = get_js;
18163
- _.$_$.me = longArray;
18164
- _.$_$.ne = newThrowable;
18165
- _.$_$.oe = numberRangeToNumber;
18166
- _.$_$.pe = numberToByte;
18167
- _.$_$.qe = numberToChar;
18168
- _.$_$.re = numberToInt;
18169
- _.$_$.se = objectCreate;
18170
- _.$_$.te = protoOf;
18171
- _.$_$.ue = toByte;
18172
- _.$_$.ve = toShort;
18173
- _.$_$.we = toString_1;
18174
- _.$_$.xe = abs_0;
18175
- _.$_$.ye = roundToInt;
18176
- _.$_$.ze = round;
18177
- _.$_$.af = ClosedRange;
18178
- _.$_$.bf = coerceAtLeast_0;
18179
- _.$_$.cf = coerceAtLeast;
18180
- _.$_$.df = coerceAtMost;
18181
- _.$_$.ef = coerceIn_1;
18182
- _.$_$.ff = coerceIn_0;
18183
- _.$_$.gf = coerceIn;
18184
- _.$_$.hf = coerceIn_2;
18185
- _.$_$.if = contains_5;
18186
- _.$_$.jf = random_0;
18187
- _.$_$.kf = step;
18188
- _.$_$.lf = until;
18189
- _.$_$.mf = createInvariantKTypeProjection;
18190
- _.$_$.nf = createKTypeParameter;
18191
- _.$_$.of = createKType;
18192
- _.$_$.pf = getKClassFromExpression;
18193
- _.$_$.qf = getKClass;
18194
- _.$_$.rf = getStarKTypeProjection;
18195
- _.$_$.sf = KClass;
18196
- _.$_$.tf = KMutableProperty1;
18197
- _.$_$.uf = KProperty0;
18198
- _.$_$.vf = KProperty1;
18199
- _.$_$.wf = KTypeParameter;
18200
- _.$_$.xf = SequenceScope;
18201
- _.$_$.yf = filter;
18202
- _.$_$.zf = firstOrNull_2;
18203
- _.$_$.ag = flatMap;
18204
- _.$_$.bg = mapNotNull;
18205
- _.$_$.cg = map;
18206
- _.$_$.dg = sequence;
18207
- _.$_$.eg = toList_2;
18208
- _.$_$.fg = concatToString;
18209
- _.$_$.gg = concatToString_0;
18210
- _.$_$.hg = contains_7;
18211
- _.$_$.ig = contains_8;
18212
- _.$_$.jg = decodeToString_0;
18213
- _.$_$.kg = decodeToString;
18214
- _.$_$.lg = encodeToByteArray;
18215
- _.$_$.mg = endsWith_0;
18216
- _.$_$.ng = endsWith_1;
18217
- _.$_$.og = endsWith;
18218
- _.$_$.pg = equals_0;
18219
- _.$_$.qg = first_2;
18220
- _.$_$.rg = indexOfAny;
18221
- _.$_$.sg = indexOf_5;
18222
- _.$_$.tg = indexOf_4;
18223
- _.$_$.ug = isBlank;
18224
- _.$_$.vg = isSurrogate;
18225
- _.$_$.wg = isWhitespace;
18226
- _.$_$.xg = get_lastIndex_5;
18227
- _.$_$.yg = lastIndexOf_0;
18228
- _.$_$.zg = last_2;
18229
- _.$_$.ah = padStart;
18230
- _.$_$.bh = removePrefix;
18231
- _.$_$.ch = removeSuffix;
18232
- _.$_$.dh = repeat;
18233
- _.$_$.eh = replace;
18234
- _.$_$.fh = replace_0;
18235
- _.$_$.gh = single_2;
18236
- _.$_$.hh = split_0;
18237
- _.$_$.ih = split;
18238
- _.$_$.jh = startsWith;
18239
- _.$_$.kh = startsWith_3;
18240
- _.$_$.lh = startsWith_2;
18241
- _.$_$.mh = startsWith_1;
18242
- _.$_$.nh = substringAfter;
18243
- _.$_$.oh = substringBefore;
18244
- _.$_$.ph = substring_0;
18245
- _.$_$.qh = substring;
18246
- _.$_$.rh = take_0;
18247
- _.$_$.sh = toBooleanStrictOrNull;
18248
- _.$_$.th = toCharArray;
18249
- _.$_$.uh = toDoubleOrNull;
18250
- _.$_$.vh = toDouble;
18251
- _.$_$.wh = toIntOrNull;
18252
- _.$_$.xh = toInt;
18253
- _.$_$.yh = toLongOrNull;
18254
- _.$_$.zh = toLong;
18255
- _.$_$.ai = toString_3;
18256
- _.$_$.bi = toUByte;
18257
- _.$_$.ci = toUInt;
18258
- _.$_$.di = toULongOrNull;
18259
- _.$_$.ei = toULong;
18260
- _.$_$.fi = toUShort;
18261
- _.$_$.gi = trimIndent;
18262
- _.$_$.hi = trimMargin;
18263
- _.$_$.ii = trim;
18264
- _.$_$.ji = Duration;
18265
- _.$_$.ki = Instant;
18266
- _.$_$.li = toDuration_1;
18267
- _.$_$.mi = toDuration;
18268
- _.$_$.ni = toDuration_0;
18269
- _.$_$.oi = Uuid;
18270
- _.$_$.pi = ArithmeticException;
18271
- _.$_$.qi = AutoCloseable;
18272
- _.$_$.ri = CharSequence;
18273
- _.$_$.si = Char;
18274
- _.$_$.ti = Comparable;
18275
- _.$_$.ui = Comparator;
18276
- _.$_$.vi = DeepRecursiveFunction;
18277
- _.$_$.wi = DeepRecursiveScope;
18278
- _.$_$.xi = Enum;
18279
- _.$_$.yi = Error_0;
18280
- _.$_$.zi = Exception;
18281
- _.$_$.aj = IllegalArgumentException;
18282
- _.$_$.bj = IllegalStateException;
18283
- _.$_$.cj = Long;
18284
- _.$_$.dj = NoSuchElementException;
18285
- _.$_$.ej = NotImplementedError;
18286
- _.$_$.fj = Pair;
18287
- _.$_$.gj = Result;
18288
- _.$_$.hj = RuntimeException;
18289
- _.$_$.ij = THROW_CCE;
18290
- _.$_$.jj = THROW_IAE;
18291
- _.$_$.kj = Triple;
18292
- _.$_$.lj = UByteArray;
18293
- _.$_$.mj = UByte;
18294
- _.$_$.nj = UIntArray;
18295
- _.$_$.oj = UInt;
18296
- _.$_$.pj = ULongArray;
18297
- _.$_$.qj = ULong;
18298
- _.$_$.rj = UShortArray;
18299
- _.$_$.sj = UShort;
18300
- _.$_$.tj = Unit;
18301
- _.$_$.uj = UnsupportedOperationException;
18302
- _.$_$.vj = addSuppressed;
18303
- _.$_$.wj = arrayOf;
18304
- _.$_$.xj = closeFinally;
18305
- _.$_$.yj = countTrailingZeroBits;
18306
- _.$_$.zj = createFailure;
18307
- _.$_$.ak = ensureNotNull;
18308
- _.$_$.bk = invoke;
18309
- _.$_$.ck = isFinite_0;
18310
- _.$_$.dk = isFinite;
18311
- _.$_$.ek = isNaN_0;
18312
- _.$_$.fk = lazy;
18313
- _.$_$.gk = lazy_0;
18314
- _.$_$.hk = noWhenBranchMatchedException;
18315
- _.$_$.ik = plus_4;
18316
- _.$_$.jk = printStackTrace;
18317
- _.$_$.kk = stackTraceToString;
18318
- _.$_$.lk = throwOnFailure;
18319
- _.$_$.mk = toString_0;
18320
- _.$_$.nk = to;
18027
+ _.$_$.t8 = lastOrNull_0;
18028
+ _.$_$.u8 = lastOrNull;
18029
+ _.$_$.v8 = last_0;
18030
+ _.$_$.w8 = last;
18031
+ _.$_$.x8 = listOfNotNull_0;
18032
+ _.$_$.y8 = listOfNotNull;
18033
+ _.$_$.z8 = listOf;
18034
+ _.$_$.a9 = listOf_0;
18035
+ _.$_$.b9 = mapCapacity;
18036
+ _.$_$.c9 = mapOf;
18037
+ _.$_$.d9 = mapOf_0;
18038
+ _.$_$.e9 = maxOrNull;
18039
+ _.$_$.f9 = max;
18040
+ _.$_$.g9 = minus;
18041
+ _.$_$.h9 = minus_0;
18042
+ _.$_$.i9 = mutableListOf;
18043
+ _.$_$.j9 = none;
18044
+ _.$_$.k9 = plus_5;
18045
+ _.$_$.l9 = plus_6;
18046
+ _.$_$.m9 = plus_3;
18047
+ _.$_$.n9 = plus_2;
18048
+ _.$_$.o9 = plus_1;
18049
+ _.$_$.p9 = plus_0;
18050
+ _.$_$.q9 = randomOrNull;
18051
+ _.$_$.r9 = random;
18052
+ _.$_$.s9 = removeAll;
18053
+ _.$_$.t9 = removeFirstOrNull;
18054
+ _.$_$.u9 = removeLastOrNull;
18055
+ _.$_$.v9 = removeLast;
18056
+ _.$_$.w9 = reversed;
18057
+ _.$_$.x9 = reverse;
18058
+ _.$_$.y9 = setOf;
18059
+ _.$_$.z9 = setOf_0;
18060
+ _.$_$.aa = singleOrNull;
18061
+ _.$_$.ba = single_0;
18062
+ _.$_$.ca = sortWith_0;
18063
+ _.$_$.da = sortedWith;
18064
+ _.$_$.ea = sorted;
18065
+ _.$_$.fa = sum_0;
18066
+ _.$_$.ga = sum;
18067
+ _.$_$.ha = takeLast;
18068
+ _.$_$.ia = take;
18069
+ _.$_$.ja = toBooleanArray;
18070
+ _.$_$.ka = toByteArray;
18071
+ _.$_$.la = toHashSet;
18072
+ _.$_$.ma = toIntArray;
18073
+ _.$_$.na = toList_1;
18074
+ _.$_$.oa = toList_0;
18075
+ _.$_$.pa = toList;
18076
+ _.$_$.qa = toLongArray;
18077
+ _.$_$.ra = toMap_1;
18078
+ _.$_$.sa = toMap;
18079
+ _.$_$.ta = toMap_0;
18080
+ _.$_$.ua = toMutableList_0;
18081
+ _.$_$.va = toMutableMap;
18082
+ _.$_$.wa = toMutableSet;
18083
+ _.$_$.xa = toSet_0;
18084
+ _.$_$.ya = toTypedArray;
18085
+ _.$_$.za = withIndex;
18086
+ _.$_$.ab = zip_0;
18087
+ _.$_$.bb = zip;
18088
+ _.$_$.cb = compareValuesBy;
18089
+ _.$_$.db = compareValues;
18090
+ _.$_$.eb = CancellationException;
18091
+ _.$_$.fb = get_COROUTINE_SUSPENDED;
18092
+ _.$_$.gb = createCoroutineUnintercepted_0;
18093
+ _.$_$.hb = createCoroutineUnintercepted;
18094
+ _.$_$.ib = intercepted;
18095
+ _.$_$.jb = startCoroutineUninterceptedOrReturnNonGeneratorVersion;
18096
+ _.$_$.kb = AbstractCoroutineContextElement;
18097
+ _.$_$.lb = AbstractCoroutineContextKey;
18098
+ _.$_$.mb = get_0;
18099
+ _.$_$.nb = minusKey_0;
18100
+ _.$_$.ob = ContinuationInterceptor;
18101
+ _.$_$.pb = Continuation;
18102
+ _.$_$.qb = fold;
18103
+ _.$_$.rb = get;
18104
+ _.$_$.sb = minusKey;
18105
+ _.$_$.tb = Element;
18106
+ _.$_$.ub = plus;
18107
+ _.$_$.vb = CoroutineImpl;
18108
+ _.$_$.wb = startCoroutine;
18109
+ _.$_$.xb = enumEntries;
18110
+ _.$_$.yb = throwUninitializedPropertyAccessException;
18111
+ _.$_$.zb = println;
18112
+ _.$_$.ac = get_ONE;
18113
+ _.$_$.bc = add;
18114
+ _.$_$.cc = bitwiseAnd;
18115
+ _.$_$.dc = bitwiseOr;
18116
+ _.$_$.ec = bitwiseXor;
18117
+ _.$_$.fc = compare;
18118
+ _.$_$.gc = convertToByte;
18119
+ _.$_$.hc = convertToInt;
18120
+ _.$_$.ic = convertToShort;
18121
+ _.$_$.jc = divide;
18122
+ _.$_$.kc = equalsLong;
18123
+ _.$_$.lc = fromInt;
18124
+ _.$_$.mc = invert;
18125
+ _.$_$.nc = isLongArray;
18126
+ _.$_$.oc = get_longArrayClass;
18127
+ _.$_$.pc = modulo;
18128
+ _.$_$.qc = multiply;
18129
+ _.$_$.rc = negate;
18130
+ _.$_$.sc = numberToLong;
18131
+ _.$_$.tc = shiftLeft;
18132
+ _.$_$.uc = shiftRightUnsigned;
18133
+ _.$_$.vc = shiftRight;
18134
+ _.$_$.wc = subtract;
18135
+ _.$_$.xc = toNumber;
18136
+ _.$_$.yc = FunctionAdapter;
18137
+ _.$_$.zc = anyToString;
18138
+ _.$_$.ad = arrayIterator;
18139
+ _.$_$.bd = booleanArray;
18140
+ _.$_$.cd = captureStack;
18141
+ _.$_$.dd = charArrayOf;
18142
+ _.$_$.ed = charArray;
18143
+ _.$_$.fd = charCodeAt;
18144
+ _.$_$.gd = charSequenceGet;
18145
+ _.$_$.hd = charSequenceLength;
18146
+ _.$_$.id = charSequenceSubSequence;
18147
+ _.$_$.jd = compareTo;
18148
+ _.$_$.kd = defineProp;
18149
+ _.$_$.ld = equals;
18150
+ _.$_$.md = extendThrowable;
18151
+ _.$_$.nd = floatFromBits;
18152
+ _.$_$.od = getBooleanHashCode;
18153
+ _.$_$.pd = getNumberHashCode;
18154
+ _.$_$.qd = getPropertyCallableRef;
18155
+ _.$_$.rd = getStringHashCode;
18156
+ _.$_$.sd = hashCode_0;
18157
+ _.$_$.td = initMetadataForClass;
18158
+ _.$_$.ud = initMetadataForCompanion;
18159
+ _.$_$.vd = initMetadataForCoroutine;
18160
+ _.$_$.wd = initMetadataForFunctionReference;
18161
+ _.$_$.xd = initMetadataForInterface;
18162
+ _.$_$.yd = initMetadataForLambda;
18163
+ _.$_$.zd = initMetadataForObject;
18164
+ _.$_$.ae = isArray;
18165
+ _.$_$.be = isBooleanArray;
18166
+ _.$_$.ce = isByteArray;
18167
+ _.$_$.de = isCharArray;
18168
+ _.$_$.ee = isCharSequence;
18169
+ _.$_$.fe = isDoubleArray;
18170
+ _.$_$.ge = isFloatArray;
18171
+ _.$_$.he = isIntArray;
18172
+ _.$_$.ie = isInterface;
18173
+ _.$_$.je = isNumber;
18174
+ _.$_$.ke = isShortArray;
18175
+ _.$_$.le = isSuspendFunction;
18176
+ _.$_$.me = get_js;
18177
+ _.$_$.ne = longArray;
18178
+ _.$_$.oe = newThrowable;
18179
+ _.$_$.pe = numberRangeToNumber;
18180
+ _.$_$.qe = numberToByte;
18181
+ _.$_$.re = numberToChar;
18182
+ _.$_$.se = numberToInt;
18183
+ _.$_$.te = objectCreate;
18184
+ _.$_$.ue = protoOf;
18185
+ _.$_$.ve = toByte;
18186
+ _.$_$.we = toShort;
18187
+ _.$_$.xe = toString_1;
18188
+ _.$_$.ye = abs_0;
18189
+ _.$_$.ze = roundToInt;
18190
+ _.$_$.af = round;
18191
+ _.$_$.bf = ClosedRange;
18192
+ _.$_$.cf = coerceAtLeast_1;
18193
+ _.$_$.df = coerceAtLeast_0;
18194
+ _.$_$.ef = coerceAtLeast;
18195
+ _.$_$.ff = coerceAtMost;
18196
+ _.$_$.gf = coerceIn_1;
18197
+ _.$_$.hf = coerceIn_0;
18198
+ _.$_$.if = coerceIn;
18199
+ _.$_$.jf = coerceIn_2;
18200
+ _.$_$.kf = contains_5;
18201
+ _.$_$.lf = random_0;
18202
+ _.$_$.mf = step;
18203
+ _.$_$.nf = until;
18204
+ _.$_$.of = createInvariantKTypeProjection;
18205
+ _.$_$.pf = createKTypeParameter;
18206
+ _.$_$.qf = createKType;
18207
+ _.$_$.rf = getKClassFromExpression;
18208
+ _.$_$.sf = getKClass;
18209
+ _.$_$.tf = getStarKTypeProjection;
18210
+ _.$_$.uf = KClass;
18211
+ _.$_$.vf = KMutableProperty1;
18212
+ _.$_$.wf = KProperty0;
18213
+ _.$_$.xf = KProperty1;
18214
+ _.$_$.yf = KTypeParameter;
18215
+ _.$_$.zf = SequenceScope;
18216
+ _.$_$.ag = filter;
18217
+ _.$_$.bg = firstOrNull_2;
18218
+ _.$_$.cg = flatMap;
18219
+ _.$_$.dg = mapNotNull;
18220
+ _.$_$.eg = map;
18221
+ _.$_$.fg = sequence;
18222
+ _.$_$.gg = toList_2;
18223
+ _.$_$.hg = concatToString;
18224
+ _.$_$.ig = concatToString_0;
18225
+ _.$_$.jg = contains_7;
18226
+ _.$_$.kg = contains_8;
18227
+ _.$_$.lg = decodeToString_0;
18228
+ _.$_$.mg = decodeToString;
18229
+ _.$_$.ng = encodeToByteArray;
18230
+ _.$_$.og = endsWith_0;
18231
+ _.$_$.pg = endsWith_1;
18232
+ _.$_$.qg = endsWith;
18233
+ _.$_$.rg = equals_0;
18234
+ _.$_$.sg = first_2;
18235
+ _.$_$.tg = indexOfAny;
18236
+ _.$_$.ug = indexOf_5;
18237
+ _.$_$.vg = indexOf_4;
18238
+ _.$_$.wg = isBlank;
18239
+ _.$_$.xg = isSurrogate;
18240
+ _.$_$.yg = isWhitespace;
18241
+ _.$_$.zg = get_lastIndex_5;
18242
+ _.$_$.ah = lastIndexOf_0;
18243
+ _.$_$.bh = last_2;
18244
+ _.$_$.ch = padStart;
18245
+ _.$_$.dh = removePrefix;
18246
+ _.$_$.eh = removeSuffix;
18247
+ _.$_$.fh = repeat;
18248
+ _.$_$.gh = replace;
18249
+ _.$_$.hh = replace_0;
18250
+ _.$_$.ih = single_2;
18251
+ _.$_$.jh = split_0;
18252
+ _.$_$.kh = split;
18253
+ _.$_$.lh = startsWith;
18254
+ _.$_$.mh = startsWith_3;
18255
+ _.$_$.nh = startsWith_2;
18256
+ _.$_$.oh = startsWith_1;
18257
+ _.$_$.ph = substringAfter;
18258
+ _.$_$.qh = substringBefore;
18259
+ _.$_$.rh = substring_0;
18260
+ _.$_$.sh = substring;
18261
+ _.$_$.th = take_0;
18262
+ _.$_$.uh = toBooleanStrictOrNull;
18263
+ _.$_$.vh = toCharArray;
18264
+ _.$_$.wh = toDoubleOrNull;
18265
+ _.$_$.xh = toDouble;
18266
+ _.$_$.yh = toIntOrNull;
18267
+ _.$_$.zh = toInt;
18268
+ _.$_$.ai = toLongOrNull;
18269
+ _.$_$.bi = toLong;
18270
+ _.$_$.ci = toString_3;
18271
+ _.$_$.di = toUByte;
18272
+ _.$_$.ei = toUInt;
18273
+ _.$_$.fi = toULongOrNull;
18274
+ _.$_$.gi = toULong;
18275
+ _.$_$.hi = toUShort;
18276
+ _.$_$.ii = trimIndent;
18277
+ _.$_$.ji = trimMargin;
18278
+ _.$_$.ki = trim;
18279
+ _.$_$.li = Duration;
18280
+ _.$_$.mi = Instant;
18281
+ _.$_$.ni = toDuration_1;
18282
+ _.$_$.oi = toDuration;
18283
+ _.$_$.pi = toDuration_0;
18284
+ _.$_$.qi = Uuid;
18285
+ _.$_$.ri = ArithmeticException;
18286
+ _.$_$.si = AutoCloseable;
18287
+ _.$_$.ti = CharSequence;
18288
+ _.$_$.ui = Char;
18289
+ _.$_$.vi = Comparable;
18290
+ _.$_$.wi = Comparator;
18291
+ _.$_$.xi = DeepRecursiveFunction;
18292
+ _.$_$.yi = DeepRecursiveScope;
18293
+ _.$_$.zi = Enum;
18294
+ _.$_$.aj = Error_0;
18295
+ _.$_$.bj = Exception;
18296
+ _.$_$.cj = IllegalArgumentException;
18297
+ _.$_$.dj = IllegalStateException;
18298
+ _.$_$.ej = Long;
18299
+ _.$_$.fj = NoSuchElementException;
18300
+ _.$_$.gj = NotImplementedError;
18301
+ _.$_$.hj = Pair;
18302
+ _.$_$.ij = Result;
18303
+ _.$_$.jj = RuntimeException;
18304
+ _.$_$.kj = THROW_CCE;
18305
+ _.$_$.lj = THROW_IAE;
18306
+ _.$_$.mj = Triple;
18307
+ _.$_$.nj = UByteArray;
18308
+ _.$_$.oj = UByte;
18309
+ _.$_$.pj = UIntArray;
18310
+ _.$_$.qj = UInt;
18311
+ _.$_$.rj = ULongArray;
18312
+ _.$_$.sj = ULong;
18313
+ _.$_$.tj = UShortArray;
18314
+ _.$_$.uj = UShort;
18315
+ _.$_$.vj = Unit;
18316
+ _.$_$.wj = UnsupportedOperationException;
18317
+ _.$_$.xj = addSuppressed;
18318
+ _.$_$.yj = arrayOf;
18319
+ _.$_$.zj = closeFinally;
18320
+ _.$_$.ak = countTrailingZeroBits;
18321
+ _.$_$.bk = createFailure;
18322
+ _.$_$.ck = ensureNotNull;
18323
+ _.$_$.dk = invoke;
18324
+ _.$_$.ek = isFinite_0;
18325
+ _.$_$.fk = isFinite;
18326
+ _.$_$.gk = isNaN_0;
18327
+ _.$_$.hk = lazy;
18328
+ _.$_$.ik = lazy_0;
18329
+ _.$_$.jk = noWhenBranchMatchedException;
18330
+ _.$_$.kk = plus_4;
18331
+ _.$_$.lk = printStackTrace;
18332
+ _.$_$.mk = stackTraceToString;
18333
+ _.$_$.nk = throwOnFailure;
18334
+ _.$_$.ok = toString_0;
18335
+ _.$_$.pk = to;
18321
18336
  //endregion
18322
18337
  return _;
18323
18338
  }));