client_plugin_logic_deb 1.8.365 → 1.8.367
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/Logic_Debertz-client_plugin.js +2491 -2284
- package/Logic_Debertz-client_plugin.js.map +1 -1
- package/Logic_Debertz-core.js +3 -3
- package/Logic_Debertz-core.js.map +1 -1
- package/Logic_Debertz-engine.js +4 -4
- package/Logic_Debertz-engine.js.map +1 -1
- package/Logic_Debertz-game_client.js +8229 -7568
- package/Logic_Debertz-game_client.js.map +1 -1
- package/Logic_Debertz-game_server.js +664 -664
- package/kotlin-kotlin-stdlib.js +9 -9
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlinx-coroutines-core.js +7 -7
- package/kotlinx-coroutines-core.js.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json.js +6 -4
- package/kotlinx-serialization-kotlinx-serialization-json.js.map +1 -1
- package/ktor-ktor-serialization-kotlinx-json.js +1 -1
- package/package.json +1 -1
- package/raspberry-cardgame-lib-core.js.map +1 -1
- package/raspberry-cardgame-lib-logger.js.map +1 -1
- package/raspberry-cardgame-lib-random.js +3 -3
- package/raspberry-cardgame-lib-random.js.map +1 -1
package/kotlin-kotlin-stdlib.js
CHANGED
|
@@ -1042,6 +1042,15 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
1042
1042
|
}
|
|
1043
1043
|
return optimizeReadOnlyList(list);
|
|
1044
1044
|
}
|
|
1045
|
+
function toMutableSet(_this__u8e3s4) {
|
|
1046
|
+
var tmp;
|
|
1047
|
+
if (isInterface(_this__u8e3s4, Collection)) {
|
|
1048
|
+
tmp = LinkedHashSet_init_$Create$_0(_this__u8e3s4);
|
|
1049
|
+
} else {
|
|
1050
|
+
tmp = toCollection_0(_this__u8e3s4, LinkedHashSet_init_$Create$());
|
|
1051
|
+
}
|
|
1052
|
+
return tmp;
|
|
1053
|
+
}
|
|
1045
1054
|
function minus(_this__u8e3s4, element) {
|
|
1046
1055
|
var result = ArrayList_init_$Create$_0(collectionSizeOrDefault(_this__u8e3s4, 10));
|
|
1047
1056
|
var removed = false;
|
|
@@ -1100,15 +1109,6 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
1100
1109
|
return iterator.n();
|
|
1101
1110
|
}
|
|
1102
1111
|
}
|
|
1103
|
-
function toMutableSet(_this__u8e3s4) {
|
|
1104
|
-
var tmp;
|
|
1105
|
-
if (isInterface(_this__u8e3s4, Collection)) {
|
|
1106
|
-
tmp = LinkedHashSet_init_$Create$_0(_this__u8e3s4);
|
|
1107
|
-
} else {
|
|
1108
|
-
tmp = toCollection_0(_this__u8e3s4, LinkedHashSet_init_$Create$());
|
|
1109
|
-
}
|
|
1110
|
-
return tmp;
|
|
1111
|
-
}
|
|
1112
1112
|
function average(_this__u8e3s4) {
|
|
1113
1113
|
var sum = 0.0;
|
|
1114
1114
|
var count = 0;
|