Skip to documentation
SLOP

tiny.arrange.Constraints

Reference tiny.arrange Constraints

Defined in tiny.arrange.

API (4)

Fields and members

Public fields and members.

No direct callersNo direct callstiny.arrangeConstraints
Static calls · unresolved targets: unknown · external targets: unknown.

Source

Source: lib/arrange/src/types.zig:27

zig
pub const Constraints = struct {    min_width: ?f32 = null,    min_height: ?f32 = null,    max_width: ?f32 = null,    max_height: ?f32 = null,};

Source: lib/arrange/src/root.zig:17

zig
pub const Constraints = types.Constraints;

Audit

Definitions1
Public names1
Members4
Version26.7.0
Revisiondaab053ee433