SLOP
tiny.hypothesis.tuple
Reference › tiny.hypothesis › tuple
Defined in value.
Static calls · unresolved targets: 0 · external targets: 0.
Source
Source: lib/hypothesis/src/value.zig:298
1pub fn tuple(comptime gens: anytype) Generator(TupleResult(gens)) {2 return .{ .drawFn = &TupleGeneratorType(gens).draw };3}
Source: lib/hypothesis/src/root.zig:76
1pub const tuple = value.tuple;
Audit
| Definitions | 1 |
|---|
| Public names | 2 |
|---|
| Members | 0 |
|---|
| Version | 26.7.0 |
|---|
| Revision | daab053ee433 |
|---|