Defines a matcher that matches PID values
Describes the arguments that can be passed to this matcher
Describes an instance of this matcher
Matches against PID values
@type opts() :: []
@opaque t()
@spec pid(opts()) :: t()
Takes no arguments
Examples:
iex> assert self() ~> pid() true iex> refute "a" ~> pid() false