Macro pa::filter_not[][src]

macro_rules! filter_not {
    ($f:expr) => { ... };
}

Curry macro of filter_not

Signature: filter_not :: (T -> bool) -> Iterator) T -> Iterator T