Function ULL_SUFFIX [src]

Prototype

pub fn ULL_SUFFIX(comptime n: comptime_int) @TypeOf(promoteIntLiteral(c_ulonglong, n, .decimal))

Parameters

n: comptime_int

Source

pub fn ULL_SUFFIX(comptime n: comptime_int) @TypeOf(promoteIntLiteral(c_ulonglong, n, .decimal)) { return promoteIntLiteral(c_ulonglong, n, .decimal); }