Function zebra_test::prelude::prop::collection::binary_heap
pub fn binary_heap<T>(
element: T,
size: impl Into<SizeRange>,
) -> BinaryHeapStrategy<T>
Expand description
Create a strategy to generate BinaryHeap
s containing elements drawn from
element
and with a size range given by size
.