(eq-any? ..args) args: one or more arguments (any type) returns a bool
F
Returns #t
if its first argument is equal to any other argument.
The arguments are compared using eq?
.
(eq-any? ..args) args: one or more arguments (any type) returns a bool
Returns #t
if its first argument is equal to any other argument.
The arguments are compared using eq?
.