fun copyOfRange(range: IntRange): Bytes
Creates a deep copy of this Bytes, where the new instance's byteArray is an entirely new ByteArray with each byte within range copied by value.