pub const fn vec_push<Item>(buf: &mut Vec<Item>) -> VecPush<&mut Vec<Item>>
alloc
Creates a VecPush that pushes items into the given Vec.
VecPush
Vec