Function CSTL_u16string_push_back

Source
pub unsafe extern "C" fn CSTL_u16string_push_back(
    instance: CSTL_UTF16StringRef,
    ch: char16_t,
    alloc: *mut CSTL_Alloc,
) -> bool
Expand description

Appends the character ch to the end of the string.

If CSTL_u16string_size(instance) == CSTL_u16string_max_size() this function has no effect and returns false, otherwise it returns true.