# Functions
AnyMatch filters out peers that don't match any of the given filters.
CombineRoutingFilters returns the logical AND of given routing filters.
First returns the first peer that matches the given filter.
SelectPeers returns a slice of peers that match the routing filter.
# Variables
SelectAllPolicy selects all members given.
SelectNonePolicy selects an empty set of members.
# Type aliases
RoutingFilter defines a predicate on a NetworkMember It is used to assert whether a given NetworkMember should be selected for be given a message.