BigInt.data

Static array of `size_t` elements providing internal storage for the big integer's digits.

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