ClojureDocs

导航

命名空间

definline

clojure.core

1.0 版本起可用 (源代码)
  • (definline 名称 & 声明)
Experimental - like defmacro, except defines a named function whose
body is the expansion, calls to which may be expanded inline as if
it were a macro. Cannot be used with variadic (&) args.