Replace body keyword with its replacement: do

Automatic replacement with

    sed -i "s/^\([ ]*\)body/\1do/" -i **/*.d
This commit is contained in:
Sebastian Wilzbach 2017-11-20 13:25:16 +01:00
parent 5c77d8595c
commit df6365092a
38 changed files with 183 additions and 183 deletions

View file

@ -1278,7 +1278,7 @@ in
{
assert(!r.empty, "r is an empty range");
}
body
do
{
alias Element = ElementType!Range;
Unqual!Element seed = r.front;