Gen7Data/Scripts/Interfaces/ref.astypedef

8 lines
193 B
Plaintext
Raw Normal View History

2021-10-23 12:20:18 +00:00
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;
}