CollectionArbitrary<'T, 'U, 'V>
Namespace: Persimmon.Dried
Constructors
Constructor | Description |
new(nonEmpty, empty)
Signature: (nonEmpty:'V * empty:'U) -> CollectionArbitrary<'T,'U,'V>
|
CompiledName: .ctor
|
new(nonEmpty, collection)
Signature: (nonEmpty:'V * collection:Gen<'U>) -> CollectionArbitrary<'T,'U,'V>
|
CompiledName: .ctor
|
Instance members
Instance member | Description |
Gen
Signature: Gen<'U>
|
CompiledName: get_Gen
|
NonEmpty
Signature: 'V
|
CompiledName: get_NonEmpty
|
NonShrinker
Signature: NonShrinkerArbitrary<'U>
|
CompiledName: get_NonShrinker
|
PrettyPrinter
Signature: 'U -> Pretty
|
CompiledName: get_PrettyPrinter
|
Shrinker
Signature: Shrink<'U>
|
CompiledName: get_Shrinker
|