tiny.hypothesis.ChoiceNode
Defined in conjecture.
API (6)
Fields and members
Public fields and members.
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
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 6 |
| Version | 26.7.0 |
| Revision | daab053ee433 |