InSituRegion.owns

Returns Ternary.yes if b is the result of a previous allocation, Ternary.no otherwise.

struct InSituRegion(size_t size, size_t minAlign = platformAlignment)
pure nothrow @safe @nogc
Ternary
owns
(
const void[] b
)

Meta