mirror of
https://github.com/dlang/phobos.git
synced 2025-04-29 22:50:38 +03:00
Manual fixup
This commit is contained in:
parent
fc0c29f3a2
commit
8227e00cd9
2 changed files with 0 additions and 8 deletions
|
@ -1477,11 +1477,6 @@ searched in.
|
||||||
|
|
||||||
needle = The element searched for.
|
needle = The element searched for.
|
||||||
|
|
||||||
Constraints:
|
|
||||||
|
|
||||||
`isInputRange!InputRange && is(typeof(binaryFun!pred(haystack.front, needle$D(
|
|
||||||
: bool)))
|
|
||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
|
|
||||||
`haystack` advanced such that the front element is the one searched for;
|
`haystack` advanced such that the front element is the one searched for;
|
||||||
|
|
|
@ -1440,9 +1440,6 @@ private template validPredicates(E, less...)
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
`auto multiSort(Range)(Range r$D(
|
|
||||||
if (validPredicates!(ElementType!Range, less));)
|
|
||||||
|
|
||||||
Sorts a range by multiple keys. The call $(D multiSort!("a.id < b.id",
|
Sorts a range by multiple keys. The call $(D multiSort!("a.id < b.id",
|
||||||
"a.date > b.date")(r)) sorts the range `r` by `id` ascending,
|
"a.date > b.date")(r)) sorts the range `r` by `id` ascending,
|
||||||
and sorts elements that have the same `id` by `date`
|
and sorts elements that have the same `id` by `date`
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue