fn builtin_char_to_raw(
args: &[RValue],
_: &[(String, RValue)],
) -> Result<RValue, RError>Expand description
Convert a character string to a raw (byte) vector.
@param x character scalar to convert @return raw vector of the string’s UTF-8 bytes