1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/io
2021-03-04 14:54:39 +02:00
..
util
buffered_reader.v io: fix not reading the last byte of a stream with .read(mut buf) 2021-03-04 08:59:48 +02:00
custom_string_reading_test.v io: fix not reading the last byte of a stream with .read(mut buf) 2021-03-04 08:59:48 +02:00
os_file_reader_test.v os: move file methods to vlib/os/file.c.v, document them, add new file.read_struct and file.write_struct and tests 2021-03-04 14:54:39 +02:00
reader_test.v
reader.v
readerwriter.v
writer.v