Skip to content

Commit 16d11fe

Browse files
committed
add new functions to docs' stdlib
1 parent e285857 commit 16d11fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/src/stdlib/arrays.md

+2
Original file line numberDiff line numberDiff line change
@@ -157,11 +157,13 @@ Base.sum_kbn
157157

158158
```@docs
159159
Base.Random.randperm
160+
Base.Random.randperm!
160161
Base.invperm
161162
Base.isperm
162163
Base.permute!(::Any, ::AbstractVector)
163164
Base.ipermute!
164165
Base.Random.randcycle
166+
Base.Random.randcycle!
165167
Base.Random.shuffle
166168
Base.Random.shuffle!
167169
Base.reverse

0 commit comments

Comments
 (0)