Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information