The Quick3Way provides static methods for sorting an array using quicksort with 3-way partitioning.
| 43 | /// The Quick3Way provides static methods for sorting an |
| 44 | /// array using quicksort with 3-way partitioning. |
| 45 | pub struct Quick3Way<T> { |
| 46 | _marker: PhantomData<T>, |
| 47 | } |
| 48 | |
| 49 | impl<T> Quick3String<T> |
| 50 | where |
nothing calls this directly
no outgoing calls
no test coverage detected