alignUpTo

Aligns a pointer up to a specified alignment. The resulting pointer is greater than or equal to the given pointer.

@nogc nothrow pure
void*
alignUpTo
()
(
void* ptr
,)

Meta