Welcome! Please see the About page for a little more info on how this works.

+2 votes
ago in Docs by

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?

1 Answer

0 votes
ago by
...