definline
macrov1.0
clojure.core/definline
(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.
Examples
No examples yet. Be the first to add one!