6 lines
138 B
ActionScript
6 lines
138 B
ActionScript
|
shared interface constString {
|
||
|
bool opEquals(const constString &in) const;
|
||
|
bool opEquals(const string &in) const;
|
||
|
uint opImplConv();
|
||
|
}
|