jaypha.range

Undocumented in source.

Members

Functions

buffered
auto ref buffered(W writer)
Undocumented in source. Be warned that the author may not have intended to support it.
byChunk
ByChunk!R byChunk(R range, size_t chunkSize)
Undocumented in source. Be warned that the author may not have intended to support it.
byLines
ByLines!R byLines(R range)
Undocumented in source. Be warned that the author may not have intended to support it.
drain
void drain(R r)
Undocumented in source. Be warned that the author may not have intended to support it.
munch (from jaypha.algorithm)
auto munch(R1 range, R2 pattern) via public import jaypha.algorithm : munch;
Undocumented in source.
unPopable
auto ref unPopable(R range)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

defaultBufferSize
enum defaultBufferSize;
Undocumented in source.

Structs

Buffered
struct Buffered(W, E, size_t bufferSize = defaultBufferSize)
Undocumented in source.
ByChunk
struct ByChunk(R)
Undocumented in source.
ByLines
struct ByLines(R)
Undocumented in source.
UnPopable
struct UnPopable(R)
Undocumented in source.

Meta