overload of array operations

Jonathan M Davis jmdavisProg at gmx.com
Fri Oct 14 09:01:40 PDT 2011


On Friday, October 14, 2011 11:30:25 Jay Norwood wrote:
> Is it possible to overload array operations

Please be more specific. Are you asking whether a struct or class can overload 
the indexing and slicing operators? If so, the answer is yes.

http://d-programming-language.org/operatoroverloading.html

- Jonathan M Davis


More information about the Digitalmars-d-learn mailing list