about summary refs log tree commit diff stats
path: root/cpp/018container
Commit message (Collapse)AuthorAgeFilesLines
* 1069 - rename record/field to container/elementKartik K. Agaram2015-04-161-0/+170
This seems more obvious to laypeople. I've also come up with a design for sum types: I'm going to call them exclusive containers. You call 'get' on containers, 'index' on arrays, and 'maybe-convert' on exclusive containers (as well as tagged types, but that's even later).
n46' href='#n46'>46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69