raspberry_games_engine_helpers 1.8.373 → 1.8.376

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.
@@ -7711,15 +7711,15 @@ if (typeof String.prototype.endsWith === 'undefined') {
7711
7711
  function listOfNotNull(elements) {
7712
7712
  return filterNotNull(elements);
7713
7713
  }
7714
+ function listOf_0(elements) {
7715
+ return elements.length > 0 ? asList(elements) : emptyList();
7716
+ }
7714
7717
  function emptyList() {
7715
7718
  return EmptyList_getInstance();
7716
7719
  }
7717
7720
  function get_lastIndex_2(_this__u8e3s4) {
7718
7721
  return _this__u8e3s4.o() - 1 | 0;
7719
7722
  }
7720
- function listOf_0(elements) {
7721
- return elements.length > 0 ? asList(elements) : emptyList();
7722
- }
7723
7723
  function mutableListOf(elements) {
7724
7724
  var tmp;
7725
7725
  if (elements.length === 0) {