String should return a string representation of the type's value.
()
| 30 | |
| 31 | // String should return a string representation of the type's value. |
| 32 | String() string |
| 33 | |
| 34 | // BinaryOp should return another object that is the result of a given |
| 35 | // binary operator and a right-hand side object. If BinaryOp returns an |