Exercise #142: Easy Tuple Length
Type Challenges (Utility Types) ยท 02-easy
Goal

Goal: For given a tuple, you need create a generic `Length`, pick the length of the tuple. For example: Source challenge: https://github.com/type-challenges/type-challenges/tree/main/questions/00018-easy-tuple-length Reference explanation: https://github.com/ghaiklor/type-challenges-solutions/blob/main/en/easy-tuple-length.md

Run "Check Solution" to validate your code in the browser.