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
This is tricky, since then it becomes harder to tell which statements specify field names. It also conflicts with possible default value syntax (#10146) (and with the existing @kwdef). So this seems unlikely.
@vtjnash It's exactly what I want. It surprises me that the struct definition is kept outside the let scope. I've been thinking of this way but given up too early. Thank you.
I'm defining a large structure like this
In which I'd be happy to alias
Matrix{T}
toMT
and limit this behavior in the scope of the definition. Simply I want to write code in the way ofCan I make it within the current syntax?
The text was updated successfully, but these errors were encountered: