FloatIntValuePair

value class FloatIntValuePair(val bits: Long)

Constructors

Link copied to clipboard
constructor(bits: Long)
constructor(left: Float, right: Int)

Properties

Link copied to clipboard
Link copied to clipboard
val left: Float
Link copied to clipboard
val right: Int

Functions

Link copied to clipboard
operator fun component1(): Float
Link copied to clipboard
operator fun component2(): Int