- as
Like!T as(X obj)
- asObj
auto asObj(X obj)
- asObjCtx
auto asObjCtx(X obj)
- testField
void testField()
Undocumented in source. Be warned that the author may not have intended to support it.
- toObj
auto toObj(X th)
- useConstFoo
int useConstFoo(Like!ConstFoo obj)
Undocumented in source. Be warned that the author may not have intended to support it.
- useConstFooObj
int useConstFooObj(ConstFoo obj)
Undocumented in source. Be warned that the author may not have intended to support it.
- useFoo
int useFoo(Like!Foo obj)
Undocumented in source. Be warned that the author may not have intended to support it.
- useFooObj
int useFooObj(Foo obj)
Undocumented in source. Be warned that the author may not have intended to support it.