IsMin returns true if the datum is equal to the minimum value the datum type can hold.
(ctx *EvalContext)
| 99 | // IsMin returns true if the datum is equal to the minimum value the datum |
| 100 | // type can hold. |
| 101 | IsMin(ctx *EvalContext) bool |
| 102 | |
| 103 | // Next returns the next datum and true, if one exists, or nil and false |
| 104 | // otherwise. The next datum satisfies the following definition: if the |
no outgoing calls
no test coverage detected