jaypha-base ~master (2017-04-21T07:13:56Z)
Dub
Repo
ByLines
jaypha
range
Undocumented in source.
struct
ByLines (
R
)
if
(
isInputRange
!
R
&&
(
isSomeChar
!(
ElementEncodingType
!
R
) ||
is
(
ElementType
!
R
:
ubyte
)
)
) {
import
std
.
array
;
;
alias
E
=
ElementEncodingType
!
R
;
bool
empty
;
string
eoln
;
this
(R _r);
void
popFront
();
E
[]
front
[@property getter];
}
Constructors
this
this
(R _r)
Undocumented in source.
Members
Aliases
E
alias
E
=
ElementEncodingType
!
R
Undocumented in source.
Functions
popFront
void
popFront
()
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
front
E
[]
front
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
empty
bool
empty
;
Undocumented in source.
eoln
string
eoln
;
Undocumented in source.
Meta
Source
See Implementation
jaypha
range
functions
buffered
byChunk
byLines
drain
unPopable
manifest constants
defaultBufferSize
structs
Buffered
ByChunk
ByLines
UnPopable