Range

extension Range: Arbitrary where Bound: Arbitrary

Available where Bound: Arbitrary

  • A generator of Ranges where Bound conforms to Arbitrary

    Declaration

    Swift

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