53. Implement SnakeCase<S>

  - accepted / - tried

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

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

10分間以内で解いてみて

(8)