Min returns the lower value, if one exists, otherwise nil and false. Used by Next().
(ctx *EvalContext)
| 127 | // Min returns the lower value, if one exists, otherwise nil and |
| 128 | // false. Used by Next(). |
| 129 | Min(ctx *EvalContext) (Datum, bool) |
| 130 | |
| 131 | // Size returns a lower bound on the total size of the receiver in bytes, |
| 132 | // including memory that is pointed at (even if shared between Datum |
no outgoing calls
no test coverage detected