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
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
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.