memutils.unique

Taken from Phobos, tweaked for convenience

Members

Functions

gc_inFinalizer
bool gc_inFinalizer()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gc_inFinalizer
bool gc_inFinalizer()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
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.
HasGCCheck
enum HasGCCheck;
Undocumented in source.
HasGCCheck
enum HasGCCheck;
Undocumented in source.
HasGCCheck
enum HasGCCheck;
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