Avatar
norio_nomura 8/8/2019 8:58 AM
@swift-5.1.5 class C {} func cast<P>(_ any: Any, _ type: P.Type) -> (C & P)? { any as? (C & P) }