Gen7Data/Scripts/Interfaces/ref.astypedef
Deukhoofd 40dcd8a407
Some checks failed
continuous-integration/drone/push Build is failing
Switch to astypedef, adds unit tests
2021-10-23 14:20:18 +02:00

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;
}