ImmutableHashSet.length

The number of items in the set.

struct ImmutableHashSet(T, alias hashFunction)
size_t length;

Meta