@cruglobal/godtools-shared 0.9.0-PR398-SNAPSHOT.1155 → 0.9.0-PR407-SNAPSHOT.1161

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.
@@ -2593,6 +2593,30 @@ if (typeof Math.imul === 'undefined') {
2593
2593
  tmp$ret$3 = tmp$ret$2;
2594
2594
  return tmp$ret$3;
2595
2595
  }
2596
+ function split_0(_this__u8e3s4, delimiters, ignoreCase, limit) {
2597
+ ignoreCase = ignoreCase === VOID ? false : ignoreCase;
2598
+ limit = limit === VOID ? 0 : limit;
2599
+ if (delimiters.length === 1) {
2600
+ return split_1(_this__u8e3s4, toString_0(delimiters[0]), ignoreCase, limit);
2601
+ }
2602
+ var tmp$ret$2;
2603
+ // Inline function 'kotlin.collections.map' call
2604
+ var tmp1_map = asIterable(rangesDelimitedBy_0(_this__u8e3s4, delimiters, VOID, ignoreCase, limit));
2605
+ var tmp$ret$1;
2606
+ // Inline function 'kotlin.collections.mapTo' call
2607
+ var tmp0_mapTo = ArrayList_init_$Create$_0(collectionSizeOrDefault(tmp1_map, 10));
2608
+ var tmp0_iterator = tmp1_map.f();
2609
+ while (tmp0_iterator.g()) {
2610
+ var item = tmp0_iterator.h();
2611
+ var tmp$ret$0;
2612
+ // Inline function 'kotlin.text.split.<anonymous>' call
2613
+ tmp$ret$0 = substring(_this__u8e3s4, item);
2614
+ tmp0_mapTo.b(tmp$ret$0);
2615
+ }
2616
+ tmp$ret$1 = tmp0_mapTo;
2617
+ tmp$ret$2 = tmp$ret$1;
2618
+ return tmp$ret$2;
2619
+ }
2596
2620
  function contains_4(_this__u8e3s4, other, ignoreCase) {
2597
2621
  ignoreCase = ignoreCase === VOID ? false : ignoreCase;
2598
2622
  var tmp;
@@ -2620,30 +2644,6 @@ if (typeof Math.imul === 'undefined') {
2620
2644
  }
2621
2645
  return tmp;
2622
2646
  }
2623
- function split_0(_this__u8e3s4, delimiters, ignoreCase, limit) {
2624
- ignoreCase = ignoreCase === VOID ? false : ignoreCase;
2625
- limit = limit === VOID ? 0 : limit;
2626
- if (delimiters.length === 1) {
2627
- return split_1(_this__u8e3s4, toString_0(delimiters[0]), ignoreCase, limit);
2628
- }
2629
- var tmp$ret$2;
2630
- // Inline function 'kotlin.collections.map' call
2631
- var tmp1_map = asIterable(rangesDelimitedBy_0(_this__u8e3s4, delimiters, VOID, ignoreCase, limit));
2632
- var tmp$ret$1;
2633
- // Inline function 'kotlin.collections.mapTo' call
2634
- var tmp0_mapTo = ArrayList_init_$Create$_0(collectionSizeOrDefault(tmp1_map, 10));
2635
- var tmp0_iterator = tmp1_map.f();
2636
- while (tmp0_iterator.g()) {
2637
- var item = tmp0_iterator.h();
2638
- var tmp$ret$0;
2639
- // Inline function 'kotlin.text.split.<anonymous>' call
2640
- tmp$ret$0 = substring(_this__u8e3s4, item);
2641
- tmp0_mapTo.b(tmp$ret$0);
2642
- }
2643
- tmp$ret$1 = tmp0_mapTo;
2644
- tmp$ret$2 = tmp$ret$1;
2645
- return tmp$ret$2;
2646
- }
2647
2647
  function trimEnd(_this__u8e3s4, chars) {
2648
2648
  var tmp$ret$2;
2649
2649
  // Inline function 'kotlin.text.trimEnd' call
@@ -2716,6 +2716,13 @@ if (typeof Math.imul === 'undefined') {
2716
2716
  var delimitersList = asList(delimiters);
2717
2717
  return new DelimitedRangesSequence(_this__u8e3s4, startIndex, limit, rangesDelimitedBy$lambda(delimitersList, ignoreCase));
2718
2718
  }
2719
+ function rangesDelimitedBy_0(_this__u8e3s4, delimiters, startIndex, ignoreCase, limit) {
2720
+ startIndex = startIndex === VOID ? 0 : startIndex;
2721
+ ignoreCase = ignoreCase === VOID ? false : ignoreCase;
2722
+ limit = limit === VOID ? 0 : limit;
2723
+ requireNonNegativeLimit(limit);
2724
+ return new DelimitedRangesSequence(_this__u8e3s4, startIndex, limit, rangesDelimitedBy$lambda_0(delimiters, ignoreCase));
2725
+ }
2719
2726
  function indexOf_1(_this__u8e3s4, string, startIndex, ignoreCase) {
2720
2727
  startIndex = startIndex === VOID ? 0 : startIndex;
2721
2728
  ignoreCase = ignoreCase === VOID ? false : ignoreCase;
@@ -2776,13 +2783,6 @@ if (typeof Math.imul === 'undefined') {
2776
2783
  }
2777
2784
  return -1;
2778
2785
  }
2779
- function rangesDelimitedBy_0(_this__u8e3s4, delimiters, startIndex, ignoreCase, limit) {
2780
- startIndex = startIndex === VOID ? 0 : startIndex;
2781
- ignoreCase = ignoreCase === VOID ? false : ignoreCase;
2782
- limit = limit === VOID ? 0 : limit;
2783
- requireNonNegativeLimit(limit);
2784
- return new DelimitedRangesSequence(_this__u8e3s4, startIndex, limit, rangesDelimitedBy$lambda_0(delimiters, ignoreCase));
2785
- }
2786
2786
  function trim(_this__u8e3s4) {
2787
2787
  var tmp$ret$0;
2788
2788
  // Inline function 'kotlin.text.trim' call
@@ -2993,21 +2993,6 @@ if (typeof Math.imul === 'undefined') {
2993
2993
  }
2994
2994
  return null;
2995
2995
  }
2996
- function regionMatchesImpl(_this__u8e3s4, thisOffset, other, otherOffset, length, ignoreCase) {
2997
- if (((otherOffset < 0 ? true : thisOffset < 0) ? true : thisOffset > (charSequenceLength(_this__u8e3s4) - length | 0)) ? true : otherOffset > (charSequenceLength(other) - length | 0)) {
2998
- return false;
2999
- }
3000
- var inductionVariable = 0;
3001
- if (inductionVariable < length)
3002
- do {
3003
- var index = inductionVariable;
3004
- inductionVariable = inductionVariable + 1 | 0;
3005
- if (!equals(charSequenceGet(_this__u8e3s4, thisOffset + index | 0), charSequenceGet(other, otherOffset + index | 0), ignoreCase))
3006
- return false;
3007
- }
3008
- while (inductionVariable < length);
3009
- return true;
3010
- }
3011
2996
  function indexOfAny(_this__u8e3s4, chars, startIndex, ignoreCase) {
3012
2997
  startIndex = startIndex === VOID ? 0 : startIndex;
3013
2998
  ignoreCase = ignoreCase === VOID ? false : ignoreCase;
@@ -3064,6 +3049,21 @@ if (typeof Math.imul === 'undefined') {
3064
3049
  while (!(index === last));
3065
3050
  return -1;
3066
3051
  }
3052
+ function regionMatchesImpl(_this__u8e3s4, thisOffset, other, otherOffset, length, ignoreCase) {
3053
+ if (((otherOffset < 0 ? true : thisOffset < 0) ? true : thisOffset > (charSequenceLength(_this__u8e3s4) - length | 0)) ? true : otherOffset > (charSequenceLength(other) - length | 0)) {
3054
+ return false;
3055
+ }
3056
+ var inductionVariable = 0;
3057
+ if (inductionVariable < length)
3058
+ do {
3059
+ var index = inductionVariable;
3060
+ inductionVariable = inductionVariable + 1 | 0;
3061
+ if (!equals(charSequenceGet(_this__u8e3s4, thisOffset + index | 0), charSequenceGet(other, otherOffset + index | 0), ignoreCase))
3062
+ return false;
3063
+ }
3064
+ while (inductionVariable < length);
3065
+ return true;
3066
+ }
3067
3067
  function lastIndexOf(_this__u8e3s4, string, startIndex, ignoreCase) {
3068
3068
  startIndex = startIndex === VOID ? get_lastIndex_1(_this__u8e3s4) : startIndex;
3069
3069
  ignoreCase = ignoreCase === VOID ? false : ignoreCase;
@@ -3576,12 +3576,12 @@ if (typeof Math.imul === 'undefined') {
3576
3576
  }
3577
3577
  return array;
3578
3578
  }
3579
- function setOf(element) {
3580
- return hashSetOf([element]);
3581
- }
3582
3579
  function listOf_0(element) {
3583
3580
  return arrayListOf([element]);
3584
3581
  }
3582
+ function setOf(element) {
3583
+ return hashSetOf([element]);
3584
+ }
3585
3585
  function sortWith(_this__u8e3s4, comparator) {
3586
3586
  collectionsSort(_this__u8e3s4, comparator);
3587
3587
  }
@@ -9106,147 +9106,148 @@ if (typeof Math.imul === 'undefined') {
9106
9106
  _.$_$.q3 = get_lastIndex;
9107
9107
  _.$_$.r3 = lastOrNull;
9108
9108
  _.$_$.s3 = listOfNotNull;
9109
- _.$_$.t3 = listOf;
9110
- _.$_$.u3 = mapCapacity;
9111
- _.$_$.v3 = maxOrNull;
9112
- _.$_$.w3 = minOrNull;
9113
- _.$_$.x3 = plus_0;
9114
- _.$_$.y3 = removeFirst;
9115
- _.$_$.z3 = sortWith;
9116
- _.$_$.a4 = sortedWith;
9117
- _.$_$.b4 = sorted;
9118
- _.$_$.c4 = take_0;
9119
- _.$_$.d4 = toCharArray;
9120
- _.$_$.e4 = toIntArray;
9121
- _.$_$.f4 = toList_1;
9122
- _.$_$.g4 = toList;
9123
- _.$_$.h4 = toMutableList_1;
9124
- _.$_$.i4 = toMutableSet;
9125
- _.$_$.j4 = toSet_0;
9126
- _.$_$.k4 = toSet;
9127
- _.$_$.l4 = toTypedArray;
9128
- _.$_$.m4 = compareValues;
9129
- _.$_$.n4 = CancellationException;
9130
- _.$_$.o4 = get_COROUTINE_SUSPENDED;
9131
- _.$_$.p4 = createCoroutineUnintercepted;
9132
- _.$_$.q4 = intercepted;
9133
- _.$_$.r4 = AbstractCoroutineContextElement;
9134
- _.$_$.s4 = AbstractCoroutineContextKey;
9135
- _.$_$.t4 = get_0;
9136
- _.$_$.u4 = minusKey_0;
9137
- _.$_$.v4 = ContinuationInterceptor;
9138
- _.$_$.w4 = Continuation;
9139
- _.$_$.x4 = fold;
9140
- _.$_$.y4 = get;
9141
- _.$_$.z4 = minusKey;
9142
- _.$_$.a5 = Element;
9143
- _.$_$.b5 = plus;
9144
- _.$_$.c5 = CoroutineImpl;
9145
- _.$_$.d5 = startCoroutine;
9146
- _.$_$.e5 = println;
9147
- _.$_$.f5 = anyToString;
9148
- _.$_$.g5 = arrayIterator;
9149
- _.$_$.h5 = captureStack;
9150
- _.$_$.i5 = charArrayOf;
9151
- _.$_$.j5 = charSequenceGet;
9152
- _.$_$.k5 = charSequenceLength;
9153
- _.$_$.l5 = classMeta;
9154
- _.$_$.m5 = compareTo_0;
9155
- _.$_$.n5 = defineProp;
9156
- _.$_$.o5 = equals_1;
9157
- _.$_$.p5 = fillArrayVal;
9158
- _.$_$.q5 = getNumberHashCode;
9159
- _.$_$.r5 = getPropertyCallableRef;
9160
- _.$_$.s5 = getStringHashCode;
9161
- _.$_$.t5 = hashCode;
9162
- _.$_$.u5 = interfaceMeta;
9163
- _.$_$.v5 = isArray;
9164
- _.$_$.w5 = isCharSequence;
9165
- _.$_$.x5 = isInterface;
9166
- _.$_$.y5 = isNumber;
9167
- _.$_$.z5 = isObject;
9168
- _.$_$.a6 = numberRangeToNumber;
9169
- _.$_$.b6 = numberToChar;
9170
- _.$_$.c6 = numberToDouble;
9171
- _.$_$.d6 = numberToInt;
9172
- _.$_$.e6 = objectCreate;
9173
- _.$_$.f6 = objectMeta;
9174
- _.$_$.g6 = protoOf;
9175
- _.$_$.h6 = setMetadataFor;
9176
- _.$_$.i6 = toByte;
9177
- _.$_$.j6 = toLong_0;
9178
- _.$_$.k6 = toString_2;
9179
- _.$_$.l6 = get_PI;
9180
- _.$_$.m6 = roundToInt;
9181
- _.$_$.n6 = withSign;
9182
- _.$_$.o6 = coerceAtLeast_0;
9183
- _.$_$.p6 = coerceAtLeast_1;
9184
- _.$_$.q6 = coerceAtLeast;
9185
- _.$_$.r6 = coerceIn;
9186
- _.$_$.s6 = contains_2;
9187
- _.$_$.t6 = rangeTo;
9188
- _.$_$.u6 = until;
9189
- _.$_$.v6 = KMutableProperty1;
9190
- _.$_$.w6 = KProperty1;
9191
- _.$_$.x6 = StringBuilder;
9192
- _.$_$.y6 = concatToString;
9193
- _.$_$.z6 = contains_4;
9194
- _.$_$.a7 = contains_5;
9195
- _.$_$.b7 = equals_0;
9196
- _.$_$.c7 = equals;
9197
- _.$_$.d7 = hasSurrogatePairAt;
9198
- _.$_$.e7 = indexOf_3;
9199
- _.$_$.f7 = isBlank;
9200
- _.$_$.g7 = isHighSurrogate;
9201
- _.$_$.h7 = replace;
9202
- _.$_$.i7 = splitToSequence;
9203
- _.$_$.j7 = split_0;
9204
- _.$_$.k7 = split;
9205
- _.$_$.l7 = startsWith_0;
9206
- _.$_$.m7 = substringBefore;
9207
- _.$_$.n7 = take_2;
9208
- _.$_$.o7 = toBoolean;
9209
- _.$_$.p7 = toCharArray_0;
9210
- _.$_$.q7 = toDoubleOrNull;
9211
- _.$_$.r7 = toDouble;
9212
- _.$_$.s7 = toIntOrNull;
9213
- _.$_$.t7 = toInt;
9214
- _.$_$.u7 = toLongOrNull;
9215
- _.$_$.v7 = toLong;
9216
- _.$_$.w7 = toUInt;
9217
- _.$_$.x7 = trimEnd;
9218
- _.$_$.y7 = trim;
9219
- _.$_$.z7 = Char;
9220
- _.$_$.a8 = Comparable;
9221
- _.$_$.b8 = Comparator;
9222
- _.$_$.c8 = Enum;
9223
- _.$_$.d8 = Error_0;
9224
- _.$_$.e8 = Exception;
9225
- _.$_$.f8 = IllegalArgumentException;
9226
- _.$_$.g8 = IllegalStateException;
9227
- _.$_$.h8 = Long;
9228
- _.$_$.i8 = NoSuchElementException;
9229
- _.$_$.j8 = NotImplementedError;
9230
- _.$_$.k8 = NumberFormatException;
9231
- _.$_$.l8 = Pair;
9232
- _.$_$.m8 = RuntimeException;
9233
- _.$_$.n8 = THROW_CCE;
9234
- _.$_$.o8 = THROW_ISE;
9235
- _.$_$.p8 = UInt;
9236
- _.$_$.q8 = Unit;
9237
- _.$_$.r8 = UnsupportedOperationException;
9238
- _.$_$.s8 = addSuppressed;
9239
- _.$_$.t8 = createFailure;
9240
- _.$_$.u8 = ensureNotNull;
9241
- _.$_$.v8 = isNaN_1;
9242
- _.$_$.w8 = lazy;
9243
- _.$_$.x8 = noWhenBranchMatchedException;
9244
- _.$_$.y8 = throwKotlinNothingValueException;
9245
- _.$_$.z8 = throwUninitializedPropertyAccessException;
9246
- _.$_$.a9 = toString_1;
9247
- _.$_$.b9 = to;
9248
- _.$_$.c9 = uintCompare;
9249
- _.$_$.d9 = VOID;
9109
+ _.$_$.t3 = listOf_0;
9110
+ _.$_$.u3 = listOf;
9111
+ _.$_$.v3 = mapCapacity;
9112
+ _.$_$.w3 = maxOrNull;
9113
+ _.$_$.x3 = minOrNull;
9114
+ _.$_$.y3 = plus_0;
9115
+ _.$_$.z3 = removeFirst;
9116
+ _.$_$.a4 = sortWith;
9117
+ _.$_$.b4 = sortedWith;
9118
+ _.$_$.c4 = sorted;
9119
+ _.$_$.d4 = take_0;
9120
+ _.$_$.e4 = toCharArray;
9121
+ _.$_$.f4 = toIntArray;
9122
+ _.$_$.g4 = toList_1;
9123
+ _.$_$.h4 = toList;
9124
+ _.$_$.i4 = toMutableList_1;
9125
+ _.$_$.j4 = toMutableSet;
9126
+ _.$_$.k4 = toSet_0;
9127
+ _.$_$.l4 = toSet;
9128
+ _.$_$.m4 = toTypedArray;
9129
+ _.$_$.n4 = compareValues;
9130
+ _.$_$.o4 = CancellationException;
9131
+ _.$_$.p4 = get_COROUTINE_SUSPENDED;
9132
+ _.$_$.q4 = createCoroutineUnintercepted;
9133
+ _.$_$.r4 = intercepted;
9134
+ _.$_$.s4 = AbstractCoroutineContextElement;
9135
+ _.$_$.t4 = AbstractCoroutineContextKey;
9136
+ _.$_$.u4 = get_0;
9137
+ _.$_$.v4 = minusKey_0;
9138
+ _.$_$.w4 = ContinuationInterceptor;
9139
+ _.$_$.x4 = Continuation;
9140
+ _.$_$.y4 = fold;
9141
+ _.$_$.z4 = get;
9142
+ _.$_$.a5 = minusKey;
9143
+ _.$_$.b5 = Element;
9144
+ _.$_$.c5 = plus;
9145
+ _.$_$.d5 = CoroutineImpl;
9146
+ _.$_$.e5 = startCoroutine;
9147
+ _.$_$.f5 = println;
9148
+ _.$_$.g5 = anyToString;
9149
+ _.$_$.h5 = arrayIterator;
9150
+ _.$_$.i5 = captureStack;
9151
+ _.$_$.j5 = charArrayOf;
9152
+ _.$_$.k5 = charSequenceGet;
9153
+ _.$_$.l5 = charSequenceLength;
9154
+ _.$_$.m5 = classMeta;
9155
+ _.$_$.n5 = compareTo_0;
9156
+ _.$_$.o5 = defineProp;
9157
+ _.$_$.p5 = equals_1;
9158
+ _.$_$.q5 = fillArrayVal;
9159
+ _.$_$.r5 = getNumberHashCode;
9160
+ _.$_$.s5 = getPropertyCallableRef;
9161
+ _.$_$.t5 = getStringHashCode;
9162
+ _.$_$.u5 = hashCode;
9163
+ _.$_$.v5 = interfaceMeta;
9164
+ _.$_$.w5 = isArray;
9165
+ _.$_$.x5 = isCharSequence;
9166
+ _.$_$.y5 = isInterface;
9167
+ _.$_$.z5 = isNumber;
9168
+ _.$_$.a6 = isObject;
9169
+ _.$_$.b6 = numberRangeToNumber;
9170
+ _.$_$.c6 = numberToChar;
9171
+ _.$_$.d6 = numberToDouble;
9172
+ _.$_$.e6 = numberToInt;
9173
+ _.$_$.f6 = objectCreate;
9174
+ _.$_$.g6 = objectMeta;
9175
+ _.$_$.h6 = protoOf;
9176
+ _.$_$.i6 = setMetadataFor;
9177
+ _.$_$.j6 = toByte;
9178
+ _.$_$.k6 = toLong_0;
9179
+ _.$_$.l6 = toString_2;
9180
+ _.$_$.m6 = get_PI;
9181
+ _.$_$.n6 = roundToInt;
9182
+ _.$_$.o6 = withSign;
9183
+ _.$_$.p6 = coerceAtLeast_0;
9184
+ _.$_$.q6 = coerceAtLeast_1;
9185
+ _.$_$.r6 = coerceAtLeast;
9186
+ _.$_$.s6 = coerceIn;
9187
+ _.$_$.t6 = contains_2;
9188
+ _.$_$.u6 = rangeTo;
9189
+ _.$_$.v6 = until;
9190
+ _.$_$.w6 = KMutableProperty1;
9191
+ _.$_$.x6 = KProperty1;
9192
+ _.$_$.y6 = StringBuilder;
9193
+ _.$_$.z6 = concatToString;
9194
+ _.$_$.a7 = contains_4;
9195
+ _.$_$.b7 = contains_5;
9196
+ _.$_$.c7 = equals_0;
9197
+ _.$_$.d7 = equals;
9198
+ _.$_$.e7 = hasSurrogatePairAt;
9199
+ _.$_$.f7 = indexOf_3;
9200
+ _.$_$.g7 = isBlank;
9201
+ _.$_$.h7 = isHighSurrogate;
9202
+ _.$_$.i7 = replace;
9203
+ _.$_$.j7 = splitToSequence;
9204
+ _.$_$.k7 = split_0;
9205
+ _.$_$.l7 = split;
9206
+ _.$_$.m7 = startsWith_0;
9207
+ _.$_$.n7 = substringBefore;
9208
+ _.$_$.o7 = take_2;
9209
+ _.$_$.p7 = toBoolean;
9210
+ _.$_$.q7 = toCharArray_0;
9211
+ _.$_$.r7 = toDoubleOrNull;
9212
+ _.$_$.s7 = toDouble;
9213
+ _.$_$.t7 = toIntOrNull;
9214
+ _.$_$.u7 = toInt;
9215
+ _.$_$.v7 = toLongOrNull;
9216
+ _.$_$.w7 = toLong;
9217
+ _.$_$.x7 = toUInt;
9218
+ _.$_$.y7 = trimEnd;
9219
+ _.$_$.z7 = trim;
9220
+ _.$_$.a8 = Char;
9221
+ _.$_$.b8 = Comparable;
9222
+ _.$_$.c8 = Comparator;
9223
+ _.$_$.d8 = Enum;
9224
+ _.$_$.e8 = Error_0;
9225
+ _.$_$.f8 = Exception;
9226
+ _.$_$.g8 = IllegalArgumentException;
9227
+ _.$_$.h8 = IllegalStateException;
9228
+ _.$_$.i8 = Long;
9229
+ _.$_$.j8 = NoSuchElementException;
9230
+ _.$_$.k8 = NotImplementedError;
9231
+ _.$_$.l8 = NumberFormatException;
9232
+ _.$_$.m8 = Pair;
9233
+ _.$_$.n8 = RuntimeException;
9234
+ _.$_$.o8 = THROW_CCE;
9235
+ _.$_$.p8 = THROW_ISE;
9236
+ _.$_$.q8 = UInt;
9237
+ _.$_$.r8 = Unit;
9238
+ _.$_$.s8 = UnsupportedOperationException;
9239
+ _.$_$.t8 = addSuppressed;
9240
+ _.$_$.u8 = createFailure;
9241
+ _.$_$.v8 = ensureNotNull;
9242
+ _.$_$.w8 = isNaN_1;
9243
+ _.$_$.x8 = lazy;
9244
+ _.$_$.y8 = noWhenBranchMatchedException;
9245
+ _.$_$.z8 = throwKotlinNothingValueException;
9246
+ _.$_$.a9 = throwUninitializedPropertyAccessException;
9247
+ _.$_$.b9 = toString_1;
9248
+ _.$_$.c9 = to;
9249
+ _.$_$.d9 = uintCompare;
9250
+ _.$_$.e9 = VOID;
9250
9251
  //endregion
9251
9252
  return _;
9252
9253
  }));