generated at
Trim<S>






与えられた文字列の頭の空白を除く
ts
type trimed = TrimLeft<' Hello World '> // 'Hello World '