(ival, start, stop, step)
| 92326 | } |
| 92327 | |
| 92328 | function sequence(ival, start, stop, step) { |
| 92329 | return ival ? ival.range(start, stop, step) : undefined; |
| 92330 | } |
| 92331 | |
| 92332 | function timeSequence(unit, start, stop, step) { |
| 92333 | return sequence(timeInterval(unit), start, stop, step); |
no outgoing calls
no test coverage detected