mirror of
https://github.com/dlang/phobos.git
synced 2025-05-11 23:05:34 +03:00
Replace body
keyword with its replacement: do
Automatic replacement with sed -i "s/^\([ ]*\)body/\1do/" -i **/*.d
This commit is contained in:
parent
5c77d8595c
commit
df6365092a
38 changed files with 183 additions and 183 deletions
|
@ -1278,7 +1278,7 @@ in
|
|||
{
|
||||
assert(!r.empty, "r is an empty range");
|
||||
}
|
||||
body
|
||||
do
|
||||
{
|
||||
alias Element = ElementType!Range;
|
||||
Unqual!Element seed = r.front;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue