Description
Tuple-like records can be created with named fields while still allowing mutation. Developers use namedlist for small structured objects, compatibility code, and lightweight data containers. Mutable records should be used carefully where immutability is expected.