pub const fn cardinality<G: Generate, const C: u128>(
generator: G,
) -> Cardinality<G, C>Expand description
Overrides both the static and dynamic cardinalities of a generator.
This is used when the context allows for a more precise cardinality than the default estimate.
Providing an incorrect cardinality can cause unexpected behavior when
running crate::Check::check.