BitRange.bitsPerWord

Number of bits in each size_t

struct BitRange
enum bitsPerWord = size_t.sizeof * 8;

Meta