实现一个通用的工具类型 CompareArrayLength<T, U> 用于比较两个数组的长度( T 和 U )。
CompareArrayLength<T, U>
T
U
1
-1
0
TypeScript