ClojureDocs

导航

命名空间

apply

clojure.core

从 1.0 开始提供 (来源)
  • (apply f args)
  • (apply f x args)
  • (apply f x y args)
  • (apply f x y z args)
  • (apply f a b c d & args)
Applies fn f to the argument list formed by prepending intervening arguments to args.