CreatedQuery.opBinary

Concatenation with automatically inserted prepend string in between.

The prepend string gets inserted inbetween the two query strings if and only if both query strings are non empty. The prepend string of the resulting object is the one of the left object. Thus the resulting object depends on the order of execution if empty strings are involved. See the unittest to this struct for details.

struct CreatedQuery
opBinary
(
string op
)
if (
op == "~"
)

Meta