memutils.unique

Taken from Phobos, tweaked for convenience

Members

Functions

unique
auto unique(T obj)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

DebugUnique
enum DebugUnique;
Undocumented in source.

Structs

Unique
struct Unique(T, ALLOC = void)
Undocumented in source.

Meta

Authors

Andrei Alexandrescu, Bartosz Milewski, Don Clugston, Shin Fujishiro, Kenji Hara