zig/lib/std/math/big
r00ster91 2b8687ba2d std.math.big.int: better name for equal function
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.
2023-07-03 11:00:13 -07:00
..
int_test.zig std.math.big.int: better name for equal function 2023-07-03 11:00:13 -07:00
int.zig std.math.big.int: better name for equal function 2023-07-03 11:00:13 -07:00
rational.zig std.math.big.int: better name for equal function 2023-07-03 11:00:13 -07:00