LazySequence

extension LazySequence: Arbitrary where Base: Arbitrary

Available where Base: Arbitrary

  • A generator of LazySequences where Base conforms to Arbitrary

    Declaration

    Swift

    public static var arbitrary: Gen<LazySequence> { get }