jaypha-base ~master (2017-04-21T07:13:56Z)
Dub
Repo
ByChunk
jaypha
range
Undocumented in source.
struct
ByChunk (
R
)
if
(
isInputRange
!
R
&&
!
isNarrowString
!
R
) {
alias
E
=
Unqual
!(
ElementType
!
R
)
;
this
(R range, size_t chunkSize);
E
[]
front
;
bool
empty
;
void
popFront
();
}
Constructors
this
this
(R range, size_t chunkSize)
Undocumented in source.
Members
Aliases
E
alias
E
=
Unqual
!(
ElementType
!
R
)
Undocumented in source.
Functions
popFront
void
popFront
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
empty
bool
empty
;
Undocumented in source.
front
E
[]
front
;
Undocumented in source.
Meta
Source
See Implementation
jaypha
range
functions
buffered
byChunk
byLines
drain
unPopable
manifest constants
defaultBufferSize
structs
Buffered
ByChunk
ByLines
UnPopable