SharedBorrowedRegion.this

this(ubyte[] store) shared pure nothrow @nogc

Constructs a region backed by a user-provided store.

Parameters

storeUser-provided store backing up the region. Must not be aliased.