Function corollary_support::dropWhile [] [src]

pub fn dropWhile<F: Fn(char) -> bool>(cond: F, input: String) -> String