toggle menu
Signum
3.12.0
common
switch theme
search in API
internals
/
at.asitplus.signum.internals
/
ensureSize
ensure
Size
fun
ByteArray
.
ensureSize
(
size
:
Int
)
:
ByteArray
(
source
)
Drops bytes at the start, or adds zero bytes at the start, until the
size
is reached
inline
fun
ByteArray
.
ensureSize
(
size
:
UInt
)
:
ByteArray
(
source
)