Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
document getindex() with range of length 1. (#41140)
Added an example with A[:, 3:3] which returns a Matrix instead of a Vector. Somebody made me aware of this behavior on [stackoverflow](https://stackoverflow.com/questions/67889148/let-indexing-return-a-matrix-instead-of-a-vector-in-julia). but I couldn't find an example of it in the documentation.
- Loading branch information