SlidingSplitter.length

Undocumented in source. Be warned that the author may not have intended to support it.
struct SlidingSplitter(Range)
@property const
static if(hasSlicing!R)
size_t
length
()
if (
isSomeString!Range ||
(
hasSlicing!Range &&
!isInfinite!Range
)
)

Meta