Gen7Data/Scripts/Interfaces/ref.astypedef

8 lines
193 B
Plaintext

type ref {
void opCast(? &out);
ref@& opHndlAssign(const ref &in);
ref@& opHndlAssign(const ? &in);
bool opEquals(const ref@ &in) const;
bool opEquals(const ? &in) const;
}