Macro kaguya_rs::take[][src]

macro_rules! take {
    ($n:expr) => { ... };
}

Shorthand of take

Signature: take :: usize -> Iterator T -> Iterator T