#[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.
#[sorted]
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.