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
Why is type alias printing only happening for exported variables? I find this really strange for two reasons: 1) Why is it seemingly active only for exported variables? 2) SVector is (re-)exported by StaticArrays.
For some reason
string(SVector)
is longer in version 1.5.0.With StaticArrays 1.4.7
With StaticArrays 1.5.0
The text was updated successfully, but these errors were encountered: