first

abstract fun first(): E?

Returns the first (lowest) element currently in this set.

Return

the first (lowest) element currently in this set

Throws

if this set is empty


open override val first: E?