CodeInterval

data class CodeInterval(val from: Int, val to: Int)

Constructors

Link copied to clipboard
constructor(from: Int, to: Int)

Properties

Link copied to clipboard
val from: Int

Inclusive

Link copied to clipboard
val to: Int

Exclusive

Functions

Link copied to clipboard
operator fun contains(position: Int): Boolean