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 see there's some plumbing for Dense UnionArray, but narrow currently defaults to Sparse UnionArray.
Where enums have dozens to hundreds of variants, Sparse, unlike the name suggests, "asks" for all variants' child arrays to be filled up, which is currently being done via Default.
In such cases, the ability to ask for a dense UnionArray via an attribute macro will be handy :)
The text was updated successfully, but these errors were encountered:
I see there's some plumbing for Dense UnionArray, but narrow currently defaults to Sparse UnionArray.
Where enums have dozens to hundreds of variants, Sparse, unlike the name suggests, "asks" for all variants' child arrays to be filled up, which is currently being done via
Default
.In such cases, the ability to ask for a dense UnionArray via an attribute macro will be handy :)
The text was updated successfully, but these errors were encountered: