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