We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Checks if an object is of the given type.
(isa? 2 'int) -> true (isa? 2 'text) -> false (isa? "foo" 'text) -> true