mirror of
https://github.com/dlang/phobos.git
synced 2025-04-28 22:21:09 +03:00
Remove references to STL
This commit is contained in:
parent
afa7d586dd
commit
7fb3d4249f
4 changed files with 3 additions and 22 deletions
|
@ -363,9 +363,6 @@ Params:
|
|||
|
||||
Returns:
|
||||
The unfilled part of target
|
||||
|
||||
See_Also:
|
||||
$(HTTP sgi.com/tech/stl/_copy.html, STL's _copy)
|
||||
*/
|
||||
TargetRange copy(SourceRange, TargetRange)(SourceRange source, TargetRange target)
|
||||
if (areCopyCompatibleArrays!(SourceRange, TargetRange))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue