1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/io
2022-03-09 20:26:00 +02:00
..
util rand: simplify rand.PRNG, move to optional types for error handling (#13570) 2022-02-23 12:36:14 +02:00
buffered_reader.v vlib: add mut for the first parameter of builtin.copy, arrays.copy and crypto (#13702) 2022-03-09 20:26:00 +02:00
custom_string_reading_test.v vlib: add mut for the first parameter of builtin.copy, arrays.copy and crypto (#13702) 2022-03-09 20:26:00 +02:00
io_cp_test.v
io_test.v vlib: add mut for the first parameter of builtin.copy, arrays.copy and crypto (#13702) 2022-03-09 20:26:00 +02:00
io.v
multi_writer_test.v
multi_writer.v
os_file_reader_test.v
reader_test.v vlib: add mut for the first parameter of builtin.copy, arrays.copy and crypto (#13702) 2022-03-09 20:26:00 +02:00
reader.v io: pub the RandomReader interface (#12222) 2021-10-18 10:51:36 +03:00
readerwriter.v
README.md docs: adding skeleton README.md files for all vlib modules (#13034) 2022-01-05 18:06:08 +02:00
writer.v

Description:

io provides common interfaces for buffered reading/writing of data.