tiny.hypothesis.boolean
Defined in value.
Source
Source: lib/hypothesis/src/value.zig:196
zig
pub fn boolean() Generator(bool) { return .{ .drawFn = &draw_boolean };}Source: lib/hypothesis/src/root.zig:71
zig
pub const boolean = value.boolean;Audit
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |