game_client_logic_deb 1.4.13 → 1.4.20

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.
@@ -1090,6 +1090,12 @@ if (typeof Math.imul === 'undefined') {
1090
1090
  function toList_1(_this__u8e3s4) {
1091
1091
  return optimizeReadOnlyList(toMutableList_2(_this__u8e3s4));
1092
1092
  }
1093
+ function firstOrNull_0(_this__u8e3s4) {
1094
+ var iterator = _this__u8e3s4.g();
1095
+ if (!iterator.h())
1096
+ return null;
1097
+ return iterator.i();
1098
+ }
1093
1099
  function filterNotNull_1(_this__u8e3s4) {
1094
1100
  var tmp = filterNot(_this__u8e3s4, filterNotNull$lambda);
1095
1101
  return isInterface(tmp, Sequence) ? tmp : THROW_CCE();
@@ -12802,208 +12808,210 @@ if (typeof Math.imul === 'undefined') {
12802
12808
  _.$_$.c5 = arrayCopy;
12803
12809
  _.$_$.d5 = asList;
12804
12810
  _.$_$.e5 = asSequence_0;
12805
- _.$_$.f5 = checkIndexOverflow;
12806
- _.$_$.g5 = collectionSizeOrDefault;
12807
- _.$_$.h5 = contains;
12808
- _.$_$.i5 = contentEquals;
12809
- _.$_$.j5 = contentEquals_0;
12810
- _.$_$.k5 = contentHashCode_0;
12811
- _.$_$.l5 = contentHashCode;
12812
- _.$_$.m5 = contentToString;
12813
- _.$_$.n5 = copyOf_4;
12814
- _.$_$.o5 = copyOf_2;
12815
- _.$_$.p5 = copyOf_6;
12816
- _.$_$.q5 = copyOf;
12817
- _.$_$.r5 = copyOf_5;
12818
- _.$_$.s5 = copyOf_0;
12819
- _.$_$.t5 = copyOf_1;
12820
- _.$_$.u5 = copyOf_7;
12821
- _.$_$.v5 = copyOf_3;
12822
- _.$_$.w5 = copyToArray;
12823
- _.$_$.x5 = dropLast;
12824
- _.$_$.y5 = emptyList;
12825
- _.$_$.z5 = emptyMap;
12826
- _.$_$.a6 = emptySet;
12827
- _.$_$.b6 = fill;
12828
- _.$_$.c6 = filterNotNull_0;
12829
- _.$_$.d6 = firstOrNull;
12830
- _.$_$.e6 = first;
12831
- _.$_$.f6 = flatten;
12832
- _.$_$.g6 = getOrNull;
12833
- _.$_$.h6 = getValue;
12834
- _.$_$.i6 = indexOf;
12835
- _.$_$.j6 = get_indices_0;
12836
- _.$_$.k6 = get_indices;
12837
- _.$_$.l6 = get_lastIndex_1;
12838
- _.$_$.m6 = get_lastIndex_2;
12839
- _.$_$.n6 = lastOrNull;
12840
- _.$_$.o6 = last;
12841
- _.$_$.p6 = listOfNotNull;
12842
- _.$_$.q6 = listOfNotNull_0;
12843
- _.$_$.r6 = listOf_0;
12844
- _.$_$.s6 = listOf;
12845
- _.$_$.t6 = mapCapacity;
12846
- _.$_$.u6 = mapOf_0;
12847
- _.$_$.v6 = mapOf;
12848
- _.$_$.w6 = minus;
12849
- _.$_$.x6 = plus_3;
12850
- _.$_$.y6 = plus_0;
12851
- _.$_$.z6 = plus_2;
12852
- _.$_$.a7 = plus_1;
12853
- _.$_$.b7 = removeLast;
12854
- _.$_$.c7 = setOf;
12855
- _.$_$.d7 = singleOrNull;
12856
- _.$_$.e7 = single_0;
12857
- _.$_$.f7 = sortedWith;
12858
- _.$_$.g7 = sorted;
12859
- _.$_$.h7 = takeLast;
12860
- _.$_$.i7 = take;
12861
- _.$_$.j7 = toBooleanArray;
12862
- _.$_$.k7 = toHashSet;
12863
- _.$_$.l7 = toList_0;
12864
- _.$_$.m7 = toList;
12865
- _.$_$.n7 = toMap;
12866
- _.$_$.o7 = toMutableList_0;
12867
- _.$_$.p7 = toSet_0;
12868
- _.$_$.q7 = withIndex;
12869
- _.$_$.r7 = zip;
12870
- _.$_$.s7 = compareValues;
12871
- _.$_$.t7 = CancellationException;
12872
- _.$_$.u7 = get_COROUTINE_SUSPENDED;
12873
- _.$_$.v7 = createCoroutineUnintercepted;
12874
- _.$_$.w7 = intercepted;
12875
- _.$_$.x7 = AbstractCoroutineContextElement;
12876
- _.$_$.y7 = AbstractCoroutineContextKey;
12877
- _.$_$.z7 = get_0;
12878
- _.$_$.a8 = minusKey_0;
12879
- _.$_$.b8 = ContinuationInterceptor;
12880
- _.$_$.c8 = Continuation;
12881
- _.$_$.d8 = fold;
12882
- _.$_$.e8 = get;
12883
- _.$_$.f8 = minusKey;
12884
- _.$_$.g8 = Element;
12885
- _.$_$.h8 = plus;
12886
- _.$_$.i8 = CoroutineImpl;
12887
- _.$_$.j8 = startCoroutine;
12888
- _.$_$.k8 = anyToString;
12889
- _.$_$.l8 = arrayIterator;
12890
- _.$_$.m8 = booleanArray;
12891
- _.$_$.n8 = captureStack;
12892
- _.$_$.o8 = charArray;
12893
- _.$_$.p8 = charSequenceGet;
12894
- _.$_$.q8 = charSequenceLength;
12895
- _.$_$.r8 = charSequenceSubSequence;
12896
- _.$_$.s8 = classMeta;
12897
- _.$_$.t8 = compareTo_0;
12898
- _.$_$.u8 = equals_1;
12899
- _.$_$.v8 = fillArrayVal;
12900
- _.$_$.w8 = getPropertyCallableRef;
12901
- _.$_$.x8 = getStringHashCode;
12902
- _.$_$.y8 = hashCode;
12903
- _.$_$.z8 = interfaceMeta;
12904
- _.$_$.a9 = isArray;
12905
- _.$_$.b9 = isBooleanArray;
12906
- _.$_$.c9 = isByteArray;
12907
- _.$_$.d9 = isCharArray;
12908
- _.$_$.e9 = isDoubleArray;
12909
- _.$_$.f9 = isFloatArray;
12910
- _.$_$.g9 = isIntArray;
12911
- _.$_$.h9 = isInterface;
12912
- _.$_$.i9 = isLongArray;
12913
- _.$_$.j9 = isObject;
12914
- _.$_$.k9 = isShortArray;
12915
- _.$_$.l9 = get_js;
12916
- _.$_$.m9 = longArray;
12917
- _.$_$.n9 = numberToChar;
12918
- _.$_$.o9 = numberToInt;
12919
- _.$_$.p9 = numberToLong;
12920
- _.$_$.q9 = objectMeta;
12921
- _.$_$.r9 = setMetadataFor;
12922
- _.$_$.s9 = toByte;
12923
- _.$_$.t9 = toLong_0;
12924
- _.$_$.u9 = toShort;
12925
- _.$_$.v9 = toString_2;
12926
- _.$_$.w9 = coerceAtLeast;
12927
- _.$_$.x9 = coerceAtMost;
12928
- _.$_$.y9 = coerceIn;
12929
- _.$_$.z9 = step;
12930
- _.$_$.aa = until;
12931
- _.$_$.ba = KClass;
12932
- _.$_$.ca = KMutableProperty0;
12933
- _.$_$.da = KProperty0;
12934
- _.$_$.ea = KProperty1;
12935
- _.$_$.fa = KTypeParameter;
12936
- _.$_$.ga = filter;
12937
- _.$_$.ha = flatMap;
12938
- _.$_$.ia = mapNotNull;
12939
- _.$_$.ja = map;
12940
- _.$_$.ka = toList_1;
12941
- _.$_$.la = concatToString;
12942
- _.$_$.ma = equals_0;
12943
- _.$_$.na = isBlank;
12944
- _.$_$.oa = isLowerCase;
12945
- _.$_$.pa = repeat;
12946
- _.$_$.qa = single_2;
12947
- _.$_$.ra = titlecase;
12948
- _.$_$.sa = toDoubleOrNull;
12949
- _.$_$.ta = toDouble;
12950
- _.$_$.ua = toIntOrNull;
12951
- _.$_$.va = toInt;
12952
- _.$_$.wa = toLongOrNull;
12953
- _.$_$.xa = toLong;
12954
- _.$_$.ya = toUByte;
12955
- _.$_$.za = toUInt;
12956
- _.$_$.ab = toULongOrNull;
12957
- _.$_$.bb = toULong;
12958
- _.$_$.cb = toUShort;
12959
- _.$_$.db = trimIndent;
12960
- _.$_$.eb = Duration;
12961
- _.$_$.fb = ArithmeticException;
12962
- _.$_$.gb = Char;
12963
- _.$_$.hb = Comparable;
12964
- _.$_$.ib = Comparator;
12965
- _.$_$.jb = DeepRecursiveFunction;
12966
- _.$_$.kb = DeepRecursiveScope;
12967
- _.$_$.lb = Enum;
12968
- _.$_$.mb = Error_0;
12969
- _.$_$.nb = Exception;
12970
- _.$_$.ob = IllegalArgumentException;
12971
- _.$_$.pb = IllegalStateException;
12972
- _.$_$.qb = Long;
12973
- _.$_$.rb = NoSuchElementException;
12974
- _.$_$.sb = Pair;
12975
- _.$_$.tb = Result;
12976
- _.$_$.ub = RuntimeException;
12977
- _.$_$.vb = THROW_CCE;
12978
- _.$_$.wb = THROW_ISE;
12979
- _.$_$.xb = Triple;
12980
- _.$_$.yb = UByteArray;
12981
- _.$_$.zb = UByte;
12982
- _.$_$.ac = UIntArray;
12983
- _.$_$.bc = UInt;
12984
- _.$_$.cc = ULongArray;
12985
- _.$_$.dc = ULong;
12986
- _.$_$.ec = UShortArray;
12987
- _.$_$.fc = UShort;
12988
- _.$_$.gc = Unit;
12989
- _.$_$.hc = UnsupportedOperationException;
12990
- _.$_$.ic = addSuppressed;
12991
- _.$_$.jc = arrayOf;
12992
- _.$_$.kc = countTrailingZeroBits;
12993
- _.$_$.lc = createFailure;
12994
- _.$_$.mc = ensureNotNull;
12995
- _.$_$.nc = invoke;
12996
- _.$_$.oc = isFinite;
12997
- _.$_$.pc = isFinite_0;
12998
- _.$_$.qc = lazy;
12999
- _.$_$.rc = lazy_0;
13000
- _.$_$.sc = noWhenBranchMatchedException;
13001
- _.$_$.tc = plus_4;
13002
- _.$_$.uc = printStackTrace;
13003
- _.$_$.vc = stackTraceToString;
13004
- _.$_$.wc = throwUninitializedPropertyAccessException;
13005
- _.$_$.xc = toString_1;
13006
- _.$_$.yc = to;
12811
+ _.$_$.f5 = asSequence;
12812
+ _.$_$.g5 = checkIndexOverflow;
12813
+ _.$_$.h5 = collectionSizeOrDefault;
12814
+ _.$_$.i5 = contains;
12815
+ _.$_$.j5 = contentEquals;
12816
+ _.$_$.k5 = contentEquals_0;
12817
+ _.$_$.l5 = contentHashCode_0;
12818
+ _.$_$.m5 = contentHashCode;
12819
+ _.$_$.n5 = contentToString;
12820
+ _.$_$.o5 = copyOf_4;
12821
+ _.$_$.p5 = copyOf_2;
12822
+ _.$_$.q5 = copyOf_6;
12823
+ _.$_$.r5 = copyOf;
12824
+ _.$_$.s5 = copyOf_5;
12825
+ _.$_$.t5 = copyOf_0;
12826
+ _.$_$.u5 = copyOf_1;
12827
+ _.$_$.v5 = copyOf_7;
12828
+ _.$_$.w5 = copyOf_3;
12829
+ _.$_$.x5 = copyToArray;
12830
+ _.$_$.y5 = dropLast;
12831
+ _.$_$.z5 = emptyList;
12832
+ _.$_$.a6 = emptyMap;
12833
+ _.$_$.b6 = emptySet;
12834
+ _.$_$.c6 = fill;
12835
+ _.$_$.d6 = filterNotNull_0;
12836
+ _.$_$.e6 = firstOrNull;
12837
+ _.$_$.f6 = first;
12838
+ _.$_$.g6 = flatten;
12839
+ _.$_$.h6 = getOrNull;
12840
+ _.$_$.i6 = getValue;
12841
+ _.$_$.j6 = indexOf;
12842
+ _.$_$.k6 = get_indices_0;
12843
+ _.$_$.l6 = get_indices;
12844
+ _.$_$.m6 = get_lastIndex_1;
12845
+ _.$_$.n6 = get_lastIndex_2;
12846
+ _.$_$.o6 = lastOrNull;
12847
+ _.$_$.p6 = last;
12848
+ _.$_$.q6 = listOfNotNull;
12849
+ _.$_$.r6 = listOfNotNull_0;
12850
+ _.$_$.s6 = listOf_0;
12851
+ _.$_$.t6 = listOf;
12852
+ _.$_$.u6 = mapCapacity;
12853
+ _.$_$.v6 = mapOf_0;
12854
+ _.$_$.w6 = mapOf;
12855
+ _.$_$.x6 = minus;
12856
+ _.$_$.y6 = plus_3;
12857
+ _.$_$.z6 = plus_0;
12858
+ _.$_$.a7 = plus_2;
12859
+ _.$_$.b7 = plus_1;
12860
+ _.$_$.c7 = removeLast;
12861
+ _.$_$.d7 = setOf;
12862
+ _.$_$.e7 = singleOrNull;
12863
+ _.$_$.f7 = single_0;
12864
+ _.$_$.g7 = sortedWith;
12865
+ _.$_$.h7 = sorted;
12866
+ _.$_$.i7 = takeLast;
12867
+ _.$_$.j7 = take;
12868
+ _.$_$.k7 = toBooleanArray;
12869
+ _.$_$.l7 = toHashSet;
12870
+ _.$_$.m7 = toList_0;
12871
+ _.$_$.n7 = toList;
12872
+ _.$_$.o7 = toMap;
12873
+ _.$_$.p7 = toMutableList_0;
12874
+ _.$_$.q7 = toSet_0;
12875
+ _.$_$.r7 = withIndex;
12876
+ _.$_$.s7 = zip;
12877
+ _.$_$.t7 = compareValues;
12878
+ _.$_$.u7 = CancellationException;
12879
+ _.$_$.v7 = get_COROUTINE_SUSPENDED;
12880
+ _.$_$.w7 = createCoroutineUnintercepted;
12881
+ _.$_$.x7 = intercepted;
12882
+ _.$_$.y7 = AbstractCoroutineContextElement;
12883
+ _.$_$.z7 = AbstractCoroutineContextKey;
12884
+ _.$_$.a8 = get_0;
12885
+ _.$_$.b8 = minusKey_0;
12886
+ _.$_$.c8 = ContinuationInterceptor;
12887
+ _.$_$.d8 = Continuation;
12888
+ _.$_$.e8 = fold;
12889
+ _.$_$.f8 = get;
12890
+ _.$_$.g8 = minusKey;
12891
+ _.$_$.h8 = Element;
12892
+ _.$_$.i8 = plus;
12893
+ _.$_$.j8 = CoroutineImpl;
12894
+ _.$_$.k8 = startCoroutine;
12895
+ _.$_$.l8 = anyToString;
12896
+ _.$_$.m8 = arrayIterator;
12897
+ _.$_$.n8 = booleanArray;
12898
+ _.$_$.o8 = captureStack;
12899
+ _.$_$.p8 = charArray;
12900
+ _.$_$.q8 = charSequenceGet;
12901
+ _.$_$.r8 = charSequenceLength;
12902
+ _.$_$.s8 = charSequenceSubSequence;
12903
+ _.$_$.t8 = classMeta;
12904
+ _.$_$.u8 = compareTo_0;
12905
+ _.$_$.v8 = equals_1;
12906
+ _.$_$.w8 = fillArrayVal;
12907
+ _.$_$.x8 = getPropertyCallableRef;
12908
+ _.$_$.y8 = getStringHashCode;
12909
+ _.$_$.z8 = hashCode;
12910
+ _.$_$.a9 = interfaceMeta;
12911
+ _.$_$.b9 = isArray;
12912
+ _.$_$.c9 = isBooleanArray;
12913
+ _.$_$.d9 = isByteArray;
12914
+ _.$_$.e9 = isCharArray;
12915
+ _.$_$.f9 = isDoubleArray;
12916
+ _.$_$.g9 = isFloatArray;
12917
+ _.$_$.h9 = isIntArray;
12918
+ _.$_$.i9 = isInterface;
12919
+ _.$_$.j9 = isLongArray;
12920
+ _.$_$.k9 = isObject;
12921
+ _.$_$.l9 = isShortArray;
12922
+ _.$_$.m9 = get_js;
12923
+ _.$_$.n9 = longArray;
12924
+ _.$_$.o9 = numberToChar;
12925
+ _.$_$.p9 = numberToInt;
12926
+ _.$_$.q9 = numberToLong;
12927
+ _.$_$.r9 = objectMeta;
12928
+ _.$_$.s9 = setMetadataFor;
12929
+ _.$_$.t9 = toByte;
12930
+ _.$_$.u9 = toLong_0;
12931
+ _.$_$.v9 = toShort;
12932
+ _.$_$.w9 = toString_2;
12933
+ _.$_$.x9 = coerceAtLeast;
12934
+ _.$_$.y9 = coerceAtMost;
12935
+ _.$_$.z9 = coerceIn;
12936
+ _.$_$.aa = step;
12937
+ _.$_$.ba = until;
12938
+ _.$_$.ca = KClass;
12939
+ _.$_$.da = KMutableProperty0;
12940
+ _.$_$.ea = KProperty0;
12941
+ _.$_$.fa = KProperty1;
12942
+ _.$_$.ga = KTypeParameter;
12943
+ _.$_$.ha = filter;
12944
+ _.$_$.ia = firstOrNull_0;
12945
+ _.$_$.ja = flatMap;
12946
+ _.$_$.ka = mapNotNull;
12947
+ _.$_$.la = map;
12948
+ _.$_$.ma = toList_1;
12949
+ _.$_$.na = concatToString;
12950
+ _.$_$.oa = equals_0;
12951
+ _.$_$.pa = isBlank;
12952
+ _.$_$.qa = isLowerCase;
12953
+ _.$_$.ra = repeat;
12954
+ _.$_$.sa = single_2;
12955
+ _.$_$.ta = titlecase;
12956
+ _.$_$.ua = toDoubleOrNull;
12957
+ _.$_$.va = toDouble;
12958
+ _.$_$.wa = toIntOrNull;
12959
+ _.$_$.xa = toInt;
12960
+ _.$_$.ya = toLongOrNull;
12961
+ _.$_$.za = toLong;
12962
+ _.$_$.ab = toUByte;
12963
+ _.$_$.bb = toUInt;
12964
+ _.$_$.cb = toULongOrNull;
12965
+ _.$_$.db = toULong;
12966
+ _.$_$.eb = toUShort;
12967
+ _.$_$.fb = trimIndent;
12968
+ _.$_$.gb = Duration;
12969
+ _.$_$.hb = ArithmeticException;
12970
+ _.$_$.ib = Char;
12971
+ _.$_$.jb = Comparable;
12972
+ _.$_$.kb = Comparator;
12973
+ _.$_$.lb = DeepRecursiveFunction;
12974
+ _.$_$.mb = DeepRecursiveScope;
12975
+ _.$_$.nb = Enum;
12976
+ _.$_$.ob = Error_0;
12977
+ _.$_$.pb = Exception;
12978
+ _.$_$.qb = IllegalArgumentException;
12979
+ _.$_$.rb = IllegalStateException;
12980
+ _.$_$.sb = Long;
12981
+ _.$_$.tb = NoSuchElementException;
12982
+ _.$_$.ub = Pair;
12983
+ _.$_$.vb = Result;
12984
+ _.$_$.wb = RuntimeException;
12985
+ _.$_$.xb = THROW_CCE;
12986
+ _.$_$.yb = THROW_ISE;
12987
+ _.$_$.zb = Triple;
12988
+ _.$_$.ac = UByteArray;
12989
+ _.$_$.bc = UByte;
12990
+ _.$_$.cc = UIntArray;
12991
+ _.$_$.dc = UInt;
12992
+ _.$_$.ec = ULongArray;
12993
+ _.$_$.fc = ULong;
12994
+ _.$_$.gc = UShortArray;
12995
+ _.$_$.hc = UShort;
12996
+ _.$_$.ic = Unit;
12997
+ _.$_$.jc = UnsupportedOperationException;
12998
+ _.$_$.kc = addSuppressed;
12999
+ _.$_$.lc = arrayOf;
13000
+ _.$_$.mc = countTrailingZeroBits;
13001
+ _.$_$.nc = createFailure;
13002
+ _.$_$.oc = ensureNotNull;
13003
+ _.$_$.pc = invoke;
13004
+ _.$_$.qc = isFinite;
13005
+ _.$_$.rc = isFinite_0;
13006
+ _.$_$.sc = lazy;
13007
+ _.$_$.tc = lazy_0;
13008
+ _.$_$.uc = noWhenBranchMatchedException;
13009
+ _.$_$.vc = plus_4;
13010
+ _.$_$.wc = printStackTrace;
13011
+ _.$_$.xc = stackTraceToString;
13012
+ _.$_$.yc = throwUninitializedPropertyAccessException;
13013
+ _.$_$.zc = toString_1;
13014
+ _.$_$.ad = to;
13007
13015
  //endregion
13008
13016
  return _;
13009
13017
  }));