mirror of
https://github.com/dlang/phobos.git
synced 2025-04-29 14:40:30 +03:00
XREF -> REF (sed)
Done by: (find . -type f -name "*.d" -print0; \ find . -type f -name "*.dd" -print0) | \ xargs -0 sed -i -r \ 's/\$\(XREF\s+([^(),]*),\s*([^(),]*)\)/$(REF \2, std,\1)/g'
This commit is contained in:
parent
a207b27056
commit
764caefa36
37 changed files with 167 additions and 167 deletions
|
@ -72,7 +72,7 @@ Params:
|
|||
otherRanges = Zero or more non-infinite forward ranges
|
||||
|
||||
Returns:
|
||||
A forward range of $(XREF typecons,Tuple) representing elements of the
|
||||
A forward range of $(REF Tuple, std,typecons) representing elements of the
|
||||
cartesian product of the given ranges.
|
||||
*/
|
||||
auto cartesianProduct(R1, R2)(R1 range1, R2 range2)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue