(same-any? ..args) args: one or more arguments (any type) returns a bool
F
Returns #t
if its first argument has the same identity as any other argument.
The arguments are compared using same?
.
(same-any? ..args) args: one or more arguments (any type) returns a bool
Returns #t
if its first argument has the same identity as any other argument.
The arguments are compared using same?
.