BigInt.data

struct BigInt(size_t maxSize64)
size_t[ulong.sizeof / size_t.sizeof * maxSize64] data;

Meta