kotlin 1.2 has `.windowed(size: Int, step: Int)`, ...
# getting-started
k
kotlin 1.2 has
.windowed(size: Int, step: Int)
, which is what you're looking for i think