SharedPointerMapped<T> constructor

SharedPointerMapped<T>(
  1. int allocatedBytesLength,
  2. int bytesPerValue,
  3. SharedPointerMapWriter<T> writer,
  4. SharedPointerMapReader<T> reader,
)

Implementation

SharedPointerMapped(
    int allocatedBytesLength, int bytesPerValue, this.writer, this.reader)
    : super(allocatedBytesLength, bytesPerValue, true);