Trait ppv_lite86::Vec2 
source · pub trait Vec2<W> {
    // Required methods
    fn extract(self, i: u32) -> W;
    fn insert(self, w: W, i: u32) -> Self;
}Expand description
A vector composed of two elements, which may be words or themselves vectors.