tryAdvance

abstract override fun tryAdvance(action: (Int) -> Unit): Boolean

Primitive-specific version of tryAdvance.

Return

false if no remaining elements existed, else true.

Parameters

action

The primitive action.