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