alignPtrNext

Aligns a pointer to the closest multiple of pot (a power of two), which is equal to or larger than value.

pure nothrow @nogc
T*
alignPtrNext
(
T
)
(
scope T* ptr
,
in size_t pot
)

Meta