Skip to content

Commit

Permalink
add new functions to docs' stdlib [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
rfourquet committed Jul 10, 2017
1 parent d27c9fe commit 8c2c9c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/src/stdlib/arrays.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,11 +151,13 @@ Base.sum_kbn

```@docs
Base.Random.randperm
Base.Random.randperm!
Base.invperm
Base.isperm
Base.permute!(::Any, ::AbstractVector)
Base.ipermute!
Base.Random.randcycle
Base.Random.randcycle!
Base.Random.shuffle
Base.Random.shuffle!
Base.reverse
Expand Down

0 comments on commit 8c2c9c4

Please sign in to comment.