MCPcopy Create free account
hub / github.com/microsoft/SandDance / sequence

Function sequence

docs/tests/v2/es6/js/sanddance.js:92328–92330  ·  view source on GitHub ↗
(ival, start, stop, step)

Source from the content-addressed store, hash-verified

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

Callers 2

timeSequenceFunction · 0.70
utcSequenceFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected