bytes

clojure.core

  • (bytes xs)
Casts to bytes[]

0 Examples top

Log in to add / edit an example.

See Also top

Log in to add a see also.

Plus_12x12 Minus_12x12 Source clojure/core.clj:4670 top

(definline bytes
  "Casts to bytes[]"
  {:added "1.1"}
  [xs] `(. clojure.lang.Numbers bytes ~xs))
Vars in clojure.core/bytes:
Used in 0 other vars

Comments top

No comments for bytes. Log in to add a comment.