fn isValidAlignGeneric(comptime T: type, alignment: T) bool
[src]
Returns whether alignment
is a valid alignment, meaning it is a positive power of 2.
fn isValidAlignGeneric(comptime T: type, alignment: T) bool
Returns whether alignment
is a valid alignment, meaning it is a positive power of 2.