Iterates over the $(D_PSYMBOL Set) and counts the elements.
Count of elements within the $(D_PSYMBOL Set).
Set!int set; assert(set.length == 0); set.insert(8); assert(set.length == 1);
See Implementation
Iterates over the $(D_PSYMBOL Set) and counts the elements.