internals
Toggle table of contents
3.20.1
common
Target filter
common
Switch theme
Search in API
Skip to content
internals
internals
/
at.asitplus.signum.internals
/
padStart
pad
Start
fun
ByteArray
.
padStart
(
toSize
:
Int
,
pad
:
Byte
=
0
)
:
ByteArray
(
source
)
fun
ByteArray
.
padStart
(
toSize
:
UInt
,
pad
:
Byte
=
0
)
:
ByteArray
(
source
)