Region.contains

If pointer points into Region.

struct Region
nothrow
bool
contains
(
void* p
)

Parameters

p void*

pointer to check

Return Value

Type: bool

true if it points into the region

Meta