klyn.collections.Set.count
method
public count(item as Object) as ULong
Description
Counts occurrences of the given element in the set. For a proper set, the result is either 0 or 1.
Parameters
  • item The element to count.