Skip to documentation
SLOP

tiny.hypothesis.ChoiceNode

Reference tiny.hypothesis ChoiceNode

Defined in conjecture.

API (6)

Fields and members

Public fields and members.

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

Source

Source: lib/hypothesis/src/conjecture.zig:11

zig
pub const ChoiceNode = struct {    kind: ChoiceKind,    value: u64,    min: u64 = 0,    max: u64 = std.math.maxInt(u64),    shrink_towards: u64 = 0,    was_forced: bool = false,};

Source: lib/hypothesis/src/root.zig:45

zig
pub const ChoiceNode = conjecture.ChoiceNode;

Audit

Definitions1
Public names2
Members6
Version26.7.0
Revisiondaab053ee433