Goal: Implement `EndsWith<T, U>` which takes two exact string types and returns whether `T` ends with `U`: Source challenge: https://github.com/type-challenges/type-challenges/tree/main/questions/02693-medium-endswith Reference explanation: https://github.com/ghaiklor/type-challenges-solutions/blob/main/en/medium-endswith.md