pub fn find_all<I, S>(words: I, required: char, extra: &str) -> Vec<Answer> where
    I: IntoIterator<Item = S>,
    S: AsRef<str>, 
Expand description

Finds all spelling bee answers from an iterable list of words.