On 29/06/2010 15:27, Steven Schveighoffer wrote:
string opIndex(string columnName);

yeah this is what I did, too..
However defined as ;

interface I1 {
  string opIndex(string columnName);
}

is a no go. So can we say operator overloading within interfaces is not allowed in D2 ?

thanks again Steve.. try to learn the interface/property stuff.

Reply via email to