Extra Array Operator Overloading Request
Johan Granberg
lijat.meREM at OVEgmail.com
Wed May 30 10:35:06 PDT 2007
Jonathan Crapuchettes wrote:
> I do a lot of matrix calculations with a D library that I have written and
> it would be really nice to be able to overload a few more array operators,
> like assigned multiplication (i.e. mat1[i,j] += mat2[i,j];). Has this
> feature been approved, discussed, or planned? Thanks, JC
What is preventing you from doing so now? if opIndex returns a type that
overloads opAddAssign your example should be possible right now.
More information about the Digitalmars-d
mailing list