overload of array operations
    Jay Norwood 
    jayn at prismnet.com
       
    Fri Oct 14 12:29:17 PDT 2011
    
    
  
Jonathan M Davis Wrote:
> 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
to be more specific, I'm interested in overloading the vector operations on arrays described at this link, search for "vector operation"
http://www.digitalmars.com/d/2.0/arrays.html
    
    
More information about the Digitalmars-d-learn
mailing list