Code: Select all
(neq ...) -> True/Nil
Code: Select all
(not (eq ...)) -> True/Nil
~Pixelfck
P.S.
I don't know of any method to make lambdas accept a variable number of arguments, but even then, the overhead of calling a lambda is quite large.
Code: Select all
(neq ...) -> True/Nil
Code: Select all
(not (eq ...)) -> True/Nil