Trim Left by Anthony Fu @antfu 文字列を受け取り、先頭の空白を削除した新しい文字列を返す TrimLeft<T> を実装します。 例えば type trimed = TrimLeft<' Hello World '> // expected to be 'Hello World '