BorrowedRegion.this

Constructs a region backed by a user-provided store.

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

Parameters

store ubyte[]

User-provided store backing up the region.

Meta