ClojureDocs

导航

命名空间

instance?

clojure.core

自 1.0 起提供 (源代码)
  • (instance? c x)
Evaluates x and tests if it is an instance of the class
  c. Returns true or false