54. Implement CamelCase<S>

  -通过 / -执行

Implement CamelCase<S> to turn string in snake case to camel case.

type A = CamelCase<'big_front_end'> // BigFrontEnd

争取10分钟以内搞定这个问题

(12)