mirror of
https://github.com/dlang/phobos.git
synced 2025-05-14 08:55:54 +03:00
fix documented precondition of moveAll
This commit is contained in:
parent
97840bec88
commit
a34c7e0699
1 changed files with 1 additions and 1 deletions
|
@ -1419,7 +1419,7 @@ the leftover portion of $(D tgt). Throws an exeption if there is not
|
|||
enough room in $(D tgt) to acommodate all of $(D src).
|
||||
|
||||
Preconditions:
|
||||
$(D walkLength(src) >= walkLength(tgt))
|
||||
$(D walkLength(src) <= walkLength(tgt))
|
||||
*/
|
||||
Range2 moveAll(Range1, Range2)(Range1 src, Range2 tgt)
|
||||
if (isInputRange!Range1 && isInputRange!Range2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue