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
functionfoo<TArrextendsArrayLike<number>>(arr: TArr): valueof<TArr>{typeT=valueof<TArr>;// doesn't work yet "ERROR AS100: Not implemented: Inner type alias"letelement: T=arr[0];returnelement;}