raspberry_games_engine_helpers 1.8.496 → 1.8.498
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-DateTime-library-kotlinx-datetime.js +1 -1
- package/Logic_Debertz-core.js +1 -1
- package/Logic_Debertz-engine.d.ts +2 -0
- package/Logic_Debertz-engine.js +5285 -5222
- package/Logic_Debertz-engine.js.map +1 -1
- package/kotlin-kotlin-stdlib.js +3 -3
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/package.json +1 -1
package/kotlin-kotlin-stdlib.js
CHANGED
|
@@ -1059,9 +1059,6 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
1059
1059
|
checkStepIsPositive(step > 0, step);
|
|
1060
1060
|
return Companion_instance_13.j1(_this__u8e3s4.k1_1, _this__u8e3s4.l1_1, _this__u8e3s4.m1_1 > 0 ? step : -step | 0);
|
|
1061
1061
|
}
|
|
1062
|
-
function coerceAtLeast_0(_this__u8e3s4, minimumValue) {
|
|
1063
|
-
return compare(_this__u8e3s4, minimumValue) < 0 ? minimumValue : _this__u8e3s4;
|
|
1064
|
-
}
|
|
1065
1062
|
function coerceIn_0(_this__u8e3s4, minimumValue, maximumValue) {
|
|
1066
1063
|
if (minimumValue > maximumValue)
|
|
1067
1064
|
throw IllegalArgumentException_init_$Create$_0('Cannot coerce value to an empty range: maximum ' + maximumValue + ' is less than minimum ' + minimumValue + '.');
|
|
@@ -1071,6 +1068,9 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
1071
1068
|
return maximumValue;
|
|
1072
1069
|
return _this__u8e3s4;
|
|
1073
1070
|
}
|
|
1071
|
+
function coerceAtLeast_0(_this__u8e3s4, minimumValue) {
|
|
1072
|
+
return compare(_this__u8e3s4, minimumValue) < 0 ? minimumValue : _this__u8e3s4;
|
|
1073
|
+
}
|
|
1074
1074
|
function contains_1(_this__u8e3s4, value) {
|
|
1075
1075
|
// Inline function 'kotlin.let' call
|
|
1076
1076
|
var it = toIntExactOrNull(value);
|