opBinary.opBinary

Writes a value to the file using the << operator and returns a reference to the file.

  1. ref opBinary(T value)
    template opBinary(string op : "<<")
    ref scope return
    opBinary
    (
    T
    )
    (
    auto ref const T value
    )
  2. ref opBinary(NewLine endl)