The OpenD Programming Language

ImmutableHashSet.length

The number of items in the set.

struct ImmutableHashSet(T, alias hashFunction)
immutable
size_t length;

Meta