abstract fun mutableCopy(): MutableBytes!
(source)
Return a new mutable value initialized with the content of this value.
Return
MutableBytes!: A mutable copy of this value. This will copy bytes, modifying the returned value will not modify this value.