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.
- Re: DConf 2013 Day 1 Talk 2 (Copy and Move Semantics) Diggory
- Re: DConf 2013 Day 1 Talk 2 (Copy and Move Semantics) Jonathan M Davis
- Re: DConf 2013 Day 1 Talk 2 (Copy and Move Semantics) Simen Kjaeraas
- Re: DConf 2013 Day 1 Talk 2 (Copy and Move Semantics) Diggory
- Re: DConf 2013 Day 1 Talk 2 (Copy and Move Semantics) Simen Kjaeraas
- Re: DConf 2013 Day 1 Talk 2 (Copy and Move Semantics) deadalnix
- Re: DConf 2013 Day 1 Talk 2 (Copy and Move Semantics) Simen Kjaeraas
- Re: DConf 2013 Day 1 Talk 2 (Copy and Move Semantics) Simen Kjaeraas
- Re: DConf 2013 Day 1 Talk 2 (Copy and Move Semantics) deadalnix
- Re: DConf 2013 Day 1 Talk 2 (Copy and Move Semantics) Simen Kjaeraas
- Re: DConf 2013 Day 1 Talk 2 (Copy and Move Semantics) Thiez
- Re: DConf 2013 Day 1 Talk 2 (Copy and Move Semantics) Andrei Alexandrescu
- Re: DConf 2013 Day 1 Talk 2 (Copy and Move Semantics) deadalnix
- Re: DConf 2013 Day 1 Talk 2 (Copy and Move Semantics) Andrei Alexandrescu
- Re: DConf 2013 Day 1 Talk 2 (Copy and Move Semantics) Walter Bright
- Re: DConf 2013 Day 1 Talk 2 (Copy and Move Semantics) Dmitry Olshansky
- Re: DConf 2013 Day 1 Talk 2 (Copy and Move Semantics) Walter Bright
- Re: DConf 2013 Day 1 Talk 2 (Copy and Move Semantics) Dmitry Olshansky
- Re: DConf 2013 Day 1 Talk 2 (Copy and Move Semantics) Walter Bright
- Re: DConf 2013 Day 1 Talk 2 (Copy and Move Semantics) deadalnix
- Re: DConf 2013 Day 1 Talk 2 (Copy and Move Semantics) Andrei Alexandrescu
