v/vlib/io
Nick Treleaven 7231a3f135
vlib: add `mut` for the first parameter of builtin.copy, arrays.copy and crypto (#13702)
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
README.md docs: adding skeleton README.md files for all vlib modules (#13034) 2022-01-05 18:06:08 +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.v
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
multi_writer.v
multi_writer_test.v
os_file_reader_test.v
reader.v io: pub the RandomReader interface (#12222) 2021-10-18 10:51:36 +03:00
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
readerwriter.v
writer.v

README.md

Description:

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