File.opBinary

Undocumented in source. Be warned that the author may not have intended to support it.
  1. typeof(this) opBinary(T[] pos)
  2. typeof(this) opBinary(T b)
    struct File
    ref
    typeof(this)
    opBinary
    (
    char* op
    T
    )
    (
    in T b
    )
    if (
    op == "<<"
    )
  3. typeof(this) opBinary(string str)

Meta