mirror of
https://github.com/ziglang/zig.git
synced 2024-12-04 02:48:50 +00:00
2b8687ba2d
All of the std except these few functions call it "eql" instead of "eq". This has previously tripped me up when I expected the equality check function to be called "eql" (just like all the rest of the std) instead of "eq". The motivation is consistency. If search "eq" on Autodoc, these functions stick out and it looks inconsistent. I just noticed there are also a few functions spelling it out as "equal" (such as std.mem.allEqual). Maybe those functions should also spell it "eql" but that can be done in a future PR. |
||
---|---|---|
.. | ||
int_test.zig | ||
int.zig | ||
rational.zig |