The OpenD Programming Language

SharedAscendingPageAllocator.owns

Returns Ternary.yes if the passed buffer is inside the range of virtual adresses. Does not guarantee that the passed buffer is still valid.

struct SharedAscendingPageAllocator
version(StdDdoc)
nothrow @nogc
Ternary
owns
(
void[] buf
)

Meta