internals
Toggle table of contents
3.24.0
common
Target filter
common
Switch theme
Search in API
Skip to content
internals
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
)