Function ruby_prism_sys::pm_string_length
source · pub unsafe extern "C" fn pm_string_length(
string: *const pm_string_t
) -> usizeExpand description
Returns the length associated with the string.
@param string The string to get the length of. @return The length of the string.