Dictionary

extension Dictionary: Arbitrary where Key : Arbitrary, Value : Arbitrary

Available where Key : Arbitrary, Value : Arbitrary

  • A generator of Dictionarys where Key and Value conform to Arbitrary

    Declaration

    Swift

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