Immutable data structures cannot be modified after they are created. Here are some commonly used ones:
Although individual elements cannot be changed, the variable however, can be re-assigned. Don’t get confused with const
as explained in declare.