50. implement Sort<T>

  - accepted / - tried

You are able to compare two non-negative integers in LargerThan<A, B> and SmallerThan<A, B>, then you should be able to implement Sort<T> in ascending order.

type A = Sort<[100, 9, 20, 0, 0 55]>
// [0, 0, 9, 55, 100]

20分間以内で解いてみて

(9)