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_table_columns

An arbitrary limit on the maximum number of columns in a table so that table-related metadata maintained by the parser does not require dynamic memory allocation.

Parser.max_table_columns
const max_table_columns = 128

File

Code

const max_table_columns = 128