Trait VectorExtract

pub trait VectorExtract

Associated Types

type ElementType;

Required Methods

unsafe fn vec_extract(a: Self, b: i32) -> Self::ElementType

Implementors