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.
- package/Kosi-Kaverit-kaverit.js +13 -13
- package/Kosi-Kodein-kodein-di.js +39 -39
- package/Kotlin-DateTime-library-kotlinx-datetime.js +94 -94
- package/Logic_Debertz-ai_module.js +37 -37
- package/Logic_Debertz-bot_engine.js +767 -767
- package/Logic_Debertz-client_plugin.d.ts +13 -12
- package/Logic_Debertz-client_plugin.js +2087 -2087
- package/Logic_Debertz-core.js +86 -71
- package/Logic_Debertz-core.js.map +1 -1
- package/Logic_Debertz-engine.js +12073 -11998
- package/Logic_Debertz-engine.js.map +1 -1
- package/Logic_Debertz-game_client.js +6522 -6514
- package/Logic_Debertz-game_client.js.map +1 -1
- package/Logic_Debertz-game_server.js +1028 -1019
- package/Logic_Debertz-game_server.js.map +1 -1
- package/error-library-error.js +5 -5
- package/kotlin-kotlin-stdlib.js +331 -316
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlinx-atomicfu.js +9 -9
- package/kotlinx-coroutines-core.js +77 -77
- package/kotlinx-io-kotlinx-io-bytestring.js +11 -11
- package/kotlinx-io-kotlinx-io-core.js +53 -52
- package/kotlinx-io-kotlinx-io-core.js.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core.js +81 -81
- package/kotlinx-serialization-kotlinx-serialization-json.js +90 -90
- package/ktor-ktor-client-content-negotiation.js +24 -24
- package/ktor-ktor-client-core.js +78 -78
- package/ktor-ktor-client-logging.js +44 -44
- package/ktor-ktor-events.js +5 -5
- package/ktor-ktor-http-cio.js +47 -47
- package/ktor-ktor-http.js +75 -75
- package/ktor-ktor-io.js +61 -61
- package/ktor-ktor-serialization-kotlinx.js +16 -16
- package/ktor-ktor-serialization.js +14 -14
- package/ktor-ktor-utils.js +60 -60
- package/ktor-ktor-websockets.js +15 -15
- package/package.json +1 -1
- package/random-library-crypto-rand.js +11 -11
- package/random-library-secure-random.js +5 -5
- package/raspberry-cardgame-lib-core.js +36 -36
- package/raspberry-cardgame-lib-logger.js +12 -12
- package/raspberry-cardgame-lib-random.js +40 -40
- package/uuid.js +13 -13
package/kotlin-kotlin-stdlib.js
CHANGED
|
@@ -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
|
|
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
|
|
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(
|
|
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 =
|
|
18015
|
-
_.$_$.u8 =
|
|
18016
|
-
_.$_$.v8 =
|
|
18017
|
-
_.$_$.w8 =
|
|
18018
|
-
_.$_$.x8 =
|
|
18019
|
-
_.$_$.y8 =
|
|
18020
|
-
_.$_$.z8 =
|
|
18021
|
-
_.$_$.a9 =
|
|
18022
|
-
_.$_$.b9 =
|
|
18023
|
-
_.$_$.c9 =
|
|
18024
|
-
_.$_$.d9 =
|
|
18025
|
-
_.$_$.e9 =
|
|
18026
|
-
_.$_$.f9 =
|
|
18027
|
-
_.$_$.g9 =
|
|
18028
|
-
_.$_$.h9 =
|
|
18029
|
-
_.$_$.i9 =
|
|
18030
|
-
_.$_$.j9 =
|
|
18031
|
-
_.$_$.k9 =
|
|
18032
|
-
_.$_$.l9 =
|
|
18033
|
-
_.$_$.m9 =
|
|
18034
|
-
_.$_$.n9 =
|
|
18035
|
-
_.$_$.o9 =
|
|
18036
|
-
_.$_$.p9 =
|
|
18037
|
-
_.$_$.q9 =
|
|
18038
|
-
_.$_$.r9 =
|
|
18039
|
-
_.$_$.s9 =
|
|
18040
|
-
_.$_$.t9 =
|
|
18041
|
-
_.$_$.u9 =
|
|
18042
|
-
_.$_$.v9 =
|
|
18043
|
-
_.$_$.w9 =
|
|
18044
|
-
_.$_$.x9 =
|
|
18045
|
-
_.$_$.y9 =
|
|
18046
|
-
_.$_$.z9 =
|
|
18047
|
-
_.$_$.aa =
|
|
18048
|
-
_.$_$.ba =
|
|
18049
|
-
_.$_$.ca =
|
|
18050
|
-
_.$_$.da =
|
|
18051
|
-
_.$_$.ea =
|
|
18052
|
-
_.$_$.fa =
|
|
18053
|
-
_.$_$.ga =
|
|
18054
|
-
_.$_$.ha =
|
|
18055
|
-
_.$_$.ia =
|
|
18056
|
-
_.$_$.ja =
|
|
18057
|
-
_.$_$.ka =
|
|
18058
|
-
_.$_$.la =
|
|
18059
|
-
_.$_$.ma =
|
|
18060
|
-
_.$_$.na =
|
|
18061
|
-
_.$_$.oa =
|
|
18062
|
-
_.$_$.pa =
|
|
18063
|
-
_.$_$.qa =
|
|
18064
|
-
_.$_$.ra =
|
|
18065
|
-
_.$_$.sa =
|
|
18066
|
-
_.$_$.ta =
|
|
18067
|
-
_.$_$.ua =
|
|
18068
|
-
_.$_$.va =
|
|
18069
|
-
_.$_$.wa =
|
|
18070
|
-
_.$_$.xa =
|
|
18071
|
-
_.$_$.ya =
|
|
18072
|
-
_.$_$.za =
|
|
18073
|
-
_.$_$.ab =
|
|
18074
|
-
_.$_$.bb =
|
|
18075
|
-
_.$_$.cb =
|
|
18076
|
-
_.$_$.db =
|
|
18077
|
-
_.$_$.eb =
|
|
18078
|
-
_.$_$.fb =
|
|
18079
|
-
_.$_$.gb =
|
|
18080
|
-
_.$_$.hb =
|
|
18081
|
-
_.$_$.ib =
|
|
18082
|
-
_.$_$.jb =
|
|
18083
|
-
_.$_$.kb =
|
|
18084
|
-
_.$_$.lb =
|
|
18085
|
-
_.$_$.mb =
|
|
18086
|
-
_.$_$.nb =
|
|
18087
|
-
_.$_$.ob =
|
|
18088
|
-
_.$_$.pb =
|
|
18089
|
-
_.$_$.qb =
|
|
18090
|
-
_.$_$.rb =
|
|
18091
|
-
_.$_$.sb =
|
|
18092
|
-
_.$_$.tb =
|
|
18093
|
-
_.$_$.ub =
|
|
18094
|
-
_.$_$.vb =
|
|
18095
|
-
_.$_$.wb =
|
|
18096
|
-
_.$_$.xb =
|
|
18097
|
-
_.$_$.yb =
|
|
18098
|
-
_.$_$.zb =
|
|
18099
|
-
_.$_$.ac =
|
|
18100
|
-
_.$_$.bc =
|
|
18101
|
-
_.$_$.cc =
|
|
18102
|
-
_.$_$.dc =
|
|
18103
|
-
_.$_$.ec =
|
|
18104
|
-
_.$_$.fc =
|
|
18105
|
-
_.$_$.gc =
|
|
18106
|
-
_.$_$.hc =
|
|
18107
|
-
_.$_$.ic =
|
|
18108
|
-
_.$_$.jc =
|
|
18109
|
-
_.$_$.kc =
|
|
18110
|
-
_.$_$.lc =
|
|
18111
|
-
_.$_$.mc =
|
|
18112
|
-
_.$_$.nc =
|
|
18113
|
-
_.$_$.oc =
|
|
18114
|
-
_.$_$.pc =
|
|
18115
|
-
_.$_$.qc =
|
|
18116
|
-
_.$_$.rc =
|
|
18117
|
-
_.$_$.sc =
|
|
18118
|
-
_.$_$.tc =
|
|
18119
|
-
_.$_$.uc =
|
|
18120
|
-
_.$_$.vc =
|
|
18121
|
-
_.$_$.wc =
|
|
18122
|
-
_.$_$.xc =
|
|
18123
|
-
_.$_$.yc =
|
|
18124
|
-
_.$_$.zc =
|
|
18125
|
-
_.$_$.ad =
|
|
18126
|
-
_.$_$.bd =
|
|
18127
|
-
_.$_$.cd =
|
|
18128
|
-
_.$_$.dd =
|
|
18129
|
-
_.$_$.ed =
|
|
18130
|
-
_.$_$.fd =
|
|
18131
|
-
_.$_$.gd =
|
|
18132
|
-
_.$_$.hd =
|
|
18133
|
-
_.$_$.id =
|
|
18134
|
-
_.$_$.jd =
|
|
18135
|
-
_.$_$.kd =
|
|
18136
|
-
_.$_$.ld =
|
|
18137
|
-
_.$_$.md =
|
|
18138
|
-
_.$_$.nd =
|
|
18139
|
-
_.$_$.od =
|
|
18140
|
-
_.$_$.pd =
|
|
18141
|
-
_.$_$.qd =
|
|
18142
|
-
_.$_$.rd =
|
|
18143
|
-
_.$_$.sd =
|
|
18144
|
-
_.$_$.td =
|
|
18145
|
-
_.$_$.ud =
|
|
18146
|
-
_.$_$.vd =
|
|
18147
|
-
_.$_$.wd =
|
|
18148
|
-
_.$_$.xd =
|
|
18149
|
-
_.$_$.yd =
|
|
18150
|
-
_.$_$.zd =
|
|
18151
|
-
_.$_$.ae =
|
|
18152
|
-
_.$_$.be =
|
|
18153
|
-
_.$_$.ce =
|
|
18154
|
-
_.$_$.de =
|
|
18155
|
-
_.$_$.ee =
|
|
18156
|
-
_.$_$.fe =
|
|
18157
|
-
_.$_$.ge =
|
|
18158
|
-
_.$_$.he =
|
|
18159
|
-
_.$_$.ie =
|
|
18160
|
-
_.$_$.je =
|
|
18161
|
-
_.$_$.ke =
|
|
18162
|
-
_.$_$.le =
|
|
18163
|
-
_.$_$.me =
|
|
18164
|
-
_.$_$.ne =
|
|
18165
|
-
_.$_$.oe =
|
|
18166
|
-
_.$_$.pe =
|
|
18167
|
-
_.$_$.qe =
|
|
18168
|
-
_.$_$.re =
|
|
18169
|
-
_.$_$.se =
|
|
18170
|
-
_.$_$.te =
|
|
18171
|
-
_.$_$.ue =
|
|
18172
|
-
_.$_$.ve =
|
|
18173
|
-
_.$_$.we =
|
|
18174
|
-
_.$_$.xe =
|
|
18175
|
-
_.$_$.ye =
|
|
18176
|
-
_.$_$.ze =
|
|
18177
|
-
_.$_$.af =
|
|
18178
|
-
_.$_$.bf =
|
|
18179
|
-
_.$_$.cf =
|
|
18180
|
-
_.$_$.df =
|
|
18181
|
-
_.$_$.ef =
|
|
18182
|
-
_.$_$.ff =
|
|
18183
|
-
_.$_$.gf =
|
|
18184
|
-
_.$_$.hf =
|
|
18185
|
-
_.$_$.if =
|
|
18186
|
-
_.$_$.jf =
|
|
18187
|
-
_.$_$.kf =
|
|
18188
|
-
_.$_$.lf =
|
|
18189
|
-
_.$_$.mf =
|
|
18190
|
-
_.$_$.nf =
|
|
18191
|
-
_.$_$.of =
|
|
18192
|
-
_.$_$.pf =
|
|
18193
|
-
_.$_$.qf =
|
|
18194
|
-
_.$_$.rf =
|
|
18195
|
-
_.$_$.sf =
|
|
18196
|
-
_.$_$.tf =
|
|
18197
|
-
_.$_$.uf =
|
|
18198
|
-
_.$_$.vf =
|
|
18199
|
-
_.$_$.wf =
|
|
18200
|
-
_.$_$.xf =
|
|
18201
|
-
_.$_$.yf =
|
|
18202
|
-
_.$_$.zf =
|
|
18203
|
-
_.$_$.ag =
|
|
18204
|
-
_.$_$.bg =
|
|
18205
|
-
_.$_$.cg =
|
|
18206
|
-
_.$_$.dg =
|
|
18207
|
-
_.$_$.eg =
|
|
18208
|
-
_.$_$.fg =
|
|
18209
|
-
_.$_$.gg =
|
|
18210
|
-
_.$_$.hg =
|
|
18211
|
-
_.$_$.ig =
|
|
18212
|
-
_.$_$.jg =
|
|
18213
|
-
_.$_$.kg =
|
|
18214
|
-
_.$_$.lg =
|
|
18215
|
-
_.$_$.mg =
|
|
18216
|
-
_.$_$.ng =
|
|
18217
|
-
_.$_$.og =
|
|
18218
|
-
_.$_$.pg =
|
|
18219
|
-
_.$_$.qg =
|
|
18220
|
-
_.$_$.rg =
|
|
18221
|
-
_.$_$.sg =
|
|
18222
|
-
_.$_$.tg =
|
|
18223
|
-
_.$_$.ug =
|
|
18224
|
-
_.$_$.vg =
|
|
18225
|
-
_.$_$.wg =
|
|
18226
|
-
_.$_$.xg =
|
|
18227
|
-
_.$_$.yg =
|
|
18228
|
-
_.$_$.zg =
|
|
18229
|
-
_.$_$.ah =
|
|
18230
|
-
_.$_$.bh =
|
|
18231
|
-
_.$_$.ch =
|
|
18232
|
-
_.$_$.dh =
|
|
18233
|
-
_.$_$.eh =
|
|
18234
|
-
_.$_$.fh =
|
|
18235
|
-
_.$_$.gh =
|
|
18236
|
-
_.$_$.hh =
|
|
18237
|
-
_.$_$.ih =
|
|
18238
|
-
_.$_$.jh =
|
|
18239
|
-
_.$_$.kh =
|
|
18240
|
-
_.$_$.lh =
|
|
18241
|
-
_.$_$.mh =
|
|
18242
|
-
_.$_$.nh =
|
|
18243
|
-
_.$_$.oh =
|
|
18244
|
-
_.$_$.ph =
|
|
18245
|
-
_.$_$.qh =
|
|
18246
|
-
_.$_$.rh =
|
|
18247
|
-
_.$_$.sh =
|
|
18248
|
-
_.$_$.th =
|
|
18249
|
-
_.$_$.uh =
|
|
18250
|
-
_.$_$.vh =
|
|
18251
|
-
_.$_$.wh =
|
|
18252
|
-
_.$_$.xh =
|
|
18253
|
-
_.$_$.yh =
|
|
18254
|
-
_.$_$.zh =
|
|
18255
|
-
_.$_$.ai =
|
|
18256
|
-
_.$_$.bi =
|
|
18257
|
-
_.$_$.ci =
|
|
18258
|
-
_.$_$.di =
|
|
18259
|
-
_.$_$.ei =
|
|
18260
|
-
_.$_$.fi =
|
|
18261
|
-
_.$_$.gi =
|
|
18262
|
-
_.$_$.hi =
|
|
18263
|
-
_.$_$.ii =
|
|
18264
|
-
_.$_$.ji =
|
|
18265
|
-
_.$_$.ki =
|
|
18266
|
-
_.$_$.li =
|
|
18267
|
-
_.$_$.mi =
|
|
18268
|
-
_.$_$.ni =
|
|
18269
|
-
_.$_$.oi =
|
|
18270
|
-
_.$_$.pi =
|
|
18271
|
-
_.$_$.qi =
|
|
18272
|
-
_.$_$.ri =
|
|
18273
|
-
_.$_$.si =
|
|
18274
|
-
_.$_$.ti =
|
|
18275
|
-
_.$_$.ui =
|
|
18276
|
-
_.$_$.vi =
|
|
18277
|
-
_.$_$.wi =
|
|
18278
|
-
_.$_$.xi =
|
|
18279
|
-
_.$_$.yi =
|
|
18280
|
-
_.$_$.zi =
|
|
18281
|
-
_.$_$.aj =
|
|
18282
|
-
_.$_$.bj =
|
|
18283
|
-
_.$_$.cj =
|
|
18284
|
-
_.$_$.dj =
|
|
18285
|
-
_.$_$.ej =
|
|
18286
|
-
_.$_$.fj =
|
|
18287
|
-
_.$_$.gj =
|
|
18288
|
-
_.$_$.hj =
|
|
18289
|
-
_.$_$.ij =
|
|
18290
|
-
_.$_$.jj =
|
|
18291
|
-
_.$_$.kj =
|
|
18292
|
-
_.$_$.lj =
|
|
18293
|
-
_.$_$.mj =
|
|
18294
|
-
_.$_$.nj =
|
|
18295
|
-
_.$_$.oj =
|
|
18296
|
-
_.$_$.pj =
|
|
18297
|
-
_.$_$.qj =
|
|
18298
|
-
_.$_$.rj =
|
|
18299
|
-
_.$_$.sj =
|
|
18300
|
-
_.$_$.tj =
|
|
18301
|
-
_.$_$.uj =
|
|
18302
|
-
_.$_$.vj =
|
|
18303
|
-
_.$_$.wj =
|
|
18304
|
-
_.$_$.xj =
|
|
18305
|
-
_.$_$.yj =
|
|
18306
|
-
_.$_$.zj =
|
|
18307
|
-
_.$_$.ak =
|
|
18308
|
-
_.$_$.bk =
|
|
18309
|
-
_.$_$.ck =
|
|
18310
|
-
_.$_$.dk =
|
|
18311
|
-
_.$_$.ek =
|
|
18312
|
-
_.$_$.fk =
|
|
18313
|
-
_.$_$.gk =
|
|
18314
|
-
_.$_$.hk =
|
|
18315
|
-
_.$_$.ik =
|
|
18316
|
-
_.$_$.jk =
|
|
18317
|
-
_.$_$.kk =
|
|
18318
|
-
_.$_$.lk =
|
|
18319
|
-
_.$_$.mk =
|
|
18320
|
-
_.$_$.nk =
|
|
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
|
}));
|