mirror of
https://github.com/ziglang/zig.git
synced 2024-11-21 11:32:24 +00:00
clarify doc comment, the sequel
This commit is contained in:
parent
64554d061d
commit
efce8c6248
@ -738,7 +738,7 @@ test TagPayload {
|
||||
}
|
||||
|
||||
/// Compares two of any type for equality. Containers that do not support comparison
|
||||
/// are compared on a field-by-field basis. Pointers are not followed.
|
||||
/// on their own are compared on a field-by-field basis. Pointers are not followed.
|
||||
pub fn eql(a: anytype, b: @TypeOf(a)) bool {
|
||||
const T = @TypeOf(a);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user