.NET & C# ยท C#
What are records and immutability in C#?
Records are data-focused types with generated value-based equality and convenient support for immutable-style updates using with expressions.
Records are data-focused types with generated value-based equality and convenient support for immutable-style updates using with expressions.