Poly7
public enum Poly7<A, B, C, D, E, F, G> : _Poly7
extension Poly7: CustomStringConvertible
extension Poly7: Encodable where A: Encodable, B: Encodable, C: Encodable, D: Encodable, E: Encodable, F: Encodable, G: Encodable
extension Poly7: Decodable where A: Decodable, B: Decodable, C: Decodable, D: Decodable, E: Decodable, F: Decodable, G: Decodable
extension Poly7: Equatable where A: Equatable, B: Equatable, C: Equatable, D: Equatable, E: Equatable, F: Equatable, G: Equatable
extension Poly7: Hashable where A: Hashable, B: Hashable, C: Hashable, D: Hashable, E: Hashable, F: Hashable, G: Hashable
See Poly
for documentation
-
Undocumented
Declaration
Swift
case a(A)
-
Undocumented
Declaration
Swift
case b(B)
-
Undocumented
Declaration
Swift
case c(C)
-
Undocumented
Declaration
Swift
case d(D)
-
Undocumented
Declaration
Swift
case e(E)
-
Undocumented
Declaration
Swift
case f(F)
-
Undocumented
Declaration
Swift
case g(G)
-
Declaration
Swift
public var a: A? { get }
-
Undocumented
Declaration
Swift
public init(_ a: A)
-
Declaration
Swift
public var b: B? { get }
-
Undocumented
Declaration
Swift
public init(_ b: B)
-
Declaration
Swift
public var c: C? { get }
-
Undocumented
Declaration
Swift
public init(_ c: C)
-
Declaration
Swift
public var d: D? { get }
-
Undocumented
Declaration
Swift
public init(_ d: D)
-
Declaration
Swift
public var e: E? { get }
-
Undocumented
Declaration
Swift
public init(_ e: E)
-
Declaration
Swift
public var f: F? { get }
-
Undocumented
Declaration
Swift
public init(_ f: F)
-
Declaration
Swift
public var g: G? { get }
-
Undocumented
Declaration
Swift
public init(_ g: G)
-
Declaration
Swift
public var value: Any { get }
-
Undocumented
Declaration
Swift
public static var allTypes: [Any.Type] { get }
-
Declaration
Swift
public var description: String { get }