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