Skip to content

Commit 2583967

Browse files
garrisonfredrikekre
authored andcommitted
Remove doc reference to outdated shift/unshift functions (#638)
1 parent 1e580d5 commit 2583967

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/pages/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ however the `.=` and `(+).()` syntaxes are fused into a single, efficient call
320320
to `broadcast!`. The simpler syntax `x .+= pos` is expected to be non-allocating
321321
(and therefore faster) in Julia 0.6.
322322

323-
The functions `setindex`, `push`, `pop`, `shift`, `unshift`, `insert` and `deleteat`
323+
The functions `setindex`, `push`, `pop`, `pushfirst`, `popfirst`, `insert` and `deleteat`
324324
are provided for performing certain specific operations on static arrays, in
325325
analogy with the standard functions `setindex!`, `push!`, `pop!`, etc. (Note that
326326
if the size of the static array changes, the type of the output will differ from

0 commit comments

Comments
 (0)