IsMin implements the Datum interface.
(_ *EvalContext)
| 1672 | |
| 1673 | // IsMin implements the Datum interface. |
| 1674 | func (d *DIPAddr) IsMin(_ *EvalContext) bool { |
| 1675 | return d.equal(DMinIPAddr) |
| 1676 | } |
| 1677 | |
| 1678 | // dIPv4 and dIPv6 min and maxes use ParseIP because the actual byte constant is |
| 1679 | // no equal to solely zeros or ones. For IPv4 there is a 0xffff prefix. Without |