Function webster::dictionary[][src]

pub fn dictionary<T: AsRef<str>>(word: T) -> Option<&'static str>
Expand description

Translate a word. O(log n).