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