Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
by Anthony Fu @antfu
Implement ReplaceAll<S, From, To> which replace the all the substring From with To in the given string S
ReplaceAll<S, From, To>
From
To
S
For example
type replaced = ReplaceAll<'t y p e s', ' ', ''> // expected to be 'types'