Appearance
Len
Returns the number of keys.
Module: Std::HashSet
Std::HashSet
func Len(self) -> uint;
uint — how many keys the set currently holds.
uint
import Std::HashSet::*; if set.Len() == 0u { // set is empty }
Cap