string_to_u8array(s)
Return the characters in the string s as an unsigned byte array.
s
string_to_u8array("hello") // #u8[104, 101, 108, 108, 111]
Core Module Index | Contents