contains
Returns true
if this range contains the specified element.
Always returns false
if the element is null
.
Since Kotlin
1.3
Checks if the specified value belongs to this range.
Returns true
if this range contains the specified element.
Always returns false
if the element is null
.
Since Kotlin
1.5