[][src]Trait type_freak::list::LUnzipOp

pub trait LUnzipOp where
    Self: TList,
    Self::FormerOutput: TList,
    Self::LatterOutput: TList
{ type FormerOutput; type LatterOutput; }

Unzip a TList of tuple pairs to two TLists.

Associated Types

Loading content...

Implementors

impl LUnzipOp for LNil[src]

impl<LHead, RHead, Tail> LUnzipOp for LCons<(LHead, RHead), Tail> where
    Tail: TList + LUnzipOp
[src]

Loading content...