dmd ~master (2023-11-01T14:17:50Z)
Dub
Repo
Region.contains
dmd
root
region
Region
If pointer points into Region.
struct
Region
nothrow 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.