deadalnix Wed, 23 Jan 2013 02:51:53 -0800
NonNull!T bar = something; foo(move(bar)); bar; // bar is null \o/ Except it isn't.
NonNull!T bar = something; foo(move(bar)); bar; // bar is null \o/
Except it isn't.
move memcopy T.init . So it will be null.