This website requires JavaScript.
Explore
☕ Блог
Help
Register
Sign In
mirror
/
v
Watch
1
Star
0
Fork
0
You've already forked v
mirror of
https://github.com/vlang/v.git
synced
2023-08-10 21:13:21 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
c40ab0db72d8111a15849b88971ff8a62db3e99b
v
/
vlib
/
io
History
Delyan Angelov
5e0e44eb69
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
..
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
…