Unique.isTheAllocator

Undocumented in source.
struct Unique(UniqueType, Allocator = typeof(theAllocator()), Flag!"supportGC" supportGC = gcExists ? Flag!"supportGC".yes : Flag!"supportGC".no)
enum isTheAllocator = is(Allocator == typeof(theAllocator));

Meta