maxSizeBound

the maxSizeBound defines the maximum the tree can be constructed with. It is parametrized on the size of size_t and changes dynamically with the architecture used.

enum maxSizeBound = (size_t(1) << baseSize / 2) + 1;

Meta