game_client_logic_deb 1.4.96 → 1.5.0

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.
@@ -3235,6 +3235,9 @@ if (typeof Math.imul === 'undefined') {
3235
3235
  new EmptySet();
3236
3236
  return EmptySet_instance;
3237
3237
  }
3238
+ function setOfNotNull(element) {
3239
+ return !(element == null) ? setOf_0(element) : emptySet();
3240
+ }
3238
3241
  function compareValues(a, b) {
3239
3242
  if (a === b)
3240
3243
  return 0;
@@ -13958,176 +13961,177 @@ if (typeof Math.imul === 'undefined') {
13958
13961
  _.$_$.e7 = plus_0;
13959
13962
  _.$_$.f7 = removeFirstOrNull;
13960
13963
  _.$_$.g7 = removeLast;
13961
- _.$_$.h7 = setOf;
13962
- _.$_$.i7 = singleOrNull;
13963
- _.$_$.j7 = single_0;
13964
- _.$_$.k7 = sortedWith;
13965
- _.$_$.l7 = sorted;
13966
- _.$_$.m7 = sum;
13967
- _.$_$.n7 = takeLast;
13968
- _.$_$.o7 = take;
13969
- _.$_$.p7 = toBooleanArray;
13970
- _.$_$.q7 = toHashSet;
13971
- _.$_$.r7 = toList_0;
13972
- _.$_$.s7 = toList;
13973
- _.$_$.t7 = toMap;
13974
- _.$_$.u7 = toMutableList_0;
13975
- _.$_$.v7 = toSet_0;
13976
- _.$_$.w7 = withIndex;
13977
- _.$_$.x7 = zip_0;
13978
- _.$_$.y7 = zip;
13979
- _.$_$.z7 = compareValues;
13980
- _.$_$.a8 = CancellationException;
13981
- _.$_$.b8 = get_COROUTINE_SUSPENDED;
13982
- _.$_$.c8 = createCoroutineUnintercepted;
13983
- _.$_$.d8 = intercepted;
13984
- _.$_$.e8 = AbstractCoroutineContextElement;
13985
- _.$_$.f8 = AbstractCoroutineContextKey;
13986
- _.$_$.g8 = get_0;
13987
- _.$_$.h8 = minusKey_0;
13988
- _.$_$.i8 = ContinuationInterceptor;
13989
- _.$_$.j8 = Continuation;
13990
- _.$_$.k8 = fold;
13991
- _.$_$.l8 = get;
13992
- _.$_$.m8 = minusKey;
13993
- _.$_$.n8 = Element;
13994
- _.$_$.o8 = plus;
13995
- _.$_$.p8 = CoroutineImpl;
13996
- _.$_$.q8 = startCoroutine;
13997
- _.$_$.r8 = anyToString;
13998
- _.$_$.s8 = arrayIterator;
13999
- _.$_$.t8 = booleanArray;
14000
- _.$_$.u8 = captureStack;
14001
- _.$_$.v8 = charArray;
14002
- _.$_$.w8 = charSequenceGet;
14003
- _.$_$.x8 = charSequenceLength;
14004
- _.$_$.y8 = charSequenceSubSequence;
14005
- _.$_$.z8 = classMeta;
14006
- _.$_$.a9 = compareTo_0;
14007
- _.$_$.b9 = defineProp;
14008
- _.$_$.c9 = equals_1;
14009
- _.$_$.d9 = fillArrayVal;
14010
- _.$_$.e9 = getNumberHashCode;
14011
- _.$_$.f9 = getPropertyCallableRef;
14012
- _.$_$.g9 = getStringHashCode;
14013
- _.$_$.h9 = hashCode;
14014
- _.$_$.i9 = interfaceMeta;
14015
- _.$_$.j9 = isArray;
14016
- _.$_$.k9 = isBooleanArray;
14017
- _.$_$.l9 = isByteArray;
14018
- _.$_$.m9 = isCharArray;
14019
- _.$_$.n9 = isDoubleArray;
14020
- _.$_$.o9 = isFloatArray;
14021
- _.$_$.p9 = isIntArray;
14022
- _.$_$.q9 = isInterface;
14023
- _.$_$.r9 = isLongArray;
14024
- _.$_$.s9 = isObject;
14025
- _.$_$.t9 = isShortArray;
14026
- _.$_$.u9 = get_js;
14027
- _.$_$.v9 = longArray;
14028
- _.$_$.w9 = numberToChar;
14029
- _.$_$.x9 = numberToDouble;
14030
- _.$_$.y9 = numberToInt;
14031
- _.$_$.z9 = numberToLong;
14032
- _.$_$.aa = objectCreate;
14033
- _.$_$.ba = objectMeta;
14034
- _.$_$.ca = protoOf;
14035
- _.$_$.da = setMetadataFor;
14036
- _.$_$.ea = toByte;
14037
- _.$_$.fa = toLong_0;
14038
- _.$_$.ga = toShort;
14039
- _.$_$.ha = toString_2;
14040
- _.$_$.ia = roundToInt;
14041
- _.$_$.ja = coerceAtLeast;
14042
- _.$_$.ka = coerceAtMost;
14043
- _.$_$.la = coerceIn;
14044
- _.$_$.ma = step;
14045
- _.$_$.na = until;
14046
- _.$_$.oa = KClass;
14047
- _.$_$.pa = KMutableProperty0;
14048
- _.$_$.qa = KProperty0;
14049
- _.$_$.ra = KProperty1;
14050
- _.$_$.sa = KTypeParameter;
14051
- _.$_$.ta = filter;
14052
- _.$_$.ua = firstOrNull_1;
14053
- _.$_$.va = flatMap;
14054
- _.$_$.wa = mapNotNull;
14055
- _.$_$.xa = map;
14056
- _.$_$.ya = toList_1;
14057
- _.$_$.za = concatToString;
14058
- _.$_$.ab = contains_6;
14059
- _.$_$.bb = equals_0;
14060
- _.$_$.cb = indexOf_4;
14061
- _.$_$.db = isBlank;
14062
- _.$_$.eb = isLowerCase;
14063
- _.$_$.fb = lastIndexOf;
14064
- _.$_$.gb = last_0;
14065
- _.$_$.hb = repeat;
14066
- _.$_$.ib = single_2;
14067
- _.$_$.jb = split;
14068
- _.$_$.kb = titlecase;
14069
- _.$_$.lb = toDoubleOrNull;
14070
- _.$_$.mb = toDouble;
14071
- _.$_$.nb = toIntOrNull;
14072
- _.$_$.ob = toInt;
14073
- _.$_$.pb = toLongOrNull;
14074
- _.$_$.qb = toLong;
14075
- _.$_$.rb = toUByte;
14076
- _.$_$.sb = toUInt;
14077
- _.$_$.tb = toULongOrNull;
14078
- _.$_$.ub = toULong;
14079
- _.$_$.vb = toUShort;
14080
- _.$_$.wb = trimIndent;
14081
- _.$_$.xb = Duration;
14082
- _.$_$.yb = toDuration;
14083
- _.$_$.zb = ArithmeticException;
14084
- _.$_$.ac = Char;
14085
- _.$_$.bc = Comparable;
14086
- _.$_$.cc = Comparator;
14087
- _.$_$.dc = DeepRecursiveFunction;
14088
- _.$_$.ec = DeepRecursiveScope;
14089
- _.$_$.fc = Enum;
14090
- _.$_$.gc = Error_0;
14091
- _.$_$.hc = Exception;
14092
- _.$_$.ic = IllegalArgumentException;
14093
- _.$_$.jc = IllegalStateException;
14094
- _.$_$.kc = Long;
14095
- _.$_$.lc = NoSuchElementException;
14096
- _.$_$.mc = NotImplementedError;
14097
- _.$_$.nc = Pair;
14098
- _.$_$.oc = Result;
14099
- _.$_$.pc = RuntimeException;
14100
- _.$_$.qc = THROW_CCE;
14101
- _.$_$.rc = THROW_ISE;
14102
- _.$_$.sc = Triple;
14103
- _.$_$.tc = UByteArray;
14104
- _.$_$.uc = UByte;
14105
- _.$_$.vc = UIntArray;
14106
- _.$_$.wc = UInt;
14107
- _.$_$.xc = ULongArray;
14108
- _.$_$.yc = ULong;
14109
- _.$_$.zc = UShortArray;
14110
- _.$_$.ad = UShort;
14111
- _.$_$.bd = Unit;
14112
- _.$_$.cd = UnsupportedOperationException;
14113
- _.$_$.dd = addSuppressed;
14114
- _.$_$.ed = arrayOf;
14115
- _.$_$.fd = countTrailingZeroBits;
14116
- _.$_$.gd = createFailure;
14117
- _.$_$.hd = ensureNotNull;
14118
- _.$_$.id = invoke;
14119
- _.$_$.jd = isFinite;
14120
- _.$_$.kd = isFinite_0;
14121
- _.$_$.ld = lazy;
14122
- _.$_$.md = lazy_0;
14123
- _.$_$.nd = noWhenBranchMatchedException;
14124
- _.$_$.od = plus_5;
14125
- _.$_$.pd = printStackTrace;
14126
- _.$_$.qd = stackTraceToString;
14127
- _.$_$.rd = throwUninitializedPropertyAccessException;
14128
- _.$_$.sd = toString_1;
14129
- _.$_$.td = to;
14130
- _.$_$.ud = VOID;
13964
+ _.$_$.h7 = setOfNotNull;
13965
+ _.$_$.i7 = setOf;
13966
+ _.$_$.j7 = singleOrNull;
13967
+ _.$_$.k7 = single_0;
13968
+ _.$_$.l7 = sortedWith;
13969
+ _.$_$.m7 = sorted;
13970
+ _.$_$.n7 = sum;
13971
+ _.$_$.o7 = takeLast;
13972
+ _.$_$.p7 = take;
13973
+ _.$_$.q7 = toBooleanArray;
13974
+ _.$_$.r7 = toHashSet;
13975
+ _.$_$.s7 = toList_0;
13976
+ _.$_$.t7 = toList;
13977
+ _.$_$.u7 = toMap;
13978
+ _.$_$.v7 = toMutableList_0;
13979
+ _.$_$.w7 = toSet_0;
13980
+ _.$_$.x7 = withIndex;
13981
+ _.$_$.y7 = zip_0;
13982
+ _.$_$.z7 = zip;
13983
+ _.$_$.a8 = compareValues;
13984
+ _.$_$.b8 = CancellationException;
13985
+ _.$_$.c8 = get_COROUTINE_SUSPENDED;
13986
+ _.$_$.d8 = createCoroutineUnintercepted;
13987
+ _.$_$.e8 = intercepted;
13988
+ _.$_$.f8 = AbstractCoroutineContextElement;
13989
+ _.$_$.g8 = AbstractCoroutineContextKey;
13990
+ _.$_$.h8 = get_0;
13991
+ _.$_$.i8 = minusKey_0;
13992
+ _.$_$.j8 = ContinuationInterceptor;
13993
+ _.$_$.k8 = Continuation;
13994
+ _.$_$.l8 = fold;
13995
+ _.$_$.m8 = get;
13996
+ _.$_$.n8 = minusKey;
13997
+ _.$_$.o8 = Element;
13998
+ _.$_$.p8 = plus;
13999
+ _.$_$.q8 = CoroutineImpl;
14000
+ _.$_$.r8 = startCoroutine;
14001
+ _.$_$.s8 = anyToString;
14002
+ _.$_$.t8 = arrayIterator;
14003
+ _.$_$.u8 = booleanArray;
14004
+ _.$_$.v8 = captureStack;
14005
+ _.$_$.w8 = charArray;
14006
+ _.$_$.x8 = charSequenceGet;
14007
+ _.$_$.y8 = charSequenceLength;
14008
+ _.$_$.z8 = charSequenceSubSequence;
14009
+ _.$_$.a9 = classMeta;
14010
+ _.$_$.b9 = compareTo_0;
14011
+ _.$_$.c9 = defineProp;
14012
+ _.$_$.d9 = equals_1;
14013
+ _.$_$.e9 = fillArrayVal;
14014
+ _.$_$.f9 = getNumberHashCode;
14015
+ _.$_$.g9 = getPropertyCallableRef;
14016
+ _.$_$.h9 = getStringHashCode;
14017
+ _.$_$.i9 = hashCode;
14018
+ _.$_$.j9 = interfaceMeta;
14019
+ _.$_$.k9 = isArray;
14020
+ _.$_$.l9 = isBooleanArray;
14021
+ _.$_$.m9 = isByteArray;
14022
+ _.$_$.n9 = isCharArray;
14023
+ _.$_$.o9 = isDoubleArray;
14024
+ _.$_$.p9 = isFloatArray;
14025
+ _.$_$.q9 = isIntArray;
14026
+ _.$_$.r9 = isInterface;
14027
+ _.$_$.s9 = isLongArray;
14028
+ _.$_$.t9 = isObject;
14029
+ _.$_$.u9 = isShortArray;
14030
+ _.$_$.v9 = get_js;
14031
+ _.$_$.w9 = longArray;
14032
+ _.$_$.x9 = numberToChar;
14033
+ _.$_$.y9 = numberToDouble;
14034
+ _.$_$.z9 = numberToInt;
14035
+ _.$_$.aa = numberToLong;
14036
+ _.$_$.ba = objectCreate;
14037
+ _.$_$.ca = objectMeta;
14038
+ _.$_$.da = protoOf;
14039
+ _.$_$.ea = setMetadataFor;
14040
+ _.$_$.fa = toByte;
14041
+ _.$_$.ga = toLong_0;
14042
+ _.$_$.ha = toShort;
14043
+ _.$_$.ia = toString_2;
14044
+ _.$_$.ja = roundToInt;
14045
+ _.$_$.ka = coerceAtLeast;
14046
+ _.$_$.la = coerceAtMost;
14047
+ _.$_$.ma = coerceIn;
14048
+ _.$_$.na = step;
14049
+ _.$_$.oa = until;
14050
+ _.$_$.pa = KClass;
14051
+ _.$_$.qa = KMutableProperty0;
14052
+ _.$_$.ra = KProperty0;
14053
+ _.$_$.sa = KProperty1;
14054
+ _.$_$.ta = KTypeParameter;
14055
+ _.$_$.ua = filter;
14056
+ _.$_$.va = firstOrNull_1;
14057
+ _.$_$.wa = flatMap;
14058
+ _.$_$.xa = mapNotNull;
14059
+ _.$_$.ya = map;
14060
+ _.$_$.za = toList_1;
14061
+ _.$_$.ab = concatToString;
14062
+ _.$_$.bb = contains_6;
14063
+ _.$_$.cb = equals_0;
14064
+ _.$_$.db = indexOf_4;
14065
+ _.$_$.eb = isBlank;
14066
+ _.$_$.fb = isLowerCase;
14067
+ _.$_$.gb = lastIndexOf;
14068
+ _.$_$.hb = last_0;
14069
+ _.$_$.ib = repeat;
14070
+ _.$_$.jb = single_2;
14071
+ _.$_$.kb = split;
14072
+ _.$_$.lb = titlecase;
14073
+ _.$_$.mb = toDoubleOrNull;
14074
+ _.$_$.nb = toDouble;
14075
+ _.$_$.ob = toIntOrNull;
14076
+ _.$_$.pb = toInt;
14077
+ _.$_$.qb = toLongOrNull;
14078
+ _.$_$.rb = toLong;
14079
+ _.$_$.sb = toUByte;
14080
+ _.$_$.tb = toUInt;
14081
+ _.$_$.ub = toULongOrNull;
14082
+ _.$_$.vb = toULong;
14083
+ _.$_$.wb = toUShort;
14084
+ _.$_$.xb = trimIndent;
14085
+ _.$_$.yb = Duration;
14086
+ _.$_$.zb = toDuration;
14087
+ _.$_$.ac = ArithmeticException;
14088
+ _.$_$.bc = Char;
14089
+ _.$_$.cc = Comparable;
14090
+ _.$_$.dc = Comparator;
14091
+ _.$_$.ec = DeepRecursiveFunction;
14092
+ _.$_$.fc = DeepRecursiveScope;
14093
+ _.$_$.gc = Enum;
14094
+ _.$_$.hc = Error_0;
14095
+ _.$_$.ic = Exception;
14096
+ _.$_$.jc = IllegalArgumentException;
14097
+ _.$_$.kc = IllegalStateException;
14098
+ _.$_$.lc = Long;
14099
+ _.$_$.mc = NoSuchElementException;
14100
+ _.$_$.nc = NotImplementedError;
14101
+ _.$_$.oc = Pair;
14102
+ _.$_$.pc = Result;
14103
+ _.$_$.qc = RuntimeException;
14104
+ _.$_$.rc = THROW_CCE;
14105
+ _.$_$.sc = THROW_ISE;
14106
+ _.$_$.tc = Triple;
14107
+ _.$_$.uc = UByteArray;
14108
+ _.$_$.vc = UByte;
14109
+ _.$_$.wc = UIntArray;
14110
+ _.$_$.xc = UInt;
14111
+ _.$_$.yc = ULongArray;
14112
+ _.$_$.zc = ULong;
14113
+ _.$_$.ad = UShortArray;
14114
+ _.$_$.bd = UShort;
14115
+ _.$_$.cd = Unit;
14116
+ _.$_$.dd = UnsupportedOperationException;
14117
+ _.$_$.ed = addSuppressed;
14118
+ _.$_$.fd = arrayOf;
14119
+ _.$_$.gd = countTrailingZeroBits;
14120
+ _.$_$.hd = createFailure;
14121
+ _.$_$.id = ensureNotNull;
14122
+ _.$_$.jd = invoke;
14123
+ _.$_$.kd = isFinite;
14124
+ _.$_$.ld = isFinite_0;
14125
+ _.$_$.md = lazy;
14126
+ _.$_$.nd = lazy_0;
14127
+ _.$_$.od = noWhenBranchMatchedException;
14128
+ _.$_$.pd = plus_5;
14129
+ _.$_$.qd = printStackTrace;
14130
+ _.$_$.rd = stackTraceToString;
14131
+ _.$_$.sd = throwUninitializedPropertyAccessException;
14132
+ _.$_$.td = toString_1;
14133
+ _.$_$.ud = to;
14134
+ _.$_$.vd = VOID;
14131
14135
  //endregion
14132
14136
  return _;
14133
14137
  }));