Function corollary_support::takeWhile_str [] [src]

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