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

10分間以内で解いてみて

(12)