IsMax returns true if the datum is equal to the maximum value the datum type can hold.
(ctx *EvalContext)
| 119 | // IsMax returns true if the datum is equal to the maximum value the datum |
| 120 | // type can hold. |
| 121 | IsMax(ctx *EvalContext) bool |
| 122 | |
| 123 | // Max returns the upper value and true, if one exists, otherwise |
| 124 | // nil and false. Used By Prev(). |
no outgoing calls
no test coverage detected