PairList

typealias PairList<A, B> = List<Pair<A, B>>(source)

ListPair。适用于需要存两个字段且不符合键值对关系时。