fn isMaxInt(uint: anytype) bool
fn isMaxInt(uint: anytype) bool { return uint == std.math.maxInt(@TypeOf(uint)); }