The OpenD Programming Language

AscendingPageAllocator.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 AscendingPageAllocator
version(StdDdoc)
nothrow @nogc
Ternary
owns
(
void[] buf
)

Meta