fn builtin_utf8_to_int(
args: &[RValue],
_: &[(String, RValue)],
) -> Result<RValue, RError>Expand description
Convert a UTF-8 string to integer Unicode code points.
@param x character scalar to convert @return integer vector of Unicode code points