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.

node_storage_buffer_len

One less than a power of two ensures max_packet_len is already a power of two.

Progress.node_storage_buffer_len
const node_storage_buffer_len = ipc_storage_buffer_len - 1

File

lib/std/Progress.zig:542

Code

const node_storage_buffer_len = ipc_storage_buffer_len - 1