tiny.reducer.Limits
Defined in bytes.capacity.
Sizing constraint the caller supplies for the byte reduction workspace.
API (1)
Fields and members
Public fields and members.
Source
Source: lib/reducer/src/bytes/capacity.zig:37
zig
/// Sizing constraint the caller supplies for the byte reduction workspace.pub const Limits = struct { /// Ceiling on the length in bytes of any initial input handed to /// `reduce()`. An input longer than this is refused at acquisition with /// `Exhaustion.InputCapacityExceeded`. max_input_bytes: usize,};Source: lib/reducer/src/root.zig:338
zig
/// Sizing constraint the caller supplies for the byte reduction workspace.pub const Limits = bytes.Limits;Also reachable as
Audit
| Definitions | 1 |
|---|---|
| Public names | 3 |
| Members | 1 |
| Version | 26.7.0 |
| Revision | daab053ee433 |