Where is FixedBufferStream defined?

Hi all,

I just completed an exercise on Exercism with the help of FixedBufferStream.
I tried to find its source code in my local cloned zig repo, but the only thing I found that mentioned this name is tools/doctest.zig.

lib/std/io/fixed_buffer_stream.zig. In 0.15 it was deprecated in favour of the new reader/writer interfaces.

It has been deleted on master.

2 Likes

Thanks.
That explains why I can use it on my laptop (using latest stable 15.2) and on Exercism, but can’t find it on master.