xxxxxxxxxx
struct T
{
@nogc:
auto opBinary(string op, V)(auto ref const(V) vec) const
static foreach(i ; 0 .. 1)
}
return this;
void main() {
T a, b;
T c = a + b;