- _def_del
void _def_del(T* p)
Undocumented in source. Be warned that the author may not have intended to support it.
- allocate_unique
unique_ptr!(T) allocate_unique(size_t count, void function(T*) df)
Undocumented in source. Be warned that the author may not have intended to support it.
- make_unique
unique_ptr!(T) make_unique(T value, void function(T*) df)
Undocumented in source. Be warned that the author may not have intended to support it.
- make_unique
unique_ptr!(T) make_unique(Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
- make_unique
unique_ptr!(T) make_unique(void function(T*) df, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
- make_unique
unique_ptr!(T) make_unique(T* p, void function(T*) df)
Undocumented in source. Be warned that the author may not have intended to support it.
- move
unique_ptr!(T) move(unique_ptr!(T) uniq)
Undocumented in source. Be warned that the author may not have intended to support it.