Min returns the lower value, if one exists, otherwise nil and false. Used by Next().
(ctx context.Context, cmpCtx CompareContext)
| 177 | // Min returns the lower value, if one exists, otherwise nil and |
| 178 | // false. Used by Next(). |
| 179 | Min(ctx context.Context, cmpCtx CompareContext) (Datum, bool) |
| 180 | |
| 181 | // Size returns a lower bound on the total size of the receiver in bytes, |
| 182 | // including memory that is pointed at (even if shared between Datum |
no outgoing calls
no test coverage detected