copy method
Creates a copy of this instance.
Implementation
@override
SharedPointerMapped<T> copy() {
return SharedPointerMapped.fromAddress(
allocatedBytesLength, bytesPerValue, writer, reader, address);
}
Creates a copy of this instance.
@override
SharedPointerMapped<T> copy() {
return SharedPointerMapped.fromAddress(
allocatedBytesLength, bytesPerValue, writer, reader, address);
}