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