Goal: Implement `Replace<S, From, To>` which replace the string `From` with `To` once in the given string `S`. For example: Source challenge: https://github.com/type-challenges/type-challenges/tree/main/questions/00116-medium-replace Reference explanation: https://github.com/ghaiklor/type-challenges-solutions/blob/main/en/medium-replace.md
Run "Check Solution" to validate your code in the browser.