Description
Use a list-like structure that can be frozen to prevent later modification. It helps Python libraries expose sequence data safely after setup while still allowing controlled construction.
This is a developer data-structure library, not a user-facing tool. Freezing prevents accidental mutation, but projects should still define who owns the data and when it is safe to finalize it.