有序集合的成员,分数对

interface SortedSetPair {
    member: string;
    score: number;
}

Properties

Properties

member: string

成员

score: number

分数