Overview
>
klyn.collections
>
HashSetSync
>
operator in
Version 0.1.3
Overview
Index
Tree
Deprecated
klyn.collections.HashSetSync.operator in
method
public native operator in(item as T) as Boolean
Description
Returns true if the set contains the element.
Parameters
Parameter
Description
item
The element to search for.