Unique.isTheAllocator

Undocumented in source.
struct Unique(Type, Allocator = typeof(theAllocator()), Flag!"supportGC" supportGC = Flag!"supportGC".yes)
enum isTheAllocator = is(Allocator == typeof(theAllocator));

Meta