JanetDocsPlaygroundI'm feeling luckyGitHub sign in

string/bytes



    cfunction
    src/core/string.c on line 221, column 1

    (string/bytes str)

    Returns a tuple of integers that are the byte values of the string.


See also:chrstring/from-bytes1 exampleSign in to add an example
Loading...
(string/bytes "hello") # => (104 101 108 108 111)
swlkrPlayground