Zig 0.17.0-dev (Split by item)

This is an example of documentation generated by ZigDoc, an alternative to Zig's built-in Auto Doc feature. See also examples in other modes/formats. The project being documented here (as the example) is the Zig library itself.

max_buffers_len

Number of slices to store on the stack, when trying to send as many byte vectors through the underlying read calls as possible.

Reader.max_buffers_len
const max_buffers_len = 16

File

lib/std/Io/File/Reader.zig:198

Code

const max_buffers_len = 16