
peer(?Peer)

   Checks or enumerates peer names

Arguments
   Peer                Peer name (atom or variable).

Type
   External Interface

Description
   
   If Peer is a variable, this predicate enumerates the current peers
   (remote and embedded). If Peer is an atom, it checks if that is the name
   of a current peer.
   

Modes and Determinism
   peer(-) is nondet
   peer(+) is semidet

Fail Conditions
   Peer is not a current peer.

Exceptions
     5 --- Peer is neither an atom or a variable.

See Also
   peer_get_property / 3
