Function CSTL_u32string_end

Source
pub unsafe extern "C" fn CSTL_u32string_end(
    instance: CSTL_UTF32StringRef,
) -> *mut char32_t
Expand description

Returns an iterator (pointer) past the last character of the string.

If CSTL_u32string_empty(instance) == true then CSTL_u32string_begin(instance) == CSTL_u32string_end(instance).