ArrayStore.isNoGc

Undocumented in source.
struct ArrayStore(T, Allocator = GCAllocator, Capacity = size_t)
package pragma(inline, true)
enum isNoGc = hasFunctionAttributes!(Allocator.allocate, "@nogc");

Meta