Naming Discussion: `slidingWindows(ofCount:)` Edition

The "windows" terminology feels a bit too... cute to me, though perhaps this is a term of art that I'm simply not familiar with. Given that there's already API which refers to contiguous regions of the collection as "chunks", what about taking some inspiration from this thread and calling this method overlappingChunks(ofSize:)?

1 Like