mirror of
https://github.com/ziglang/zig.git
synced 2024-11-15 16:45:27 +00:00
d5e21a4f1a
In general, I don't like the idea of std.meta.trait, and so I am providing some guidance by deleting the entire namespace from the standard library and compiler codebase. My main criticism is that it's overcomplicated machinery that bloats compile times and is ultimately unnecessary given the existence of Zig's strong type system and reference traces. Users who want this can create a third party package that provides this functionality. closes #18051 |
||
---|---|---|
.. | ||
Reader | ||
bit_reader.zig | ||
bit_writer.zig | ||
buffered_atomic_file.zig | ||
buffered_reader.zig | ||
buffered_writer.zig | ||
c_writer.zig | ||
change_detection_stream.zig | ||
counting_reader.zig | ||
counting_writer.zig | ||
find_byte_writer.zig | ||
fixed_buffer_stream.zig | ||
limited_reader.zig | ||
multi_writer.zig | ||
peek_stream.zig | ||
Reader.zig | ||
seekable_stream.zig | ||
stream_source.zig | ||
test.zig | ||
tty.zig | ||
writer.zig |