54. Implement CamelCase<S>

  - accepted / - tried

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

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

Let's try to solve this problem within 10 minutes.

(12)