SharedBorrowedRegion.this

Constructs a region backed by a user-provided store.

struct SharedBorrowedRegion(uint minAlign = platformAlignment, Flag!"growDownwards" growDownwards = No.growDownwards)
shared pure nothrow @nogc
this
(
ubyte[] store
)

Parameters

store ubyte[]

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

Meta