Skip to main content

extern_spec_T_A_Vec_T_A_push

Function extern_spec_T_A_Vec_T_A_push 

Source
pub fn extern_spec_T_A_Vec_T_A_push<T, A: Allocator>(
    self_: &mut Vec<T, A>,
    v: T,
)
Expand description

extern spec for Vec<T, A>::push

This is not a real function: its only use is for documentation.

terminates

ensures

(^self)@ == self@.push_back(v)