Compare returns -1 if the receiver is less than other, 0 if receiver is equal to other and +1 if receiver is greater than other.
(ctx *EvalContext, other Datum)
| 79 | // Compare returns -1 if the receiver is less than other, 0 if receiver is |
| 80 | // equal to other and +1 if receiver is greater than other. |
| 81 | Compare(ctx *EvalContext, other Datum) int |
| 82 | |
| 83 | // Prev returns the previous datum and true, if one exists, or nil and false. |
| 84 | // The previous datum satisfies the following definition: if the receiver is |
no outgoing calls
no test coverage detected