Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
35
Research direction
Review PR #411 for the initial attempt and maintainer feedback. Examine existing type utilities in the type fest repo to understand the expected API style. The goal is to implement a `UnionToArray` type that converts a union type to an array of its members while preserving order? Investigate whether the tuple order is specified and how to handle union distribution. Check for any open questions about edge cases like empty unions.