tom_object byte_string_with_c_string (const char *s);
Return a newly allocated instance of tom.ByteString
holding the
characters from the zero-terminated string s
. Obviously, the
trailing zero is not contained in the returned ByteString
.
Go to the first, previous, next, last section, table of contents.