Skip to main content

apply

functionv1.0

clojure.core/apply

Available in:BBCLJCLJS
(apply [f args] [f x args] [f x y args] [f x y z args] [f a b c d & args])
Applies fn f to the argument list formed by prepending intervening arguments to args.

No examples yet. Be the first to add one!