ClojureDocs

Nav

Namespaces

definline

clojure.core

Available since 1.0 (source)
  • (definline name & decl)
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.