fn alignBackward(comptime T: type, addr: T, alignment: T) T
[src]
Round an address down to the previous (or current) aligned address. The alignment must be a power of 2 and greater than 0.
fn alignBackward(comptime T: type, addr: T, alignment: T) T
Round an address down to the previous (or current) aligned address. The alignment must be a power of 2 and greater than 0.