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
// result type used to infer length and elem typeconstx: @Vector(4, u32) =@splat(123); // .{ 123, 123, 123, 123 }
This brings similar advantages to #5909, and fits nicely with it. @splat's current usage is quite unpleasant for constants in particular, due to the need to annotate the element type with @as - this would reduce visual noise in most cases.
The text was updated successfully, but these errors were encountered:
andrewrk
added
the
proposal
This issue suggests modifications. If it also has the "accepted" label then it is planned.
label
Jun 30, 2023
Status quo:
Proposal:
This brings similar advantages to #5909, and fits nicely with it.
@splat
's current usage is quite unpleasant for constants in particular, due to the need to annotate the element type with@as
- this would reduce visual noise in most cases.The text was updated successfully, but these errors were encountered: