fn eql(self: anytype, a: []const u8, b: []const u8) bool
self: @This(),
a: []const u8,
b: []const u8,