IndexedElementLoopController

open class IndexedElementLoopController<E>(var element: E, var index: Int) : LoopController(source)

Constructors

Link copied to clipboard
constructor(element: E, index: Int)

Properties

Link copied to clipboard
var element: E
Link copied to clipboard
var index: Int
Link copied to clipboard

Functions

Link copied to clipboard
fun Break()