-
Notifications
You must be signed in to change notification settings - Fork 78
Open
Description
Hi!
I just found this library and while browsing the documentation I saw that TupleView has a separate implementation for each number of children up to 10.
Since Swift 5.9, there's the Type Parameter Packs feature that supports implementation for any number of children.
I don't exactly know how TupleView is implemented but maybe it would be useful to use Type Parameter Packs for TupleView? (Then the minimum Swift version would be 5.9 instead of 5.6)
Another question: What happens if there are more than 10 children of a view?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels