-
Safe downcast.
Declaration
Swift
public static func fix(_ fa: PairKOf<F, G, A>) -> PairK<F, G, A>Parameters
faValue in the higher-kind form.
Return Value
Value cast to
PairK.
-
Initialises a
PairKfrom the provided values lifting them toFandG.Declaration
Swift
public convenience init(_ a1: A, _ a2: A)Parameters
a1Value of the first component of the pair.
a2Value of the second component of the pair.
Install in Dash
PairK Class Reference