Skip to content

Commit

Permalink
add new functions to docs' stdlib
Browse files Browse the repository at this point in the history
  • Loading branch information
rfourquet committed Jul 13, 2017
1 parent 0c65c7c commit e6872fa
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 @@ -156,11 +156,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 e6872fa

Please sign in to comment.