shared interface constString { bool opEquals(const constString &in) const; bool opEquals(const string &in) const; uint opImplConv(); }