Skip to documentation
SLOP

tiny.hypothesis.boolean

Reference tiny.hypothesis boolean

Defined in value.

Called byCallsNo direct callersvalueGeneratorvalueboolean
Static calls · unresolved targets: 0 · external targets: 0.

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

Definitions1
Public names2
Members0
Version26.7.0
Revisiondaab053ee433