Function tg_utils::members

source ·
pub fn members<'a>(
) -> IndexedSnapshotMap<'a, &'a Addr, MemberInfo, MemberIndexes<'a>>
Expand description

Indexed snapshot map for members. This allows to query the map members, sorted by points. The points index is a MultiIndex, as there can be multiple members with the same points. The points index is not snapshotted; only the current points are indexed at any given time.