blob: 6c889b0a393d0c04232ad31da2fb946486fdeec5 [file] [log] [blame]
from operators_wrapper_ext import *
class D2(vector): pass
d2 = D2()
for lhs in (v,d,d2):
-lhs
for rhs in (v,d,d2):
lhs + rhs
lhs += rhs