Ring._mask

Undocumented in source.
struct Ring(T, alias N, Allocator = Mallocator, bool GCRangesAllowed = true)
static if(popcnt(N) == 1)
enum _mask = N - 1;

Meta