Pointer()
: Duplication==
: Comparison
=
: Assignment=
q Specification: Binds p to the object q (i.e. to the object to which q is bound). This overrides any previous binding of p. If q is not bound to any object, p becomes unbound.
Complexity: O(1).