WindowsOfCountCollection

A collection wrapper that presents a sliding window over the elements of a collection.

Windows.swift:49
struct WindowsOfCountCollection<Base> where Base : Collection