Array()
: Duplication==
: Comparison
=
: Assignment=
b Specification: Binds a to the array b (i.e. to the array to which b is bound). This overrides any previous binding of a. If b is not bound to any array, a becomes unbound.
Complexity: O(1).