EffectiveSpigot
Toggle table of contents
1.0.1
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
EffectiveSpigot
EffectiveSpigot
/
ru.hukm.effectiveSpigot.utils
/
EffectiveUtils
/
twoIntToLong
two
Int
To
Long
fun
twoIntToLong
(
first
:
Int
,
second
:
Int
)
:
Long
Packs two ints into one long (
first
in the high 32 bits,
second
in the low 32).