Trait VectorInsertAndZero

pub trait VectorInsertAndZero

Associated Types

type ElementType;

Required Methods

unsafe fn vec_insert_and_zero(a: *const Self::ElementType) -> Self

Implementors