Skip to main content

vec_push

Function vec_push 

Source
pub const fn vec_push<Item>(buf: &mut Vec<Item>) -> VecPush<&mut Vec<Item>>
Available on crate feature alloc only.
Expand description

Creates a VecPush that pushes items into the given Vec.