1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/io
2022-02-23 12:36:14 +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
custom_string_reading_test.v
io_cp_test.v checker: add an interface check for mutability, fixes #1081, fixes #7038 (#11963) 2021-10-11 15:41:31 +03:00
io_test.v checker: add an interface check for mutability, fixes #1081, fixes #7038 (#11963) 2021-10-11 15:41:31 +03:00
io.v checker: add an interface check for mutability, fixes #1081, fixes #7038 (#11963) 2021-10-11 15:41:31 +03:00
multi_writer_test.v
multi_writer.v
os_file_reader_test.v
reader_test.v
reader.v io: pub the RandomReader interface (#12222) 2021-10-18 10:51:36 +03:00
readerwriter.v io: cleanup ReaderWriter interface (#12218) 2021-10-17 19:39:51 +03:00
README.md docs: adding skeleton README.md files for all vlib modules (#13034) 2022-01-05 18:06:08 +02:00
writer.v checker: add an interface check for mutability, fixes #1081, fixes #7038 (#11963) 2021-10-11 15:41:31 +03:00

Description:

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