Poly11
public enum Poly11<A, B, C, D, E, F, G, H, I, J, K> : _Poly11
extension Poly11: CustomStringConvertible
extension Poly11: Encodable where A: Encodable, B: Encodable, C: Encodable, D: Encodable, E: Encodable, F: Encodable, G: Encodable, H: Encodable, I: Encodable, J: Encodable, K: Encodable
extension Poly11: Decodable where A: Decodable, B: Decodable, C: Decodable, D: Decodable, E: Decodable, F: Decodable, G: Decodable, H: Decodable, I: Decodable, J: Decodable, K: Decodable
extension Poly11: Equatable where A: Equatable, B: Equatable, C: Equatable, D: Equatable, E: Equatable, F: Equatable, G: Equatable, H: Equatable, I: Equatable, J: Equatable, K: Equatable
extension Poly11: Hashable where A: Hashable, B: Hashable, C: Hashable, D: Hashable, E: Hashable, F: Hashable, G: Hashable, H: Hashable, I: Hashable, J: Hashable, K: 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)
-
Undocumented
Declaration
Swift
case h(H)
-
Undocumented
Declaration
Swift
case i(I)
-
Undocumented
Declaration
Swift
case j(J)
-
Undocumented
Declaration
Swift
case k(K)
-
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 h: H? { get }
-
Undocumented
Declaration
Swift
public init(_ h: H)
-
Declaration
Swift
public var i: I? { get }
-
Undocumented
Declaration
Swift
public init(_ i: I)
-
Declaration
Swift
public var j: J? { get }
-
Undocumented
Declaration
Swift
public init(_ j: J)
-
Declaration
Swift
public var k: K? { get }
-
Undocumented
Declaration
Swift
public init(_ k: K)
-
Declaration
Swift
public var value: Any { get }
-
Undocumented
Declaration
Swift
public static var allTypes: [Any.Type] { get }
-
Declaration
Swift
public var description: String { get }