InputStream.opApply

Undocumented in source.
  1. int opApply(int delegate(ref char[] line) dg)
  2. 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
    )
  3. int opApply(int delegate(ref wchar[] line) dg)
  4. int opApply(int delegate(ref ulong n, ref wchar[] line) dg)

Meta