Skip to content

Commit

Permalink
restore accidentally deleted "swapAt"
Browse files Browse the repository at this point in the history
Accidentally deleted in 7d33259.
  • Loading branch information
aG0aep6G committed Apr 30, 2016
1 parent f6f61f9 commit 6d04ea6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions changelog.dd
Expand Up @@ -13,7 +13,8 @@ $(BUGSTITLE Library Changes,
`std.range.padRight` were added.))
$(LI $(RELATIVE_LINK2 regex-multiple-patterns, `std.regex.regex` now
supports matching multiple patterns in one go.))
$(LI $(RELATIVE_LINK2 mutation, `std.algorithm.mutation` was exposed))
$(LI $(RELATIVE_LINK2 mutation, `std.algorithm.mutation.swapAt` was
exposed))
$(LI $(RELATIVE_LINK2 iota-length-size_t, `std.range.iota's `.length`
property is fixed to `size_t` instead of the type being iterated))
$(LI $(XREF uni, isNumber) and $(XREF uni, isPunctuation) now use a separate,
Expand Down Expand Up @@ -88,7 +89,7 @@ assert(m.front[1] == "12");
-------
)

$(LI $(LNAME2 mutation, `std.algorithm.mutation` was exposed)
$(LI $(LNAME2 mutation, `std.algorithm.mutation.swapAt` was exposed)
$(P $(REF swapAt, std,algorithm,mutation) allows to swap elements
of a RandomAccessRange by their indices.
)
Expand Down

0 comments on commit 6d04ea6

Please sign in to comment.