ariovistus / pyd

Interoperability between Python and D
MIT License
157 stars 32 forks source link

bug line 105 op_wrap.d #145

Closed DangerMouseB closed 3 years ago

DangerMouseB commented 3 years ago

reads return d_to_python(dgr(python_to_d!LOtherT(o1)));

should read return d_to_python(dgr(python_to_d!ROtherT(o1)));

ariovistus commented 3 years ago

thanks