|
|
|
|
|
by nwhitehead
4704 days ago
|
|
Actually thinking about it more you might want to have "Tuple" and "MutableTuple" objects. In languages that use parentheses notation for tuples you need to decide which one you want, but since you have names you can have both just with different names. |
|