小于 1 分钟
Home > @hz-9/algorithm > CompareFn
CompareFn type
(Type) Compare the relationship between a and b.
(类型) 比较 a 和 b 的大小关系。
Signature:
export type CompareFn<T> = (a: T, b: T) => Compare;References: Compare
Home > @hz-9/algorithm > CompareFn
(Type) Compare the relationship between a and b.
(类型) 比较 a 和 b 的大小关系。
Signature:
export type CompareFn<T> = (a: T, b: T) => Compare;References: Compare