mirror of https://github.com/adamdruppe/arsd.git
Merge branch 'master' of https://github.com/eskimor/misc-stuff-including-D-programming-language-web-stuff
This commit is contained in:
commit
5fa0b8948b
|
@ -56,6 +56,8 @@ struct CreatedQuery {
|
|||
|
||||
CreatedQuery opBinaryRight(string op)(string left) if(op=="~") {
|
||||
CreatedQuery res=this;
|
||||
if(left.length && query.length)
|
||||
left~=prepend;
|
||||
res.query=left~res.query;
|
||||
return res;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue