Skip to documentation
SLOP

tiny.hypothesis.auto

Reference tiny.hypothesis auto

Defined in autoderive.

Called byCallstest sourcelib.hypothesis.src.autotest: auto bool draws both valuestest sourcelib.hypothesis.src.autotest: auto enum picks every varianttest sourcelib.hypothesis.src.autotest: auto f64 draws in default rangetest sourcelib.hypothesis.src.autotest: auto i32 draws in signed rangetest sourcelib.hypothesis.src.autotest: auto optional yields both null ...+4 moreprivate sourcelib.hypothesis.src.autoAutoStrategystrategiesStrategyautoderiveauto
Static calls · unresolved targets: 0 · external targets: 0.

Source

Source: lib/hypothesis/src/auto.zig:29

zig
pub fn auto(comptime T: type) Strategy(T) {    const Helper = struct {        const inst: AutoStrategy(T) = .{};    };    return Strategy(T).from(AutoStrategy(T), &Helper.inst);}

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

zig
pub const auto = autoderive.auto;

Complete caller list

9 direct callers.

Audit

Definitions1
Public names2
Members0
Version26.7.0
Revisiondaab053ee433