DConf 2013 Day 1 Talk 2 (Copy and Move Semantics)

Thiez thiezz at gmail.com
Sun May 12 05:22:54 PDT 2013


You may wish to take a look at Rust for inspiration. Rust has 
unique (~) pointers and has made some interesting choices there. 
Their ~pointers imply ownership. I'm not sure this could be 
(efficiently) duplicated in a library for D (Rust has significant 
compiler support for its pointer types) but it may be worth 
taking a look regardless.


More information about the Digitalmars-d mailing list