Goal: Implement a generic `Pop<T>` that takes an Array `T` and returns an Array without it's last element. For example: Source challenge: https://github.com/type-challenges/type-challenges/tree/main/questions/00016-medium-pop Reference explanation: https://github.com/ghaiklor/type-challenges-solutions/blob/main/en/medium-pop.md
Run "Check Solution" to validate your code in the browser.