Function max [src]

Prototype

pub fn max() LiteralNode

Source

pub fn max() LiteralNode { return .{ .literal = std.math.maxInt(u16), .freq = std.math.maxInt(u16), }; }