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
Goals:
* support `undef` constructor methods with incompletely specified type,
lacking dimensionality, e.g., `FixedArray{Int}(undef, 3, 7)`
* support `undef` constructor methods with `size` passed as tuple
instead of as `Vararg`
To make this possible, it was necessary to get rid of the automatically
generated inner constructor methods, to prevent ambiguity.
A specific reason why these changes are necessary is that some methods
of `similar` defined in `Base` expect such constructors to exist.
0 commit comments