Files
zig/lib/std/Io
Erik Schlyter b8cb780230 std.Io.Writer: Make Hashing support pointers.
The line `const hasher = &this.hasher` was making the local variable
`hasher` a double-pointer when `Hasher` already is a pointer to a
hasher, which the line `hasher.update` would not dereference. By
removing the local `hasher` value we allow `Hashing` to accept pointer
types as well.

The contrasting `Hashed` function already follows this pattern.
2026-05-30 02:27:54 +02:00
..
2026-05-25 18:54:36 -07:00
2026-02-20 05:34:54 +01:00
2026-05-27 16:36:12 -07:00
2026-05-27 16:36:12 -07:00
2026-05-27 16:36:12 -07:00