contains
abstract operator fun contains(
element: @UnsafeVariance E
): Boolean
(Common source) (JS source) (Native source)
Checks if the specified element is contained in this collection.
Try the revamped Kotlin docs design →
Try the revamped Kotlin docs design!
abstract operator fun contains(
element: @UnsafeVariance E
): Boolean
Checks if the specified element is contained in this collection.