[][src]Function simple_ml::extract_vowels_consonants

pub fn extract_vowels_consonants(string: String) -> (Vec<char>, Vec<char>)