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
? _ArrayReverse<Rest,BeforeRestAcc,[...AfterRestAcc,Last],Result>// Accumulate elements that are present after the rest element in reverse order.
72
72
: Result|[...AfterRestAcc, ...TArray, ...BeforeRestAcc]// Add the rest element between the accumulated elements.
@@ -76,7 +76,7 @@ type _ArrayReverse<
76
76
Rest,
77
77
[First|(If<IsExactOptionalPropertyTypesEnabled,never,undefined>), ...BeforeRestAcc],// Add `| undefined` for optional elements, if `exactOptionalPropertyTypes` is disabled.
0 commit comments