definline

added
1.0

ns
clojure.core

type
macro

(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.