Source code

Revision control

Copy as Markdown

Other Tools

include protocol PMyManaged;
struct MyActorPair {
PMyManaged actor1;
nullable PMyManaged actor2;
};