e.g:
-----------
struct myType
{
@safe nothrow opIndexAssign(t1 paramValue,t2 paramIndex){}
}
-----------are the attributes necessary ? Are opXXX functions handled just like any other functs ? (traversal compat. of the attribs)
Jkpl via Digitalmars-d-learn Sat, 25 Oct 2014 10:15:54 -0700
e.g:
-----------
struct myType
{
@safe nothrow opIndexAssign(t1 paramValue,t2 paramIndex){}
}
-----------are the attributes necessary ? Are opXXX functions handled just like any other functs ? (traversal compat. of the attribs)