fn eql(a: anytype, b: @TypeOf(a)) bool
[src]
Compares two of any type for equality. Containers are compared on a field-by-field basis, where possible. Pointers are not followed.
fn eql(a: anytype, b: @TypeOf(a)) bool
Compares two of any type for equality. Containers are compared on a field-by-field basis, where possible. Pointers are not followed.