UniqueArray.isTheAllocator

Undocumented in source.
struct UniqueArray(Type, Allocator = typeof(theAllocator))
enum isTheAllocator = is(Allocator == typeof(theAllocator));

Meta