The docstring of clojure.core/bytes
has a minor typo:
"Casts to bytes[]"
which should read byte[]
; similarly for the docstrings of chars
and shorts
.
Given the new array class syntax in Clojure 1.12 perhaps these should be updated to read byte/1
, float/1
etc. instead of using Java style syntax?