ClojureDocs

导航

命名空间

function?

clojure.test

从 1.1 开始可用
  • (function? x)
Returns true if argument is a function or a symbol that resolves to
a function (not a macro).