Trait moreops::TupleOps [] [src]

pub trait TupleOps: Sized {
    fn once(self) -> (Self,) { ... }
    fn twice(self) -> (Self, Self)
    where
        Self: Clone
, { ... } fn thrice(self) -> (Self, Self, Self)
    where
        Self: Clone
, { ... } }

Provided Methods

Implementors