Delete

@Immutable
data class Delete(val token: Token, val index: Int) : State(source)

Represents a deletion.

Constructors

Link copied to clipboard
constructor(token: Token, index: Int)

Properties

Link copied to clipboard
val index: Int
Link copied to clipboard

Functions

Link copied to clipboard
fun State.color(): Color
Link copied to clipboard