Function CSTL_vector_erase_range

Source
pub unsafe extern "C" fn CSTL_vector_erase_range(
    instance: CSTL_VectorRef,
    move_: CSTL_MoveTypeCRef,
    first: CSTL_VectorIter,
    last: CSTL_VectorIter,
) -> CSTL_VectorIter
Expand description

Removes elements in the range [first, last) and returns an iterator following the removed elements.

If first == last, no operation is performed.