You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
static member inlineInvoke(source1:'``ZipShortestCollection<'T1>``)(source2:'``ZipShortestCollection<'T2>``)=
448
449
let inlinecall_4(a:^a,b:^b,c:^c,d:^d)=((^aor^bor^cor^d):(static memberZipShortest:(_*_*_)*_->_)(b, c, d), a)
@@ -452,4 +453,8 @@ type ZipShortest =
452
453
static member inlineInvokeOnInstance(source1:'``ZipShortestCollection<'T1>``)(source2:'``ZipShortestCollection<'T2>``):'``ZipShortestCollection<'T1*'T2>`` =
static member inlineZipShortest((_:^twhen^t:null and ^t:struct,_:^uwhen^u:null and ^u:struct,_output:^rwhen^r:null and ^r:struct),_mthd:Default1)= id
458
+
static member inlineZipShortest((x:'``ZipShortestCollection<'T1>`` , y: '``ZipShortestCollection<'T2>`` ,_output:'``ZipShortestCollection<'T1*'T2>`` ),_mthd:Default1)= ZipShortest.InvokeOnInstance x y : '``ZipShortestCollection<'T1 * 'T2>``
0 commit comments