alignTo

Undocumented in source. Be warned that the author may not have intended to support it.
pure
T
alignTo
(
alias Boundary
T
)
()

Examples

assert(alignTo!16(0) == 0);
assert(alignTo!16(16) == 16);
assert(alignTo!16(8) == 16);
assert(alignTo!16(31) == 32);

Meta