seriesByOffset

inline fun seriesByOffset(size: Int, startOffset: Int = 0, crossinline block: A.(offset: Int) -> T): Series<T>(source)

Build a new series by offset positioned at startOffset.