27 Mutable Collections Operations
- Mutable collections allow to add / remove a single / multple items while modifying the collection itself
- the methods
+=
,++=
,-=
,--=
are actually defined in the mutable collections
+=
, ++=
, -=
, --=
are actually defined in the mutable collections