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