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.
Search
Last updated June 23rd, 2025 • 4:37 pm
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.