nulib.memory.unique_ptr

Unique Pointers

Members

Functions

unique_new
unique_ptr!T unique_new(Args args)

Creates a new unique pointer.

Imports

move (from numem.lifetime)
public import numem.lifetime : nogc_move, move, moveTo;
Undocumented in source.
moveTo (from numem.lifetime)
public import numem.lifetime : nogc_move, move, moveTo;
Undocumented in source.
nogc_move (from numem.lifetime)
public import numem.lifetime : nogc_move, move, moveTo;
Undocumented in source.

Structs

unique_ptr
struct unique_ptr(T)

A unique pointer.

Meta

Authors

Luna Nielsen