Content deleted Content added
Fgnievinski (talk | contribs) |
|||
Line 23:
In [[Python (programming language)|Python]], dataclass module provides dataclasses - often used as behaviourless containers for holding data, with options for data validation.
In [[C (programming language)|C]], structs are used in the same manner.
==See also==
|