Home
last modified time | relevance | path

Searched defs:Slides (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/range/
H A Dpackage.d7626 private struct Slides(Flag!"withFewerElements" withFewerElements = Yes.withFewerElements, Source) struct
7631 size_t _windowSize;
7632 size_t _stepSize;
7636 enum needsEndTracker = false;
7641 Source _nextSource;
7642 enum needsEndTracker = true;
7645 bool _empty;
7649 enum hasSliceToEnd = hasSlicing!Source && is(typeof(Source.init[0 .. $]) == Source);
7654 this(Source source, size_t windowSize, size_t stepSize) in this()
7701 @property auto front() in front()
[all …]