min

fun <T : Comparable<T>> Sequence<T>.min(): T?(source)

Deprecated

Use minOrNull instead.

Replace with

this.minOrNull()

Since Kotlin

1.0