Goal: Implement `TrimLeft<T>` which takes an exact string type and returns a new string with the whitespace beginning removed. For example: Source challenge: https://github.com/type-challenges/type-challenges/tree/main/questions/00106-medium-trimleft Reference explanation: https://github.com/ghaiklor/type-challenges-solutions/blob/main/en/medium-trimleft.md
Run "Check Solution" to validate your code in the browser.