Thanks. This link may be of interest to you: wrapping and delegating <https://groups.google.com/forum/#!msg/julia-dev/MV7lYRgAcB0/-tS50TreaPoJ>
On Wednesday, December 16, 2015 at 4:54:07 PM UTC-5, Greg Plowman wrote: > > > On Thursday, December 17, 2015 at 12:12:06 AM UTC+11, Jeffrey Sarnoff > wrote: >> >> Useful stuff, Greg. I would like to see the way you implemented handing >> copy constructors, unary operators, etc. >> Would you mind collecting them in a gist or posting a link to the file[s]? >> > > Jeffrey, > Here's a link: https://gist.github.com/GregPlowman/bfa494e99aaed2fe488c > Not much to it really. For me, one of the more useful is the > `...@CallDefaultConstructor <javascript:>` macro. See the Example.jl > > -- Greg > > >
