minusElement

Common
JVM
JS
Native
1.0
fun <T> Sequence<T>.minusElement(element: T): Sequence<T>

Returns a sequence containing all elements of the original sequence without the first occurrence of the given element.

The operation is intermediate and stateless.