TextBufferVersion

data class TextBufferVersion(val master: Int, val slave: Int) : Comparable<TextBufferVersion>

Constructors

Link copied to clipboard
constructor(master: Int, slave: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val master: Int
Link copied to clipboard
val slave: Int

Functions

Link copied to clipboard
open operator override fun compareTo(other: TextBufferVersion): Int
Link copied to clipboard
Link copied to clipboard