nkiesel
03/17/2017, 4:06 PMnull
instead of an explicit Invalid
). I agree that an explicit "invalid" is better than using null, but of course also more code to write. And would still produce a new list with many elements and then throw most of them away in the next step (in the extreme case that most elements would be invalid), which I tried to avoid.