The MSD provides static methods for sorting an array of extended ASCII strings using MSD radix sort.
| 79 | /// array of extended ASCII strings using MSD radix |
| 80 | /// sort. |
| 81 | pub struct MSD<T> { |
| 82 | _marker: PhantomData<T>, |
| 83 | } |
| 84 | |
| 85 | impl<T> MSD<T> |
| 86 | where |
nothing calls this directly
no outgoing calls
no test coverage detected