chars

added
1.1

ns
clojure.core

type
function

(chars xs)

Casts to chars[]

                user=> (seq (chars (char-array "this is a good one")))
(\\t \\h \\i \\s \\space \\i \\s \\space \\a \\space \\g \\o \\o \\d \\space \\o \
 \\e)