(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.
Examples
No examples yet. Be the first to add one!
(apply [f args] [f x args] [f x y args] [f x y z args] [f a b c d & args])No examples yet. Be the first to add one!