eygraber
max
.max()
maxOrNull()
.
import kotlin.sequences.maxOrNull
_Sequences.kt
public fun <T : Comparable<T>> Sequence<T>.maxOrNull(): T?
A modern programming language that makes developers happier.