Searched refs:rankIndex (Results 1 – 1 of 1) sorted by relevance
109 const hpRank = rankIndex(ts.kind, highPriorityTrackOrder);110 const lpRank = rankIndex(ts.kind, lowPriorityTrackOrder);116 function rankIndex<T>(element: T, array: T[]): number { function