menu
Counterexample
import { Counterexample } from "destack:fuzz";
Minimal failing fuzz example.
1export struct Counterexample<T> {2 value: T;3 sample: Sample;4 shrinks: uint32;5 replay: Replay;6}import { Counterexample } from "destack:fuzz";
Minimal failing fuzz example.
1export struct Counterexample<T> {2 value: T;3 sample: Sample;4 shrinks: uint32;5 replay: Replay;6}