Nathan Sharp 0046551852
std.io: PeekStream and SliceStream
SliceStream is a read-only stream wrapper around a slice of bytes. It
allows adapting algorithms which work on InStreams to in-memory data.

PeekStream is a stream wrapper which allows "putting back" bytes into
the stream so that they can be read again. This will help make
look-ahead parsers easier to write.
2018-07-23 23:30:40 -07:00
..
2018-07-22 00:04:24 -04:00
2018-07-18 17:43:36 -04:00
2018-07-17 10:29:42 -04:00
2018-07-10 20:18:43 -04:00
2018-06-18 17:43:01 -04:00
2018-07-23 23:30:40 -07:00
2018-07-23 23:30:40 -07:00
2018-07-18 10:07:22 -04:00