Switch to astypedef, adds unit tests
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
7
Scripts/Interfaces/ref.astypedef
Normal file
7
Scripts/Interfaces/ref.astypedef
Normal file
@@ -0,0 +1,7 @@
|
||||
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;
|
||||
}
|
||||
Reference in New Issue
Block a user