dfuck v1.0.0 (2018-12-21T21:10:00Z)
Dub
Repo
InputStream
input_stream
Undocumented in source.
class
InputStream (
T
) {
size_t
pos
;
T
[]
range
;
this
(T[] range);
T
read
();
void
seek
(int amt);
}
Constructors
this
this
(T[] range)
Undocumented in source.
Members
Functions
read
T
read
()
Undocumented in source. Be warned that the author may not have intended to support it.
seek
void
seek
(int amt)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
pos
size_t
pos
;
Undocumented in source.
range
T
[]
range
;
Undocumented in source.
Meta
Source
See Implementation
input_stream
classes
InputStream
functions
take_one