data class Bounded : ShrinkingMode
Shrinks until a maximum number of values have been found.
Bounded(bound: Int)
val bound: Int