pub fn sort_by_name<T>(items: &mut [T])where T: HasName,
Sort a slice in place by the name field.
name