JanetDocsSourcePlaygroundI'm feeling luckyCommunityGitHub sign in

string/bytes

core-api


    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.


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