()
| 11 | ): number => func(pair[0]) + func(pair[1]); |
| 12 | |
| 13 | export const pairNewMap = <Value>(): Pair<IdMap<Value>> => [mapNew(), mapNew()]; |
| 14 | |
| 15 | export const pairClone = <Value>(array: Pair<Value>): Pair<Value> => [...array]; |
| 16 |
no test coverage detected
searching dependent graphs…