dmd v2.104.0 (2023-06-02T08:46:32Z)
Dub
Repo
Region.contains
dmd
root
region
Region
If pointer points into Region.
struct
Region
nothrow private public pure @
nogc
bool
contains
(
void
*
p
)
Parameters
p
void
*
pointer to check
Return Value
Type:
bool
true if it points into the region
Meta
Source
See Implementation
dmd
root
region
Region
functions
contains
malloc
release
savePos
size
If pointer points into Region.