IntFloatValuePair

value class IntFloatValuePair(val bits: Long)

Constructors

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

Properties

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

Functions

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