[][src]Trait ppv_lite86::Vec2

pub trait Vec2<W> {
    fn extract(self, i: u32) -> W;
fn insert(self, w: W, i: u32) -> Self; }

A vector composed of two elements, which may be words or themselves vectors.

Required methods

fn extract(self, i: u32) -> W

fn insert(self, w: W, i: u32) -> Self

Loading content...

Implementors

impl Vec2<u64> for u64x2_generic[src]

Loading content...