50. implement Sort<T>

  -通过 / -执行

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)