Not long ago we added support for something like:
i6 : select(-5..5, even and not zero)
o6 = (-4, -2, 2, 4)
Which is pretty nice. Basically not Function and Function and Function return a function that negate the output or and the outputs.
Would be neat if this was also supported:
Maybe this is not feasible because there's an actual double meaning here, in which case case I'm happy to close this.
Not long ago we added support for something like:
Which is pretty nice. Basically
not FunctionandFunction and Functionreturn a function that negate the output or and the outputs.Would be neat if this was also supported:
Maybe this is not feasible because there's an actual double meaning here, in which case case I'm happy to close this.