(callable? val) val: any type returns a bool
F
Returns #t
if its argument can be invoked as a function.
Currently, this is only possible for the primitive types fn
, rfn
and class
.
(callable? val) val: any type returns a bool
Returns #t
if its argument can be invoked as a function.
Currently, this is only possible for the primitive types fn
, rfn
and class
.