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
Support VT("name") where VT::Type{<:Variable} (#137)
Rather than creating a variable with `Variable{name, V, M)`,
sometimes it's easier to create one with `Variable{V,M}(name)`.
This allows one to create a new variable from an old one with
`typeof(oldvar)(newname)`.
0 commit comments