You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know, this package is for NamedTuples, but would it make sense to implement fieldtypes and valtype also for Tuples? Apparently fieldtypes is already works in Base for Type{<:Tuple} but not for Tuple.
This would make it easier to use Tuple and NamedTuple interchangable.