SegmentOperation

sealed interface SegmentOperation(source)

Inheritors

Types

Link copied to clipboard
data class Insert(val index: Int, val amount: Int) : SegmentOperation
Link copied to clipboard
data class Remove(val index: Int, val amount: Int) : SegmentOperation