ContextDefaults
public enum ContextDefaults
Global mutable defaults which will be used when initializing a Context
See also
Context
-
The default iterations that will be used for operations which consume a generator’s values
See also
Gen.take(count:context:)
See also
Gen.forEach(iterations:context:)
See also
Gen.allSatisfy(iterations:context:)
Declaration
Swift
public static var maxIterations: Int
-
The default maximum depth that a generator which rejects values can reach before failing
See also
Gen.filter(isIncluded:)
See also
Gen.unique()
Declaration
Swift
public static var maxDepth: Int