Closed frejknutarlewander closed 3 years ago
This branch should have been named id-merge or something similar.
id-merge
the struct Id now has a member idType with type IdType. IdType that for an id, i, states what type i is.
Id
idType
IdType
i
A lot of variable names were updated as well as some methods
I redid this branch (force-push :sweat_smile: ). This now passes all tests and should be fairly stable!
This branch should have been named
id-merge
or something similar.the struct
Id
now has a memberidType
with typeIdType
.IdType
that for an id,i
, states what typei
is.A lot of variable names were updated as well as some methods