RInt

value class RInt(data: Int) : Indexing

Helper class for indexing. Since the standard rangeTo overrides the rangeTo for slices.

Constructors

Link copied to clipboard
fun RInt(data: Int)

Functions

Link copied to clipboard
operator fun div(r: RInt): RInt
Link copied to clipboard
operator fun minus(r: RInt): RInt
Link copied to clipboard
operator fun plus(r: RInt): RInt
Link copied to clipboard
operator fun rangeTo(that: Int): Slice
operator fun rangeTo(that: RInt): Slice
Link copied to clipboard
operator fun times(r: RInt): RInt