fn promoteIntLiteral(comptime SuffixType: type, comptime number: comptime_int, comptime base: CIntLiteralBase) PromoteIntLiteralReturnType(SuffixType, number, base)
[src]
Promote the type of an integer literal until it fits as C would.
fn promoteIntLiteral(comptime SuffixType: type, comptime number: comptime_int, comptime base: CIntLiteralBase) PromoteIntLiteralReturnType(SuffixType, number, base)
Promote the type of an integer literal until it fits as C would.