tiny.zen.HeadingLimits
Defined in tiny.zen.
Maximum heading descriptors and copied text and ID bytes.
API (3)
Fields and members
Public fields and members.
Source
Source: lib/zen/src/document/plan.zig:5
zig
/// Maximum heading descriptors and copied text and ID bytes.pub const Limits = struct { /// Maximum number of headings in one document. max_headings: usize, /// Maximum total visible heading-text bytes. max_text_bytes: usize, /// Maximum total resolved heading-ID bytes. max_id_bytes: usize,};Source: lib/zen/src/root.zig:182
zig
/// Bounds heading count plus copied heading-text and identifier bytes.pub const HeadingLimits = document.Limits;Also reachable as
Audit
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 3 |
| Version | 26.7.0 |
| Revision | daab053ee433 |