What\'s the best way to detect whether an object is a Java primitive array in Clojure?
The reason I need this is to do some special handling for primitive arrays, which
Or plain old instance?:
instance?
(instance? (RT/classForName "[B") thing)