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
Since Clojure 1.9, you can use bytes? bytes? doc link
bytes?