Function alphabetize

Source
pub fn alphabetize<L: Display>(list: &[L]) -> Vec<String>
Expand description

Alphabetizes a vector of strings