type
returns
Getter
array<int>
Returns the bytes in the given string as an array of character codes.
"foo".bytes == [102, 111, 111] "".bytes == []
Last updated 5 years ago
Was this helpful?