All string index methods that end with `_opt` return `?int` with none as the value when the substring is not found and the index methods that do not end in `_opt` return `int` with -1 as the returned value when the substring is not found |
||
|---|---|---|
| .. | ||
| util | ||
| README.md | ||
| buffered_reader.v | ||
| custom_string_reading_test.v | ||
| io.v | ||
| io_cp_test.v | ||
| io_test.v | ||
| multi_writer.v | ||
| multi_writer_test.v | ||
| os_file_reader_test.v | ||
| reader.v | ||
| reader_test.v | ||
| readerwriter.v | ||
| writer.v | ||
README.md
Description:
io provides common interfaces for buffered reading/writing of data.