Arguments

class Arguments<D : Any>

Library consumers should not hold on to instances of this class, it is internally mutated heavily as an optimization.

Properties

Link copied to clipboard
var data: List<D?>
Link copied to clipboard
var datum: D
Link copied to clipboard
var index: Int

Functions

Link copied to clipboard
operator fun component1(): D
Link copied to clipboard
operator fun component2(): Int
Link copied to clipboard
operator fun component3(): List<D?>