IsMin returns true if the datum is equal to the minimum value the datum type can hold.
(ctx context.Context, cmpCtx CompareContext)
| 149 | // IsMin returns true if the datum is equal to the minimum value the datum |
| 150 | // type can hold. |
| 151 | IsMin(ctx context.Context, cmpCtx CompareContext) bool |
| 152 | |
| 153 | // Next returns the next datum and true, if one exists, or nil and false |
| 154 | // otherwise. The next datum satisfies the following definition: if the |
no outgoing calls
no test coverage detected