Convert via init ```swift A { init(_ b: B) } ``` Convert via method (start function name with destination type name) ```swift B { func a() -> A } ```