Type IMPL_T

type IMPL_T<A> = Option<A>

Function EACH

fn EACH<A>(self: &IMPL_T<A>, f: &fn(v: &A) -> bool)

Function SIZE_HINT

fn SIZE_HINT<A>(self: &IMPL_T<A>) -> Option<uint>