LINQ-To-JavaScript
LINQ-To-JavaScript copied to clipboard
all function fails on empty array
An empty array should cause all to return true, not to throw an error.
[].all(......) should be true, but throws an error