(t)
| 116458 | stop1 += d; |
| 116459 | } |
| 116460 | const f = function(t) { |
| 116461 | let v = (0, _vegaUtil.toNumber)(field(t)); |
| 116462 | return v == null ? null : v < start ? -Infinity : v > stop1 ? Infinity : (v = Math.max(start, Math.min(v, stop1 - step)), start + step * Math.floor(EPSILON$1 + (v - start) / step)); |
| 116463 | }; |
| 116464 | f.start = start; |
| 116465 | f.stop = bins.stop; |
| 116466 | f.step = step; |
no test coverage detected