undead ~master (2024-04-17T22:51:33Z)
Home
Dub
Repo
InputStream.opApply
undead
stream
InputStream
Undocumented in source.
int
opApply
(int delegate(ref char[] line) dg)
int
opApply
(int delegate(ref ulong n, ref char[] line) dg)
interface
InputStream
int
opApply
(
scope
int
delegate
(
ref
ulong
n
,
ref
char
[]
line
)
dg
)
int
opApply
(int delegate(ref wchar[] line) dg)
int
opApply
(int delegate(ref ulong n, ref wchar[] line) dg)
Meta
Source
See Implementation
undead
stream
InputStream
functions
getc
getcw
opApply
read
readExact
readLine
readLineW
readString
readStringW
readf
ungetc
ungetcw
vreadf
properties
available
eof
isOpen