kotlin-stdlib
Common
JS
Native
kotlin-stdlib
/
kotlin.collections
/
AbstractMutableList
/
contains
contains
Common
open
operator override
fun
contains
(
element
:
@
UnsafeVariance
E
)
:
Boolean
Content copied to clipboard
JS
Native
open
operator override
fun
contains
(
element
:
E
)
:
Boolean
Content copied to clipboard
open
operator override
fun
contains
(
element
:
E
)
:
Boolean
Content copied to clipboard
Checks if the specified element is contained in this collection.