@flock/wirespec 0.10.9 → 0.10.10

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.
@@ -46,6 +46,16 @@ if (typeof Array.prototype.fill === 'undefined') {
46
46
  Object.defineProperty(TypedArray.prototype, 'fill', {value: Array.prototype.fill});
47
47
  }
48
48
  });
49
+ if (typeof Math.log2 === 'undefined') {
50
+ Math.log2 = function (x) {
51
+ return Math.log(x) * Math.LOG2E;
52
+ };
53
+ }
54
+ if (typeof Math.log10 === 'undefined') {
55
+ Math.log10 = function (x) {
56
+ return Math.log(x) * Math.LOG10E;
57
+ };
58
+ }
49
59
  if (typeof Math.clz32 === 'undefined') {
50
60
  Math.clz32 = function (log, LN2) {
51
61
  return function (x) {
@@ -57,16 +67,6 @@ if (typeof Math.clz32 === 'undefined') {
57
67
  };
58
68
  }(Math.log, Math.LN2);
59
69
  }
60
- if (typeof Math.log2 === 'undefined') {
61
- Math.log2 = function (x) {
62
- return Math.log(x) * Math.LOG2E;
63
- };
64
- }
65
- if (typeof Math.log10 === 'undefined') {
66
- Math.log10 = function (x) {
67
- return Math.log(x) * Math.LOG10E;
68
- };
69
- }
70
70
  if (typeof String.prototype.startsWith === 'undefined') {
71
71
  Object.defineProperty(String.prototype, 'startsWith', {value: function (searchString, position) {
72
72
  position = position || 0;
@@ -12886,255 +12886,254 @@ if (typeof String.prototype.endsWith === 'undefined') {
12886
12886
  _.$_$.q6 = get_indices;
12887
12887
  _.$_$.r6 = get_indices_1;
12888
12888
  _.$_$.s6 = joinToString_0;
12889
- _.$_$.t6 = joinToString;
12890
- _.$_$.u6 = joinTo_0;
12891
- _.$_$.v6 = get_lastIndex;
12892
- _.$_$.w6 = get_lastIndex_2;
12893
- _.$_$.x6 = get_lastIndex_3;
12894
- _.$_$.y6 = get_lastIndex_0;
12895
- _.$_$.z6 = lastOrNull_1;
12896
- _.$_$.a7 = lastOrNull_2;
12897
- _.$_$.b7 = lastOrNull;
12898
- _.$_$.c7 = lastOrNull_0;
12899
- _.$_$.d7 = last_0;
12900
- _.$_$.e7 = last;
12901
- _.$_$.f7 = listOfNotNull;
12902
- _.$_$.g7 = listOfNotNull_0;
12903
- _.$_$.h7 = listOf;
12904
- _.$_$.i7 = listOf_0;
12905
- _.$_$.j7 = mapCapacity;
12906
- _.$_$.k7 = mapOf_0;
12907
- _.$_$.l7 = minus;
12908
- _.$_$.m7 = mutableListOf;
12909
- _.$_$.n7 = mutableMapOf;
12910
- _.$_$.o7 = plus_5;
12911
- _.$_$.p7 = plus_1;
12912
- _.$_$.q7 = plus_2;
12913
- _.$_$.r7 = plus_4;
12914
- _.$_$.s7 = plus_0;
12915
- _.$_$.t7 = plus;
12916
- _.$_$.u7 = removeLast;
12917
- _.$_$.v7 = setOf;
12918
- _.$_$.w7 = setOf_0;
12919
- _.$_$.x7 = singleOrNull;
12920
- _.$_$.y7 = single_0;
12921
- _.$_$.z7 = slice;
12922
- _.$_$.a8 = sortWith_0;
12923
- _.$_$.b8 = sortedWith;
12924
- _.$_$.c8 = sorted;
12925
- _.$_$.d8 = sort_0;
12926
- _.$_$.e8 = sum;
12927
- _.$_$.f8 = takeLast;
12928
- _.$_$.g8 = take;
12929
- _.$_$.h8 = toBooleanArray;
12930
- _.$_$.i8 = toCharArray;
12931
- _.$_$.j8 = toHashSet;
12932
- _.$_$.k8 = toList_1;
12933
- _.$_$.l8 = toList_0;
12934
- _.$_$.m8 = toList;
12935
- _.$_$.n8 = toMap;
12936
- _.$_$.o8 = toMutableList_0;
12937
- _.$_$.p8 = toMutableMap;
12938
- _.$_$.q8 = toSet_0;
12939
- _.$_$.r8 = toSet;
12940
- _.$_$.s8 = withDefault;
12941
- _.$_$.t8 = withIndex;
12942
- _.$_$.u8 = withIndex_0;
12943
- _.$_$.v8 = zipWithNext;
12944
- _.$_$.w8 = zip;
12945
- _.$_$.x8 = compareValues;
12946
- _.$_$.y8 = CancellationException;
12947
- _.$_$.z8 = get_COROUTINE_SUSPENDED;
12948
- _.$_$.a9 = CoroutineImpl;
12949
- _.$_$.b9 = enumEntries;
12950
- _.$_$.c9 = println;
12951
- _.$_$.d9 = println_0;
12952
- _.$_$.e9 = print;
12953
- _.$_$.f9 = readlnOrNull;
12954
- _.$_$.g9 = arrayIterator;
12955
- _.$_$.h9 = booleanArray;
12956
- _.$_$.i9 = captureStack;
12957
- _.$_$.j9 = charArrayOf;
12958
- _.$_$.k9 = charArray;
12959
- _.$_$.l9 = charSequenceGet;
12960
- _.$_$.m9 = charSequenceLength;
12961
- _.$_$.n9 = charSequenceSubSequence;
12962
- _.$_$.o9 = compareTo;
12963
- _.$_$.p9 = defineProp;
12964
- _.$_$.q9 = equals;
12965
- _.$_$.r9 = fillArrayVal;
12966
- _.$_$.s9 = getBooleanHashCode;
12967
- _.$_$.t9 = getNumberHashCode;
12968
- _.$_$.u9 = getPropertyCallableRef;
12969
- _.$_$.v9 = getStringHashCode;
12970
- _.$_$.w9 = hashCode;
12971
- _.$_$.x9 = initMetadataForClass;
12972
- _.$_$.y9 = initMetadataForCompanion;
12973
- _.$_$.z9 = initMetadataForCoroutine;
12974
- _.$_$.aa = initMetadataForInterface;
12975
- _.$_$.ba = initMetadataForLambda;
12976
- _.$_$.ca = initMetadataForObject;
12977
- _.$_$.da = isArray;
12978
- _.$_$.ea = isBooleanArray;
12979
- _.$_$.fa = isByteArray;
12980
- _.$_$.ga = isCharArray;
12981
- _.$_$.ha = isCharSequence;
12982
- _.$_$.ia = isDoubleArray;
12983
- _.$_$.ja = isFloatArray;
12984
- _.$_$.ka = isIntArray;
12985
- _.$_$.la = isInterface;
12986
- _.$_$.ma = isLongArray;
12987
- _.$_$.na = isShortArray;
12988
- _.$_$.oa = iterator;
12989
- _.$_$.pa = get_js;
12990
- _.$_$.qa = longArray;
12991
- _.$_$.ra = numberRangeToNumber;
12992
- _.$_$.sa = numberToChar;
12993
- _.$_$.ta = numberToDouble;
12994
- _.$_$.ua = numberToInt;
12995
- _.$_$.va = numberToLong;
12996
- _.$_$.wa = objectCreate;
12997
- _.$_$.xa = protoOf;
12998
- _.$_$.ya = toByte;
12999
- _.$_$.za = toLong;
13000
- _.$_$.ab = toShort;
13001
- _.$_$.bb = toString_1;
13002
- _.$_$.cb = roundToInt;
13003
- _.$_$.db = withSign;
13004
- _.$_$.eb = Random_0;
13005
- _.$_$.fb = ClosedRange;
13006
- _.$_$.gb = IntRange;
13007
- _.$_$.hb = coerceAtLeast_1;
13008
- _.$_$.ib = coerceAtLeast;
13009
- _.$_$.jb = coerceAtLeast_0;
13010
- _.$_$.kb = coerceAtMost;
13011
- _.$_$.lb = coerceIn;
13012
- _.$_$.mb = coerceIn_0;
13013
- _.$_$.nb = contains_6;
13014
- _.$_$.ob = step;
13015
- _.$_$.pb = until;
13016
- _.$_$.qb = KClass;
13017
- _.$_$.rb = KMutableProperty1;
13018
- _.$_$.sb = KProperty1;
13019
- _.$_$.tb = KTypeParameter;
13020
- _.$_$.ub = asSequence_2;
13021
- _.$_$.vb = filter;
13022
- _.$_$.wb = generateSequence_0;
13023
- _.$_$.xb = generateSequence;
13024
- _.$_$.yb = joinToString_1;
13025
- _.$_$.zb = map;
13026
- _.$_$.ac = toList_2;
13027
- _.$_$.bc = toSet_1;
13028
- _.$_$.cc = StringBuilder;
13029
- _.$_$.dc = asSequence_1;
13030
- _.$_$.ec = chunked;
13031
- _.$_$.fc = commonPrefixWith;
13032
- _.$_$.gc = concatToString;
13033
- _.$_$.hc = concatToString_0;
13034
- _.$_$.ic = contains_7;
13035
- _.$_$.jc = contains_8;
13036
- _.$_$.kc = dropLast_0;
13037
- _.$_$.lc = drop_0;
13038
- _.$_$.mc = endsWith_1;
13039
- _.$_$.nc = endsWith;
13040
- _.$_$.oc = equals_0;
13041
- _.$_$.pc = firstOrNull_0;
13042
- _.$_$.qc = first_1;
13043
- _.$_$.rc = indexOf_6;
13044
- _.$_$.sc = indexOf_5;
13045
- _.$_$.tc = isBlank;
13046
- _.$_$.uc = isDigit;
13047
- _.$_$.vc = isHighSurrogate;
13048
- _.$_$.wc = isLetterOrDigit;
13049
- _.$_$.xc = isLowSurrogate;
13050
- _.$_$.yc = isLowerCase;
13051
- _.$_$.zc = isUpperCase;
13052
- _.$_$.ad = isWhitespace;
13053
- _.$_$.bd = get_lastIndex_4;
13054
- _.$_$.cd = lastIndexOf;
13055
- _.$_$.dd = matches;
13056
- _.$_$.ed = prependIndent;
13057
- _.$_$.fd = removePrefix;
13058
- _.$_$.gd = removeSuffix;
13059
- _.$_$.hd = removeSurrounding;
13060
- _.$_$.id = repeat;
13061
- _.$_$.jd = replace;
13062
- _.$_$.kd = replace_0;
13063
- _.$_$.ld = single_2;
13064
- _.$_$.md = slice_0;
13065
- _.$_$.nd = split_0;
13066
- _.$_$.od = split;
13067
- _.$_$.pd = startsWith;
13068
- _.$_$.qd = startsWith_1;
13069
- _.$_$.rd = substringAfter;
13070
- _.$_$.sd = substringBefore;
13071
- _.$_$.td = substringBefore_0;
13072
- _.$_$.ud = substring_0;
13073
- _.$_$.vd = take_1;
13074
- _.$_$.wd = titlecase;
13075
- _.$_$.xd = toBooleanStrictOrNull;
13076
- _.$_$.yd = toCharArray_0;
13077
- _.$_$.zd = toDoubleOrNull;
13078
- _.$_$.ae = toDouble;
13079
- _.$_$.be = toIntOrNull;
13080
- _.$_$.ce = toInt_0;
13081
- _.$_$.de = toInt;
13082
- _.$_$.ee = toList_3;
13083
- _.$_$.fe = toLongOrNull;
13084
- _.$_$.ge = toUByte;
13085
- _.$_$.he = toUInt;
13086
- _.$_$.ie = toULongOrNull;
13087
- _.$_$.je = toULong;
13088
- _.$_$.ke = toUShort;
13089
- _.$_$.le = trimIndent;
13090
- _.$_$.me = trimMargin;
13091
- _.$_$.ne = trimStart_0;
13092
- _.$_$.oe = trimStart;
13093
- _.$_$.pe = trim;
13094
- _.$_$.qe = uppercaseChar;
13095
- _.$_$.re = Duration;
13096
- _.$_$.se = Char;
13097
- _.$_$.te = ClassCastException;
13098
- _.$_$.ue = Comparable;
13099
- _.$_$.ve = Comparator;
13100
- _.$_$.we = DeepRecursiveFunction;
13101
- _.$_$.xe = DeepRecursiveScope;
13102
- _.$_$.ye = Enum;
13103
- _.$_$.ze = Exception;
13104
- _.$_$.af = IllegalArgumentException;
13105
- _.$_$.bf = IllegalStateException;
13106
- _.$_$.cf = Long;
13107
- _.$_$.df = NotImplementedError;
13108
- _.$_$.ef = NumberFormatException;
13109
- _.$_$.ff = Pair;
13110
- _.$_$.gf = Result;
13111
- _.$_$.hf = RuntimeException;
13112
- _.$_$.if = THROW_CCE;
13113
- _.$_$.jf = THROW_IAE;
13114
- _.$_$.kf = Triple;
13115
- _.$_$.lf = UByteArray;
13116
- _.$_$.mf = UByte;
13117
- _.$_$.nf = UIntArray;
13118
- _.$_$.of = UInt;
13119
- _.$_$.pf = ULongArray;
13120
- _.$_$.qf = ULong;
13121
- _.$_$.rf = UShortArray;
13122
- _.$_$.sf = UShort;
13123
- _.$_$.tf = Unit;
13124
- _.$_$.uf = addSuppressed;
13125
- _.$_$.vf = arrayOf;
13126
- _.$_$.wf = countTrailingZeroBits;
13127
- _.$_$.xf = createFailure;
13128
- _.$_$.yf = ensureNotNull;
13129
- _.$_$.zf = invoke;
13130
- _.$_$.ag = isFinite_0;
13131
- _.$_$.bg = isFinite;
13132
- _.$_$.cg = lazy;
13133
- _.$_$.dg = lazy_0;
13134
- _.$_$.eg = noWhenBranchMatchedException;
13135
- _.$_$.fg = plus_3;
13136
- _.$_$.gg = toString_0;
13137
- _.$_$.hg = to;
12889
+ _.$_$.t6 = joinTo_0;
12890
+ _.$_$.u6 = get_lastIndex;
12891
+ _.$_$.v6 = get_lastIndex_2;
12892
+ _.$_$.w6 = get_lastIndex_3;
12893
+ _.$_$.x6 = get_lastIndex_0;
12894
+ _.$_$.y6 = lastOrNull_1;
12895
+ _.$_$.z6 = lastOrNull_2;
12896
+ _.$_$.a7 = lastOrNull;
12897
+ _.$_$.b7 = lastOrNull_0;
12898
+ _.$_$.c7 = last_0;
12899
+ _.$_$.d7 = last;
12900
+ _.$_$.e7 = listOfNotNull;
12901
+ _.$_$.f7 = listOfNotNull_0;
12902
+ _.$_$.g7 = listOf;
12903
+ _.$_$.h7 = listOf_0;
12904
+ _.$_$.i7 = mapCapacity;
12905
+ _.$_$.j7 = mapOf_0;
12906
+ _.$_$.k7 = minus;
12907
+ _.$_$.l7 = mutableListOf;
12908
+ _.$_$.m7 = mutableMapOf;
12909
+ _.$_$.n7 = plus_5;
12910
+ _.$_$.o7 = plus_1;
12911
+ _.$_$.p7 = plus_2;
12912
+ _.$_$.q7 = plus_4;
12913
+ _.$_$.r7 = plus_0;
12914
+ _.$_$.s7 = plus;
12915
+ _.$_$.t7 = removeLast;
12916
+ _.$_$.u7 = setOf;
12917
+ _.$_$.v7 = setOf_0;
12918
+ _.$_$.w7 = singleOrNull;
12919
+ _.$_$.x7 = single_0;
12920
+ _.$_$.y7 = slice;
12921
+ _.$_$.z7 = sortWith_0;
12922
+ _.$_$.a8 = sortedWith;
12923
+ _.$_$.b8 = sorted;
12924
+ _.$_$.c8 = sort_0;
12925
+ _.$_$.d8 = sum;
12926
+ _.$_$.e8 = takeLast;
12927
+ _.$_$.f8 = take;
12928
+ _.$_$.g8 = toBooleanArray;
12929
+ _.$_$.h8 = toCharArray;
12930
+ _.$_$.i8 = toHashSet;
12931
+ _.$_$.j8 = toList_1;
12932
+ _.$_$.k8 = toList_0;
12933
+ _.$_$.l8 = toList;
12934
+ _.$_$.m8 = toMap;
12935
+ _.$_$.n8 = toMutableList_0;
12936
+ _.$_$.o8 = toMutableMap;
12937
+ _.$_$.p8 = toSet_0;
12938
+ _.$_$.q8 = toSet;
12939
+ _.$_$.r8 = withDefault;
12940
+ _.$_$.s8 = withIndex;
12941
+ _.$_$.t8 = withIndex_0;
12942
+ _.$_$.u8 = zipWithNext;
12943
+ _.$_$.v8 = zip;
12944
+ _.$_$.w8 = compareValues;
12945
+ _.$_$.x8 = CancellationException;
12946
+ _.$_$.y8 = get_COROUTINE_SUSPENDED;
12947
+ _.$_$.z8 = CoroutineImpl;
12948
+ _.$_$.a9 = enumEntries;
12949
+ _.$_$.b9 = println;
12950
+ _.$_$.c9 = println_0;
12951
+ _.$_$.d9 = print;
12952
+ _.$_$.e9 = readlnOrNull;
12953
+ _.$_$.f9 = arrayIterator;
12954
+ _.$_$.g9 = booleanArray;
12955
+ _.$_$.h9 = captureStack;
12956
+ _.$_$.i9 = charArrayOf;
12957
+ _.$_$.j9 = charArray;
12958
+ _.$_$.k9 = charSequenceGet;
12959
+ _.$_$.l9 = charSequenceLength;
12960
+ _.$_$.m9 = charSequenceSubSequence;
12961
+ _.$_$.n9 = compareTo;
12962
+ _.$_$.o9 = defineProp;
12963
+ _.$_$.p9 = equals;
12964
+ _.$_$.q9 = fillArrayVal;
12965
+ _.$_$.r9 = getBooleanHashCode;
12966
+ _.$_$.s9 = getNumberHashCode;
12967
+ _.$_$.t9 = getPropertyCallableRef;
12968
+ _.$_$.u9 = getStringHashCode;
12969
+ _.$_$.v9 = hashCode;
12970
+ _.$_$.w9 = initMetadataForClass;
12971
+ _.$_$.x9 = initMetadataForCompanion;
12972
+ _.$_$.y9 = initMetadataForCoroutine;
12973
+ _.$_$.z9 = initMetadataForInterface;
12974
+ _.$_$.aa = initMetadataForLambda;
12975
+ _.$_$.ba = initMetadataForObject;
12976
+ _.$_$.ca = isArray;
12977
+ _.$_$.da = isBooleanArray;
12978
+ _.$_$.ea = isByteArray;
12979
+ _.$_$.fa = isCharArray;
12980
+ _.$_$.ga = isCharSequence;
12981
+ _.$_$.ha = isDoubleArray;
12982
+ _.$_$.ia = isFloatArray;
12983
+ _.$_$.ja = isIntArray;
12984
+ _.$_$.ka = isInterface;
12985
+ _.$_$.la = isLongArray;
12986
+ _.$_$.ma = isShortArray;
12987
+ _.$_$.na = iterator;
12988
+ _.$_$.oa = get_js;
12989
+ _.$_$.pa = longArray;
12990
+ _.$_$.qa = numberRangeToNumber;
12991
+ _.$_$.ra = numberToChar;
12992
+ _.$_$.sa = numberToDouble;
12993
+ _.$_$.ta = numberToInt;
12994
+ _.$_$.ua = numberToLong;
12995
+ _.$_$.va = objectCreate;
12996
+ _.$_$.wa = protoOf;
12997
+ _.$_$.xa = toByte;
12998
+ _.$_$.ya = toLong;
12999
+ _.$_$.za = toShort;
13000
+ _.$_$.ab = toString_1;
13001
+ _.$_$.bb = roundToInt;
13002
+ _.$_$.cb = withSign;
13003
+ _.$_$.db = Random_0;
13004
+ _.$_$.eb = ClosedRange;
13005
+ _.$_$.fb = IntRange;
13006
+ _.$_$.gb = coerceAtLeast_1;
13007
+ _.$_$.hb = coerceAtLeast;
13008
+ _.$_$.ib = coerceAtLeast_0;
13009
+ _.$_$.jb = coerceAtMost;
13010
+ _.$_$.kb = coerceIn;
13011
+ _.$_$.lb = coerceIn_0;
13012
+ _.$_$.mb = contains_6;
13013
+ _.$_$.nb = step;
13014
+ _.$_$.ob = until;
13015
+ _.$_$.pb = KClass;
13016
+ _.$_$.qb = KMutableProperty1;
13017
+ _.$_$.rb = KProperty1;
13018
+ _.$_$.sb = KTypeParameter;
13019
+ _.$_$.tb = asSequence_2;
13020
+ _.$_$.ub = filter;
13021
+ _.$_$.vb = generateSequence_0;
13022
+ _.$_$.wb = generateSequence;
13023
+ _.$_$.xb = joinToString_1;
13024
+ _.$_$.yb = map;
13025
+ _.$_$.zb = toList_2;
13026
+ _.$_$.ac = toSet_1;
13027
+ _.$_$.bc = StringBuilder;
13028
+ _.$_$.cc = asSequence_1;
13029
+ _.$_$.dc = chunked;
13030
+ _.$_$.ec = commonPrefixWith;
13031
+ _.$_$.fc = concatToString;
13032
+ _.$_$.gc = concatToString_0;
13033
+ _.$_$.hc = contains_7;
13034
+ _.$_$.ic = contains_8;
13035
+ _.$_$.jc = dropLast_0;
13036
+ _.$_$.kc = drop_0;
13037
+ _.$_$.lc = endsWith_1;
13038
+ _.$_$.mc = endsWith;
13039
+ _.$_$.nc = equals_0;
13040
+ _.$_$.oc = firstOrNull_0;
13041
+ _.$_$.pc = first_1;
13042
+ _.$_$.qc = indexOf_6;
13043
+ _.$_$.rc = indexOf_5;
13044
+ _.$_$.sc = isBlank;
13045
+ _.$_$.tc = isDigit;
13046
+ _.$_$.uc = isHighSurrogate;
13047
+ _.$_$.vc = isLetterOrDigit;
13048
+ _.$_$.wc = isLowSurrogate;
13049
+ _.$_$.xc = isLowerCase;
13050
+ _.$_$.yc = isUpperCase;
13051
+ _.$_$.zc = isWhitespace;
13052
+ _.$_$.ad = get_lastIndex_4;
13053
+ _.$_$.bd = lastIndexOf;
13054
+ _.$_$.cd = matches;
13055
+ _.$_$.dd = prependIndent;
13056
+ _.$_$.ed = removePrefix;
13057
+ _.$_$.fd = removeSuffix;
13058
+ _.$_$.gd = removeSurrounding;
13059
+ _.$_$.hd = repeat;
13060
+ _.$_$.id = replace;
13061
+ _.$_$.jd = replace_0;
13062
+ _.$_$.kd = single_2;
13063
+ _.$_$.ld = slice_0;
13064
+ _.$_$.md = split_0;
13065
+ _.$_$.nd = split;
13066
+ _.$_$.od = startsWith;
13067
+ _.$_$.pd = startsWith_1;
13068
+ _.$_$.qd = substringAfter;
13069
+ _.$_$.rd = substringBefore;
13070
+ _.$_$.sd = substringBefore_0;
13071
+ _.$_$.td = substring_0;
13072
+ _.$_$.ud = take_1;
13073
+ _.$_$.vd = titlecase;
13074
+ _.$_$.wd = toBooleanStrictOrNull;
13075
+ _.$_$.xd = toCharArray_0;
13076
+ _.$_$.yd = toDoubleOrNull;
13077
+ _.$_$.zd = toDouble;
13078
+ _.$_$.ae = toIntOrNull;
13079
+ _.$_$.be = toInt_0;
13080
+ _.$_$.ce = toInt;
13081
+ _.$_$.de = toList_3;
13082
+ _.$_$.ee = toLongOrNull;
13083
+ _.$_$.fe = toUByte;
13084
+ _.$_$.ge = toUInt;
13085
+ _.$_$.he = toULongOrNull;
13086
+ _.$_$.ie = toULong;
13087
+ _.$_$.je = toUShort;
13088
+ _.$_$.ke = trimIndent;
13089
+ _.$_$.le = trimMargin;
13090
+ _.$_$.me = trimStart_0;
13091
+ _.$_$.ne = trimStart;
13092
+ _.$_$.oe = trim;
13093
+ _.$_$.pe = uppercaseChar;
13094
+ _.$_$.qe = Duration;
13095
+ _.$_$.re = Char;
13096
+ _.$_$.se = ClassCastException;
13097
+ _.$_$.te = Comparable;
13098
+ _.$_$.ue = Comparator;
13099
+ _.$_$.ve = DeepRecursiveFunction;
13100
+ _.$_$.we = DeepRecursiveScope;
13101
+ _.$_$.xe = Enum;
13102
+ _.$_$.ye = Exception;
13103
+ _.$_$.ze = IllegalArgumentException;
13104
+ _.$_$.af = IllegalStateException;
13105
+ _.$_$.bf = Long;
13106
+ _.$_$.cf = NotImplementedError;
13107
+ _.$_$.df = NumberFormatException;
13108
+ _.$_$.ef = Pair;
13109
+ _.$_$.ff = Result;
13110
+ _.$_$.gf = RuntimeException;
13111
+ _.$_$.hf = THROW_CCE;
13112
+ _.$_$.if = THROW_IAE;
13113
+ _.$_$.jf = Triple;
13114
+ _.$_$.kf = UByteArray;
13115
+ _.$_$.lf = UByte;
13116
+ _.$_$.mf = UIntArray;
13117
+ _.$_$.nf = UInt;
13118
+ _.$_$.of = ULongArray;
13119
+ _.$_$.pf = ULong;
13120
+ _.$_$.qf = UShortArray;
13121
+ _.$_$.rf = UShort;
13122
+ _.$_$.sf = Unit;
13123
+ _.$_$.tf = addSuppressed;
13124
+ _.$_$.uf = arrayOf;
13125
+ _.$_$.vf = countTrailingZeroBits;
13126
+ _.$_$.wf = createFailure;
13127
+ _.$_$.xf = ensureNotNull;
13128
+ _.$_$.yf = invoke;
13129
+ _.$_$.zf = isFinite_0;
13130
+ _.$_$.ag = isFinite;
13131
+ _.$_$.bg = lazy;
13132
+ _.$_$.cg = lazy_0;
13133
+ _.$_$.dg = noWhenBranchMatchedException;
13134
+ _.$_$.eg = plus_3;
13135
+ _.$_$.fg = toString_0;
13136
+ _.$_$.gg = to;
13138
13137
  //endregion
13139
13138
  return _;
13140
13139
  }));