mirror of
https://github.com/dlang/phobos.git
synced 2025-04-29 22:50:38 +03:00
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:
parent
d8ca14c05d
commit
11a9c58a8e
2 changed files with 1 additions and 4 deletions
|
@ -1293,7 +1293,7 @@ Returns:
|
||||||
A range containing the unique union of the given ranges.
|
A range containing the unique union of the given ranges.
|
||||||
|
|
||||||
See_Also:
|
See_Also:
|
||||||
$(XREF algorithm, sorting, merge)
|
$(REF merge, std,algorithm,sorting)
|
||||||
*/
|
*/
|
||||||
auto setUnion(alias less = "a < b", Rs...)
|
auto setUnion(alias less = "a < b", Rs...)
|
||||||
(Rs rs)
|
(Rs rs)
|
||||||
|
|
|
@ -1055,9 +1055,6 @@ Params:
|
||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
A range containing the union of the given ranges.
|
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))
|
struct Merge(alias less = "a < b", Rs...) if (allSatisfy!(isInputRange, Rs))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue