kotlin-stdlib
JRE
kotlin-stdlib
/
kotlin
/
shl
shl
JRE
infix inline
fun
BigInteger
.
shl
(
n
:
Int
)
:
BigInteger
(
source
)
Shifts this value left by the
n
number of bits.
Since Kotlin
1.2