Type Definition proptest::strategy::WA [−][src]
type WA<T> = (u32, Arc<T>);
A relative weight of a particular Strategy corresponding to T
coupled with Arc<T>. The weight is currently given in u32.
type WA<T> = (u32, Arc<T>);
A relative weight of a particular Strategy corresponding to T
coupled with Arc<T>. The weight is currently given in u32.