Attribute Macro sorted

Source
#[sorted]
Expand description

Sorting const array by &str as key.

As the result, the array can be searchable using binary_search.

This macro can sort an array has ‘[(&str, T)]’ type signature.