cfunction
src/core/string.c on line 220 , column 1
(string/bytes str )
Returns a tuple of integers that are the byte values of the string.
(string/bytes "hello" ) # => (104 101 108 108 111)