pub fn alphabetize<L: Into<String>>(list: Vec<L>) -> Vec<String>
Expand description

Alphabetizes a vector of strings