raspberry_games_engine_helpers 1.8.505 → 1.8.507
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 +66 -66
- package/Kosi-Kodein-kodein-di.js +537 -537
- package/Kotlin-DateTime-library-kotlinx-datetime.js +94 -94
- package/Logic_Debertz-core.js +562 -537
- package/Logic_Debertz-core.js.map +1 -1
- package/Logic_Debertz-engine.d.ts +13 -12
- package/Logic_Debertz-engine.js +6190 -6189
- package/Logic_Debertz-engine.js.map +1 -1
- package/kotlin-kotlin-stdlib.js +225 -214
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlinx-atomicfu.js +4 -4
- package/kotlinx-io-kotlinx-io-core.js +11 -11
- package/kotlinx-serialization-kotlinx-serialization-core.js +81 -81
- package/kotlinx-serialization-kotlinx-serialization-json.js +1161 -1161
- package/ktor-ktor-client-core.js +17 -17
- package/package.json +1 -1
- package/raspberry-cardgame-lib-core.js +10 -10
- package/raspberry-cardgame-lib-logger.js +11 -11
- package/raspberry-cardgame-lib-random.js +13 -13
package/kotlin-kotlin-stdlib.js
CHANGED
|
@@ -57,12 +57,6 @@ if (typeof Math.clz32 === 'undefined') {
|
|
|
57
57
|
};
|
|
58
58
|
}(Math.log, Math.LN2);
|
|
59
59
|
}
|
|
60
|
-
if (typeof String.prototype.startsWith === 'undefined') {
|
|
61
|
-
Object.defineProperty(String.prototype, 'startsWith', {value: function (searchString, position) {
|
|
62
|
-
position = position || 0;
|
|
63
|
-
return this.lastIndexOf(searchString, position) === position;
|
|
64
|
-
}});
|
|
65
|
-
}
|
|
66
60
|
if (typeof String.prototype.endsWith === 'undefined') {
|
|
67
61
|
Object.defineProperty(String.prototype, 'endsWith', {value: function (searchString, position) {
|
|
68
62
|
var subjectString = this.toString();
|
|
@@ -74,6 +68,12 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
74
68
|
return lastIndex !== -1 && lastIndex === position;
|
|
75
69
|
}});
|
|
76
70
|
}
|
|
71
|
+
if (typeof String.prototype.startsWith === 'undefined') {
|
|
72
|
+
Object.defineProperty(String.prototype, 'startsWith', {value: function (searchString, position) {
|
|
73
|
+
position = position || 0;
|
|
74
|
+
return this.lastIndexOf(searchString, position) === position;
|
|
75
|
+
}});
|
|
76
|
+
}
|
|
77
77
|
//endregion
|
|
78
78
|
(function (factory) {
|
|
79
79
|
if (typeof define === 'function' && define.amd)
|
|
@@ -534,6 +534,16 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
534
534
|
throw NoSuchElementException_init_$Create$_0('Array is empty.');
|
|
535
535
|
return _this__u8e3s4[get_lastIndex_0(_this__u8e3s4)];
|
|
536
536
|
}
|
|
537
|
+
function lastOrNull(_this__u8e3s4) {
|
|
538
|
+
var tmp;
|
|
539
|
+
// Inline function 'kotlin.collections.isEmpty' call
|
|
540
|
+
if (_this__u8e3s4.length === 0) {
|
|
541
|
+
tmp = null;
|
|
542
|
+
} else {
|
|
543
|
+
tmp = _this__u8e3s4[_this__u8e3s4.length - 1 | 0];
|
|
544
|
+
}
|
|
545
|
+
return tmp;
|
|
546
|
+
}
|
|
537
547
|
function firstOrNull(_this__u8e3s4) {
|
|
538
548
|
var tmp;
|
|
539
549
|
// Inline function 'kotlin.collections.isEmpty' call
|
|
@@ -903,7 +913,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
903
913
|
}
|
|
904
914
|
return optimizeReadOnlyList(list);
|
|
905
915
|
}
|
|
906
|
-
function
|
|
916
|
+
function lastOrNull_0(_this__u8e3s4) {
|
|
907
917
|
return _this__u8e3s4.r() ? null : _this__u8e3s4.d1(_this__u8e3s4.c1() - 1 | 0);
|
|
908
918
|
}
|
|
909
919
|
function toHashSet(_this__u8e3s4) {
|
|
@@ -13482,213 +13492,214 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
13482
13492
|
_.$_$.d6 = joinTo_0;
|
|
13483
13493
|
_.$_$.e6 = get_lastIndex;
|
|
13484
13494
|
_.$_$.f6 = get_lastIndex_2;
|
|
13485
|
-
_.$_$.g6 =
|
|
13486
|
-
_.$_$.h6 =
|
|
13487
|
-
_.$_$.i6 =
|
|
13488
|
-
_.$_$.j6 =
|
|
13489
|
-
_.$_$.k6 =
|
|
13490
|
-
_.$_$.l6 =
|
|
13491
|
-
_.$_$.m6 =
|
|
13492
|
-
_.$_$.n6 =
|
|
13493
|
-
_.$_$.o6 =
|
|
13494
|
-
_.$_$.p6 =
|
|
13495
|
-
_.$_$.q6 =
|
|
13496
|
-
_.$_$.r6 =
|
|
13497
|
-
_.$_$.s6 =
|
|
13498
|
-
_.$_$.t6 =
|
|
13499
|
-
_.$_$.u6 =
|
|
13500
|
-
_.$_$.v6 =
|
|
13501
|
-
_.$_$.w6 =
|
|
13502
|
-
_.$_$.x6 =
|
|
13503
|
-
_.$_$.y6 =
|
|
13504
|
-
_.$_$.z6 =
|
|
13505
|
-
_.$_$.a7 =
|
|
13506
|
-
_.$_$.b7 =
|
|
13507
|
-
_.$_$.c7 =
|
|
13508
|
-
_.$_$.d7 =
|
|
13509
|
-
_.$_$.e7 =
|
|
13510
|
-
_.$_$.f7 =
|
|
13511
|
-
_.$_$.g7 =
|
|
13512
|
-
_.$_$.h7 =
|
|
13513
|
-
_.$_$.i7 =
|
|
13514
|
-
_.$_$.j7 =
|
|
13515
|
-
_.$_$.k7 =
|
|
13516
|
-
_.$_$.l7 =
|
|
13517
|
-
_.$_$.m7 =
|
|
13518
|
-
_.$_$.n7 =
|
|
13519
|
-
_.$_$.o7 =
|
|
13520
|
-
_.$_$.p7 =
|
|
13521
|
-
_.$_$.q7 =
|
|
13522
|
-
_.$_$.r7 =
|
|
13523
|
-
_.$_$.s7 =
|
|
13524
|
-
_.$_$.t7 =
|
|
13525
|
-
_.$_$.u7 =
|
|
13526
|
-
_.$_$.v7 =
|
|
13527
|
-
_.$_$.w7 =
|
|
13528
|
-
_.$_$.x7 =
|
|
13529
|
-
_.$_$.y7 =
|
|
13530
|
-
_.$_$.z7 =
|
|
13531
|
-
_.$_$.a8 =
|
|
13532
|
-
_.$_$.b8 =
|
|
13533
|
-
_.$_$.c8 =
|
|
13534
|
-
_.$_$.d8 =
|
|
13535
|
-
_.$_$.e8 =
|
|
13536
|
-
_.$_$.f8 =
|
|
13537
|
-
_.$_$.g8 =
|
|
13538
|
-
_.$_$.h8 =
|
|
13539
|
-
_.$_$.i8 =
|
|
13540
|
-
_.$_$.j8 =
|
|
13541
|
-
_.$_$.k8 =
|
|
13542
|
-
_.$_$.l8 =
|
|
13543
|
-
_.$_$.m8 =
|
|
13544
|
-
_.$_$.n8 =
|
|
13545
|
-
_.$_$.o8 =
|
|
13546
|
-
_.$_$.p8 =
|
|
13547
|
-
_.$_$.q8 =
|
|
13548
|
-
_.$_$.r8 =
|
|
13549
|
-
_.$_$.s8 =
|
|
13550
|
-
_.$_$.t8 =
|
|
13551
|
-
_.$_$.u8 =
|
|
13552
|
-
_.$_$.v8 =
|
|
13553
|
-
_.$_$.w8 =
|
|
13554
|
-
_.$_$.x8 =
|
|
13555
|
-
_.$_$.y8 =
|
|
13556
|
-
_.$_$.z8 =
|
|
13557
|
-
_.$_$.a9 =
|
|
13558
|
-
_.$_$.b9 =
|
|
13559
|
-
_.$_$.c9 =
|
|
13560
|
-
_.$_$.d9 =
|
|
13561
|
-
_.$_$.e9 =
|
|
13562
|
-
_.$_$.f9 =
|
|
13563
|
-
_.$_$.g9 =
|
|
13564
|
-
_.$_$.h9 =
|
|
13565
|
-
_.$_$.i9 =
|
|
13566
|
-
_.$_$.j9 =
|
|
13567
|
-
_.$_$.k9 =
|
|
13568
|
-
_.$_$.l9 =
|
|
13569
|
-
_.$_$.m9 =
|
|
13570
|
-
_.$_$.n9 =
|
|
13571
|
-
_.$_$.o9 =
|
|
13572
|
-
_.$_$.p9 =
|
|
13573
|
-
_.$_$.q9 =
|
|
13574
|
-
_.$_$.r9 =
|
|
13575
|
-
_.$_$.s9 =
|
|
13576
|
-
_.$_$.t9 =
|
|
13577
|
-
_.$_$.u9 =
|
|
13578
|
-
_.$_$.v9 =
|
|
13579
|
-
_.$_$.w9 =
|
|
13580
|
-
_.$_$.x9 =
|
|
13581
|
-
_.$_$.y9 =
|
|
13582
|
-
_.$_$.z9 =
|
|
13583
|
-
_.$_$.aa =
|
|
13584
|
-
_.$_$.ba =
|
|
13585
|
-
_.$_$.ca =
|
|
13586
|
-
_.$_$.da =
|
|
13587
|
-
_.$_$.ea =
|
|
13588
|
-
_.$_$.fa =
|
|
13589
|
-
_.$_$.ga =
|
|
13590
|
-
_.$_$.ha =
|
|
13591
|
-
_.$_$.ia =
|
|
13592
|
-
_.$_$.ja =
|
|
13593
|
-
_.$_$.ka =
|
|
13594
|
-
_.$_$.la =
|
|
13595
|
-
_.$_$.ma =
|
|
13596
|
-
_.$_$.na =
|
|
13597
|
-
_.$_$.oa =
|
|
13598
|
-
_.$_$.pa =
|
|
13599
|
-
_.$_$.qa =
|
|
13600
|
-
_.$_$.ra =
|
|
13601
|
-
_.$_$.sa =
|
|
13602
|
-
_.$_$.ta =
|
|
13603
|
-
_.$_$.ua =
|
|
13604
|
-
_.$_$.va =
|
|
13605
|
-
_.$_$.wa =
|
|
13606
|
-
_.$_$.xa =
|
|
13607
|
-
_.$_$.ya =
|
|
13608
|
-
_.$_$.za =
|
|
13609
|
-
_.$_$.ab =
|
|
13610
|
-
_.$_$.bb =
|
|
13611
|
-
_.$_$.cb =
|
|
13612
|
-
_.$_$.db =
|
|
13613
|
-
_.$_$.eb =
|
|
13614
|
-
_.$_$.fb =
|
|
13615
|
-
_.$_$.gb =
|
|
13616
|
-
_.$_$.hb =
|
|
13617
|
-
_.$_$.ib =
|
|
13618
|
-
_.$_$.jb =
|
|
13619
|
-
_.$_$.kb =
|
|
13620
|
-
_.$_$.lb =
|
|
13621
|
-
_.$_$.mb =
|
|
13622
|
-
_.$_$.nb =
|
|
13623
|
-
_.$_$.ob =
|
|
13624
|
-
_.$_$.pb =
|
|
13625
|
-
_.$_$.qb =
|
|
13626
|
-
_.$_$.rb =
|
|
13627
|
-
_.$_$.sb =
|
|
13628
|
-
_.$_$.tb =
|
|
13629
|
-
_.$_$.ub =
|
|
13630
|
-
_.$_$.vb =
|
|
13631
|
-
_.$_$.wb =
|
|
13632
|
-
_.$_$.xb =
|
|
13633
|
-
_.$_$.yb =
|
|
13634
|
-
_.$_$.zb =
|
|
13635
|
-
_.$_$.ac =
|
|
13636
|
-
_.$_$.bc =
|
|
13637
|
-
_.$_$.cc =
|
|
13638
|
-
_.$_$.dc =
|
|
13639
|
-
_.$_$.ec =
|
|
13640
|
-
_.$_$.fc =
|
|
13641
|
-
_.$_$.gc =
|
|
13642
|
-
_.$_$.hc =
|
|
13643
|
-
_.$_$.ic =
|
|
13644
|
-
_.$_$.jc =
|
|
13645
|
-
_.$_$.kc =
|
|
13646
|
-
_.$_$.lc =
|
|
13647
|
-
_.$_$.mc =
|
|
13648
|
-
_.$_$.nc =
|
|
13649
|
-
_.$_$.oc =
|
|
13650
|
-
_.$_$.pc =
|
|
13651
|
-
_.$_$.qc =
|
|
13652
|
-
_.$_$.rc =
|
|
13653
|
-
_.$_$.sc =
|
|
13654
|
-
_.$_$.tc =
|
|
13655
|
-
_.$_$.uc =
|
|
13656
|
-
_.$_$.vc =
|
|
13657
|
-
_.$_$.wc =
|
|
13658
|
-
_.$_$.xc =
|
|
13659
|
-
_.$_$.yc =
|
|
13660
|
-
_.$_$.zc =
|
|
13661
|
-
_.$_$.ad =
|
|
13662
|
-
_.$_$.bd =
|
|
13663
|
-
_.$_$.cd =
|
|
13664
|
-
_.$_$.dd =
|
|
13665
|
-
_.$_$.ed =
|
|
13666
|
-
_.$_$.fd =
|
|
13667
|
-
_.$_$.gd =
|
|
13668
|
-
_.$_$.hd =
|
|
13669
|
-
_.$_$.id =
|
|
13670
|
-
_.$_$.jd =
|
|
13671
|
-
_.$_$.kd =
|
|
13672
|
-
_.$_$.ld =
|
|
13673
|
-
_.$_$.md =
|
|
13674
|
-
_.$_$.nd =
|
|
13675
|
-
_.$_$.od =
|
|
13676
|
-
_.$_$.pd =
|
|
13677
|
-
_.$_$.qd =
|
|
13678
|
-
_.$_$.rd =
|
|
13679
|
-
_.$_$.sd =
|
|
13680
|
-
_.$_$.td =
|
|
13681
|
-
_.$_$.ud =
|
|
13682
|
-
_.$_$.vd =
|
|
13683
|
-
_.$_$.wd =
|
|
13684
|
-
_.$_$.xd =
|
|
13685
|
-
_.$_$.yd =
|
|
13686
|
-
_.$_$.zd =
|
|
13687
|
-
_.$_$.ae =
|
|
13688
|
-
_.$_$.be =
|
|
13689
|
-
_.$_$.ce =
|
|
13690
|
-
_.$_$.de =
|
|
13691
|
-
_.$_$.ee =
|
|
13495
|
+
_.$_$.g6 = lastOrNull_0;
|
|
13496
|
+
_.$_$.h6 = lastOrNull;
|
|
13497
|
+
_.$_$.i6 = last_0;
|
|
13498
|
+
_.$_$.j6 = last;
|
|
13499
|
+
_.$_$.k6 = listOfNotNull_0;
|
|
13500
|
+
_.$_$.l6 = listOfNotNull;
|
|
13501
|
+
_.$_$.m6 = listOf;
|
|
13502
|
+
_.$_$.n6 = listOf_0;
|
|
13503
|
+
_.$_$.o6 = mapCapacity;
|
|
13504
|
+
_.$_$.p6 = mapOf;
|
|
13505
|
+
_.$_$.q6 = mapOf_0;
|
|
13506
|
+
_.$_$.r6 = mutableListOf;
|
|
13507
|
+
_.$_$.s6 = plus_1;
|
|
13508
|
+
_.$_$.t6 = plus_0;
|
|
13509
|
+
_.$_$.u6 = plus;
|
|
13510
|
+
_.$_$.v6 = removeLastOrNull;
|
|
13511
|
+
_.$_$.w6 = removeLast;
|
|
13512
|
+
_.$_$.x6 = setOf_0;
|
|
13513
|
+
_.$_$.y6 = singleOrNull;
|
|
13514
|
+
_.$_$.z6 = single_0;
|
|
13515
|
+
_.$_$.a7 = sortWith_0;
|
|
13516
|
+
_.$_$.b7 = sortedWith;
|
|
13517
|
+
_.$_$.c7 = sorted;
|
|
13518
|
+
_.$_$.d7 = sum;
|
|
13519
|
+
_.$_$.e7 = take;
|
|
13520
|
+
_.$_$.f7 = toBooleanArray;
|
|
13521
|
+
_.$_$.g7 = toHashSet;
|
|
13522
|
+
_.$_$.h7 = toList_0;
|
|
13523
|
+
_.$_$.i7 = toList;
|
|
13524
|
+
_.$_$.j7 = toMap;
|
|
13525
|
+
_.$_$.k7 = toMutableList_0;
|
|
13526
|
+
_.$_$.l7 = toMutableMap;
|
|
13527
|
+
_.$_$.m7 = toSet_0;
|
|
13528
|
+
_.$_$.n7 = withIndex;
|
|
13529
|
+
_.$_$.o7 = zip;
|
|
13530
|
+
_.$_$.p7 = compareValuesBy;
|
|
13531
|
+
_.$_$.q7 = compareValues;
|
|
13532
|
+
_.$_$.r7 = get_COROUTINE_SUSPENDED;
|
|
13533
|
+
_.$_$.s7 = CoroutineImpl;
|
|
13534
|
+
_.$_$.t7 = enumEntries;
|
|
13535
|
+
_.$_$.u7 = get_ONE;
|
|
13536
|
+
_.$_$.v7 = add;
|
|
13537
|
+
_.$_$.w7 = bitwiseAnd;
|
|
13538
|
+
_.$_$.x7 = bitwiseOr;
|
|
13539
|
+
_.$_$.y7 = bitwiseXor;
|
|
13540
|
+
_.$_$.z7 = compare;
|
|
13541
|
+
_.$_$.a8 = convertToByte;
|
|
13542
|
+
_.$_$.b8 = convertToInt;
|
|
13543
|
+
_.$_$.c8 = convertToShort;
|
|
13544
|
+
_.$_$.d8 = divide;
|
|
13545
|
+
_.$_$.e8 = equalsLong;
|
|
13546
|
+
_.$_$.f8 = fromInt;
|
|
13547
|
+
_.$_$.g8 = invert;
|
|
13548
|
+
_.$_$.h8 = isLongArray;
|
|
13549
|
+
_.$_$.i8 = get_longArrayClass;
|
|
13550
|
+
_.$_$.j8 = modulo;
|
|
13551
|
+
_.$_$.k8 = multiply;
|
|
13552
|
+
_.$_$.l8 = negate;
|
|
13553
|
+
_.$_$.m8 = numberToLong;
|
|
13554
|
+
_.$_$.n8 = shiftLeft;
|
|
13555
|
+
_.$_$.o8 = shiftRightUnsigned;
|
|
13556
|
+
_.$_$.p8 = shiftRight;
|
|
13557
|
+
_.$_$.q8 = subtract;
|
|
13558
|
+
_.$_$.r8 = toNumber;
|
|
13559
|
+
_.$_$.s8 = FunctionAdapter;
|
|
13560
|
+
_.$_$.t8 = arrayIterator;
|
|
13561
|
+
_.$_$.u8 = booleanArray;
|
|
13562
|
+
_.$_$.v8 = captureStack;
|
|
13563
|
+
_.$_$.w8 = charArrayOf;
|
|
13564
|
+
_.$_$.x8 = charArray;
|
|
13565
|
+
_.$_$.y8 = charCodeAt;
|
|
13566
|
+
_.$_$.z8 = charSequenceGet;
|
|
13567
|
+
_.$_$.a9 = charSequenceLength;
|
|
13568
|
+
_.$_$.b9 = charSequenceSubSequence;
|
|
13569
|
+
_.$_$.c9 = compareTo;
|
|
13570
|
+
_.$_$.d9 = defineProp;
|
|
13571
|
+
_.$_$.e9 = equals;
|
|
13572
|
+
_.$_$.f9 = getBooleanHashCode;
|
|
13573
|
+
_.$_$.g9 = getNumberHashCode;
|
|
13574
|
+
_.$_$.h9 = getPropertyCallableRef;
|
|
13575
|
+
_.$_$.i9 = getStringHashCode;
|
|
13576
|
+
_.$_$.j9 = hashCode_0;
|
|
13577
|
+
_.$_$.k9 = initMetadataForClass;
|
|
13578
|
+
_.$_$.l9 = initMetadataForCompanion;
|
|
13579
|
+
_.$_$.m9 = initMetadataForCoroutine;
|
|
13580
|
+
_.$_$.n9 = initMetadataForInterface;
|
|
13581
|
+
_.$_$.o9 = initMetadataForLambda;
|
|
13582
|
+
_.$_$.p9 = initMetadataForObject;
|
|
13583
|
+
_.$_$.q9 = isArray;
|
|
13584
|
+
_.$_$.r9 = isBooleanArray;
|
|
13585
|
+
_.$_$.s9 = isByteArray;
|
|
13586
|
+
_.$_$.t9 = isCharArray;
|
|
13587
|
+
_.$_$.u9 = isDoubleArray;
|
|
13588
|
+
_.$_$.v9 = isFloatArray;
|
|
13589
|
+
_.$_$.w9 = isIntArray;
|
|
13590
|
+
_.$_$.x9 = isInterface;
|
|
13591
|
+
_.$_$.y9 = isShortArray;
|
|
13592
|
+
_.$_$.z9 = get_js;
|
|
13593
|
+
_.$_$.aa = longArray;
|
|
13594
|
+
_.$_$.ba = numberRangeToNumber;
|
|
13595
|
+
_.$_$.ca = numberToChar;
|
|
13596
|
+
_.$_$.da = numberToInt;
|
|
13597
|
+
_.$_$.ea = objectCreate;
|
|
13598
|
+
_.$_$.fa = protoOf;
|
|
13599
|
+
_.$_$.ga = toByte;
|
|
13600
|
+
_.$_$.ha = toString_1;
|
|
13601
|
+
_.$_$.ia = abs_0;
|
|
13602
|
+
_.$_$.ja = round;
|
|
13603
|
+
_.$_$.ka = ClosedRange;
|
|
13604
|
+
_.$_$.la = coerceAtLeast;
|
|
13605
|
+
_.$_$.ma = coerceAtMost;
|
|
13606
|
+
_.$_$.na = contains_1;
|
|
13607
|
+
_.$_$.oa = step;
|
|
13608
|
+
_.$_$.pa = until;
|
|
13609
|
+
_.$_$.qa = createInvariantKTypeProjection;
|
|
13610
|
+
_.$_$.ra = createKType;
|
|
13611
|
+
_.$_$.sa = getKClassFromExpression;
|
|
13612
|
+
_.$_$.ta = getKClass;
|
|
13613
|
+
_.$_$.ua = KClass;
|
|
13614
|
+
_.$_$.va = KMutableProperty1;
|
|
13615
|
+
_.$_$.wa = KProperty0;
|
|
13616
|
+
_.$_$.xa = KProperty1;
|
|
13617
|
+
_.$_$.ya = KTypeParameter;
|
|
13618
|
+
_.$_$.za = filter;
|
|
13619
|
+
_.$_$.ab = firstOrNull_1;
|
|
13620
|
+
_.$_$.bb = flatMap;
|
|
13621
|
+
_.$_$.cb = mapNotNull;
|
|
13622
|
+
_.$_$.db = map;
|
|
13623
|
+
_.$_$.eb = toList_1;
|
|
13624
|
+
_.$_$.fb = contains_2;
|
|
13625
|
+
_.$_$.gb = equals_0;
|
|
13626
|
+
_.$_$.hb = indexOf_1;
|
|
13627
|
+
_.$_$.ib = indexOf_0;
|
|
13628
|
+
_.$_$.jb = isBlank;
|
|
13629
|
+
_.$_$.kb = get_lastIndex_3;
|
|
13630
|
+
_.$_$.lb = lastIndexOf_0;
|
|
13631
|
+
_.$_$.mb = padStart;
|
|
13632
|
+
_.$_$.nb = removePrefix;
|
|
13633
|
+
_.$_$.ob = removeSuffix;
|
|
13634
|
+
_.$_$.pb = repeat;
|
|
13635
|
+
_.$_$.qb = replace;
|
|
13636
|
+
_.$_$.rb = single_1;
|
|
13637
|
+
_.$_$.sb = split;
|
|
13638
|
+
_.$_$.tb = startsWith;
|
|
13639
|
+
_.$_$.ub = startsWith_1;
|
|
13640
|
+
_.$_$.vb = substringAfter;
|
|
13641
|
+
_.$_$.wb = substringBefore;
|
|
13642
|
+
_.$_$.xb = substring_0;
|
|
13643
|
+
_.$_$.yb = substring;
|
|
13644
|
+
_.$_$.zb = take_0;
|
|
13645
|
+
_.$_$.ac = toBooleanStrictOrNull;
|
|
13646
|
+
_.$_$.bc = toDoubleOrNull;
|
|
13647
|
+
_.$_$.cc = toDouble;
|
|
13648
|
+
_.$_$.dc = toIntOrNull;
|
|
13649
|
+
_.$_$.ec = toInt;
|
|
13650
|
+
_.$_$.fc = toLongOrNull;
|
|
13651
|
+
_.$_$.gc = toUByte;
|
|
13652
|
+
_.$_$.hc = toUInt;
|
|
13653
|
+
_.$_$.ic = toULongOrNull;
|
|
13654
|
+
_.$_$.jc = toULong;
|
|
13655
|
+
_.$_$.kc = toUShort;
|
|
13656
|
+
_.$_$.lc = trimIndent;
|
|
13657
|
+
_.$_$.mc = Duration;
|
|
13658
|
+
_.$_$.nc = Instant;
|
|
13659
|
+
_.$_$.oc = toDuration_0;
|
|
13660
|
+
_.$_$.pc = toDuration;
|
|
13661
|
+
_.$_$.qc = Uuid;
|
|
13662
|
+
_.$_$.rc = ArithmeticException;
|
|
13663
|
+
_.$_$.sc = Char;
|
|
13664
|
+
_.$_$.tc = Comparable;
|
|
13665
|
+
_.$_$.uc = Comparator;
|
|
13666
|
+
_.$_$.vc = DeepRecursiveFunction;
|
|
13667
|
+
_.$_$.wc = DeepRecursiveScope;
|
|
13668
|
+
_.$_$.xc = Enum;
|
|
13669
|
+
_.$_$.yc = Exception;
|
|
13670
|
+
_.$_$.zc = IllegalArgumentException;
|
|
13671
|
+
_.$_$.ad = Long;
|
|
13672
|
+
_.$_$.bd = Pair;
|
|
13673
|
+
_.$_$.cd = Result;
|
|
13674
|
+
_.$_$.dd = RuntimeException;
|
|
13675
|
+
_.$_$.ed = THROW_CCE;
|
|
13676
|
+
_.$_$.fd = THROW_IAE;
|
|
13677
|
+
_.$_$.gd = Triple;
|
|
13678
|
+
_.$_$.hd = UByteArray;
|
|
13679
|
+
_.$_$.id = UByte;
|
|
13680
|
+
_.$_$.jd = UIntArray;
|
|
13681
|
+
_.$_$.kd = UInt;
|
|
13682
|
+
_.$_$.ld = ULongArray;
|
|
13683
|
+
_.$_$.md = ULong;
|
|
13684
|
+
_.$_$.nd = UShortArray;
|
|
13685
|
+
_.$_$.od = UShort;
|
|
13686
|
+
_.$_$.pd = Unit;
|
|
13687
|
+
_.$_$.qd = arrayOf;
|
|
13688
|
+
_.$_$.rd = countTrailingZeroBits;
|
|
13689
|
+
_.$_$.sd = createFailure;
|
|
13690
|
+
_.$_$.td = ensureNotNull;
|
|
13691
|
+
_.$_$.ud = invoke;
|
|
13692
|
+
_.$_$.vd = isFinite_0;
|
|
13693
|
+
_.$_$.wd = isFinite;
|
|
13694
|
+
_.$_$.xd = lazy;
|
|
13695
|
+
_.$_$.yd = lazy_0;
|
|
13696
|
+
_.$_$.zd = noWhenBranchMatchedException;
|
|
13697
|
+
_.$_$.ae = plus_2;
|
|
13698
|
+
_.$_$.be = printStackTrace;
|
|
13699
|
+
_.$_$.ce = stackTraceToString;
|
|
13700
|
+
_.$_$.de = throwOnFailure;
|
|
13701
|
+
_.$_$.ee = toString_0;
|
|
13702
|
+
_.$_$.fe = to;
|
|
13692
13703
|
//endregion
|
|
13693
13704
|
return _;
|
|
13694
13705
|
}));
|