Skip to content

Commit

Permalink
Merge pull request #4270 from aG0aep6G/restore-swapAt
Browse files Browse the repository at this point in the history
restore accidentally deleted "swapAt"
  • Loading branch information
DmitryOlshansky committed May 1, 2016
2 parents f6f61f9 + 6d04ea6 commit cfe0070
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions changelog.dd
Original file line number Diff line number Diff line change
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 cfe0070

Please sign in to comment.