AtIndex

data class AtIndex(val index: Int) : InsertionPosition

Constructors

Link copied to clipboard
constructor(index: Int)

Properties

Link copied to clipboard
val index: Int

Functions

Link copied to clipboard
open fun toIndex(target: List<TileHolder<*>>): Int