What's the syntax for creating a byte array in Clojure initialized to a specified collection of values?
Something like this, but that works...
(byte-array [0 1 2 3])
(byte-array (map byte [0 1 2 3]))
afaik Clojure has no byte literals.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With