On 10/26/13 7:55 AM, Nicolas Sicard wrote:
On Saturday, 26 October 2013 at 14:39:31 UTC, Martin Nowak wrote:
On 10/25/2013 07:46 AM, Andrei Alexandrescu wrote:
Hello,
I was curious how our fledgling wrap and unwrap routines compare with
Go's duck typing - similarities, distinctions, performance. Please share
any thoughts, thanks!
Andrei
What are you referring to by wrap/unwrap, functions like
inputRangeObject?
Martin
http://dlang.org/phobos-prerelease/std_typecons.html#.wrap
http://dlang.org/phobos-prerelease/std_typecons.html#.unwrap
Yes, sorry for being unclear.
I wonder whether specifying "Go-style wrap/unwrap" would be a fair
characterization when announcing 2.064.
Also, is it correct that Linux dynamic library support is really
starting with this release? There was some before but not quite usable.
Andrei