klyn.collections.HashSet.operator in
method
public native operator in(item as Object) as Boolean
Description
Returns true if the set contains the element.
Parameters
  • item The element to search for.