v/vlib/io
Delyan Angelov 2bfa6dfe2f
io: fix not reading the last byte of a stream with `.read(mut buf)`
2021-03-04 08:59:48 +02:00
..
util rand: add PRNG interface and unit-tests (#9083) 2021-03-03 13:41:00 +02:00
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 all: bring back `panic(err.msg)` -> `panic(err)` (#9022) 2021-03-01 00:18:14 +01:00
reader.v builtin: tag array methods unsafe: *_many, grow_len, pointers (#8983) 2021-02-26 22:55:09 +01:00
reader_test.v
readerwriter.v
writer.v