Sets the internal pointer to $(D_KEYWORD). The allocator isn't changed.
Reference to the owned object.
auto u = defaultAllocator.unique!int(5); assert(u.isInitialized); auto i = u.release(); assert(*i == 5); assert(!u.isInitialized);
See Implementation
Sets the internal pointer to $(D_KEYWORD). The allocator isn't changed.