On Sunday, 19 January 2014 at 22:25:08 UTC, Rory McGuire wrote:
opDispatch works do you can just type object.release
This will call Unique's release(). To get to wrapped object's release(), you need object.opDispatch("release")().
On Sunday, 19 January 2014 at 22:25:08 UTC, Rory McGuire wrote:
opDispatch works do you can just type object.release
This will call Unique's release(). To get to wrapped object's release(), you need object.opDispatch("release")().