Skip to documentation
SLOP

tiny.reducer.Limits

Reference 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.

No direct callersNo direct callsbytes.capacityLimits
Static calls · unresolved targets: unknown · external targets: unknown.

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

bytes.Limits.

Audit

Definitions1
Public names3
Members1
Version26.7.0
Revisiondaab053ee433