Decodable<T> resolve2<T, A, B>(Decodable<A>? d1, Decodable<B>? d2) { return _resolve<T, A, B>(d1, d2); }