Skip to content

Commit

Permalink
Add eachrow, eachcol, and eachslice to manual (#32882)
Browse files Browse the repository at this point in the history
These functions are all nicely documented but don't seem to appear in the manual.
  • Loading branch information
mbauman authored Aug 14, 2019
1 parent 314271b commit f2c3d4d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/src/base/arrays.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,9 @@ Base.rot180
Base.rotl90
Base.rotr90
Base.mapslices
Base.eachrow
Base.eachcol
Base.eachslice
```

## Combinatorics
Expand Down

0 comments on commit f2c3d4d

Please sign in to comment.