Function create_vector_object

Source
pub(crate) fn create_vector_object<T: Debug + Invariant>() -> Result<VecObject<T, VecObjectAlloc>>