fastutil4k
Toggle table of contents
0.2.7
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
fastutil4k
fastutil4k-extensions-only
/
net.ccbluex.fastutil
/
mutRefPair
mut
Ref
Pair
infix inline
fun
<
V
>
Boolean
.
mutRefPair
(
right
:
V
)
:
BooleanReferenceMutablePair
<
V
?
>
infix inline
fun
<
V
>
Byte
.
mutRefPair
(
right
:
V
)
:
ByteReferenceMutablePair
<
V
?
>
infix inline
fun
<
V
>
Char
.
mutRefPair
(
right
:
V
)
:
CharReferenceMutablePair
<
V
?
>
infix inline
fun
<
V
>
Double
.
mutRefPair
(
right
:
V
)
:
DoubleReferenceMutablePair
<
V
?
>
infix inline
fun
<
V
>
Float
.
mutRefPair
(
right
:
V
)
:
FloatReferenceMutablePair
<
V
?
>
infix inline
fun
<
V
>
Int
.
mutRefPair
(
right
:
V
)
:
IntReferenceMutablePair
<
V
?
>
infix inline
fun
<
V
>
Long
.
mutRefPair
(
right
:
V
)
:
LongReferenceMutablePair
<
V
?
>
infix inline
fun
<
V
>
Short
.
mutRefPair
(
right
:
V
)
:
ShortReferenceMutablePair
<
V
?
>