VEBroot.opEquals

Equality operator checks for any iterable, whether in contains the same values, as the current tree.

struct VEBroot(size_t baseSize)
const
bool
opEquals
(
T
)
(
auto ref T input
)
if (
isIterable!T
)
if (
(baseSize & (baseSize - 1)) == 0
)

Meta