(periodic-seq start period-like)(periodic-seq start end period-like)Returns a sequence of date-time values growing over specific period. The 2 argument function takes as input the starting value and the growing value, returning a lazy infinite sequence. The 3 argument function takes as input the starting value, the upper bound value, and the growing value, return a lazy sequence.
Returns a sequence of date-time values growing over specific period. The 2 argument function takes as input the starting value and the growing value, returning a lazy infinite sequence. The 3 argument function takes as input the starting value, the upper bound value, and the growing value, return a lazy sequence.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |