Module PocketMeshPeer.PeersGroups
Represents a list of all local groups.
let findOpt: PeersGroup.Id.t => t => option(PeersGroup.t);
Tries to find a group with specified id.
let fold: ('acc => PeersGroup.t => 'acc) => 'acc => t => 'acc;
fold(f, acc, t)
can be used to iterate through all groups and accumulate a value.