toggle menu
coil-root
3.1.0-SNAPSHOT
common
switch theme
search in API
coil-core
/
coil3.util
/
IntPair
Int
Pair
@
ExperimentalCoilApi
@
JvmInline
value
class
IntPair
An efficient container to store two
Int
s.
Members
Members & Extensions
Constructors
Int
Pair
Link copied to clipboard
constructor
(
first
:
Int
,
second
:
Int
)
Properties
first
Link copied to clipboard
val
first
:
Int
second
Link copied to clipboard
val
second
:
Int
Functions
component1
Link copied to clipboard
inline operator
fun
IntPair
.
component1
(
)
:
Int
component2
Link copied to clipboard
inline operator
fun
IntPair
.
component2
(
)
:
Int