isPointerAligned

pure nothrow @nogc
bool
isPointerAligned
(
void* p
,
size_t alignment
)

Return Value

Type: bool

true if the pointer is suitably aligned.

Meta