SharedPointerBytes<T>.fromAddress constructor
SharedPointerBytes<T>.fromAddress (
- int allocatedBytesLength,
- int bytesPerValue,
- bool initializeZeroed,
- SharedPointerAddress address,
Implementation
SharedPointerBytes.fromAddress(this.allocatedBytesLength, this.bytesPerValue,
this.initializeZeroed, SharedPointerAddress address)
: length = allocatedBytesLength ~/ bytesPerValue,
super.fromAddress(address);