fixing List.all on empty list to be true

This commit is contained in:
Michael Downey 2021-11-17 22:47:49 -05:00
parent 81f0f46132
commit c5484a9ad3
2 changed files with 2 additions and 2 deletions

View file

@ -1136,7 +1136,7 @@ pub fn listAll(
}
return true;
}
return false;
return true;
}
// SWAP ELEMENTS