XREF -> REF

Removing the one that refers to std.algorithm.setops.SetUnion, because
that is not documented anymore (it's deprecated).
This commit is contained in:
anonymous 2016-11-13 01:25:25 +01:00
parent d8ca14c05d
commit 11a9c58a8e
2 changed files with 1 additions and 4 deletions

View file

@ -1055,9 +1055,6 @@ Params:
Returns:
A range containing the union of the given ranges.
See_Also:
$(XREF algorithm, setops, SetUnion)
*/
struct Merge(alias less = "a < b", Rs...) if (allSatisfy!(isInputRange, Rs))
{