game_client_logic_deb 1.8.349 → 1.8.350
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/kotlin-kotlin-stdlib.js
CHANGED
|
@@ -1120,15 +1120,6 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
1120
1120
|
}
|
|
1121
1121
|
return result;
|
|
1122
1122
|
}
|
|
1123
|
-
function toMutableSet(_this__u8e3s4) {
|
|
1124
|
-
var tmp;
|
|
1125
|
-
if (isInterface(_this__u8e3s4, Collection)) {
|
|
1126
|
-
tmp = LinkedHashSet_init_$Create$_0(_this__u8e3s4);
|
|
1127
|
-
} else {
|
|
1128
|
-
tmp = toCollection_0(_this__u8e3s4, LinkedHashSet_init_$Create$());
|
|
1129
|
-
}
|
|
1130
|
-
return tmp;
|
|
1131
|
-
}
|
|
1132
1123
|
function toCollection_0(_this__u8e3s4, destination) {
|
|
1133
1124
|
var _iterator__ex2g4s = _this__u8e3s4.j();
|
|
1134
1125
|
while (_iterator__ex2g4s.k()) {
|
|
@@ -1142,6 +1133,15 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
1142
1133
|
return toMutableList_0(_this__u8e3s4);
|
|
1143
1134
|
return toCollection_0(_this__u8e3s4, ArrayList_init_$Create$());
|
|
1144
1135
|
}
|
|
1136
|
+
function toMutableSet(_this__u8e3s4) {
|
|
1137
|
+
var tmp;
|
|
1138
|
+
if (isInterface(_this__u8e3s4, Collection)) {
|
|
1139
|
+
tmp = LinkedHashSet_init_$Create$_0(_this__u8e3s4);
|
|
1140
|
+
} else {
|
|
1141
|
+
tmp = toCollection_0(_this__u8e3s4, LinkedHashSet_init_$Create$());
|
|
1142
|
+
}
|
|
1143
|
+
return tmp;
|
|
1144
|
+
}
|
|
1145
1145
|
function last_1(_this__u8e3s4) {
|
|
1146
1146
|
if (isInterface(_this__u8e3s4, KtList))
|
|
1147
1147
|
return last_0(_this__u8e3s4);
|