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
make the inner constructor an internal implementation detail (#36)
`AbstractArray` constructors that take `AbstractArray` usually copy
the input array, something that our inner constructor doesn't do. So it
seems safer to remove the inner constructor from our public API.
0 commit comments