pub fn eqlString(a: []const u8, b: []const u8) bool
pub fn eqlString(a: []const u8, b: []const u8) bool { return mem.eql(u8, a, b); }