SlidingSplitter.front

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

Meta