Prev returns the previous datum and true, if one exists, or nil and false. The previous datum satisfies the following definition: if the receiver is "b" and the returned datum is "a", then for every compatible datum "x", it holds that "x < b" is true if and only if "x <= a" is true. The return valu
(ctx context.Context, cmpCtx CompareContext)
| 145 | // weaker contract. The original filter expression is left in place to catch |
| 146 | // false positives. |
| 147 | Prev(ctx context.Context, cmpCtx CompareContext) (Datum, bool) |
| 148 | |
| 149 | // IsMin returns true if the datum is equal to the minimum value the datum |
| 150 | // type can hold. |
no outgoing calls
no test coverage detected