contains

inline fun <T> Iterator<T>.contains(element: T): Boolean(source)

Returns true if this contains element.

See also