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
It'd be nice to have a convenience syntax (macro) to initialise a FixedSizeArray without having to create an undef on first and then setting its elements, something like @SArray and friends in StaticArrays.jl. This is definitely a low-priority right now, but nice to have.
The text was updated successfully, but these errors were encountered:
It'd be nice to have a convenience syntax (macro) to initialise a
FixedSizeArray
without having to create an undef on first and then setting its elements, something like@SArray
and friends inStaticArrays.jl
. This is definitely a low-priority right now, but nice to have.The text was updated successfully, but these errors were encountered: