Type Definition proptest::strategy::W[][src]

type W<T> = (u32, T);

A relative weight of a particular Strategy corresponding to T coupled with T itself. The weight is currently given in u32.