Output.append

Append content.

  1. Output append(const(char[]) x)
  2. Output append(Object other)
    class Output
    final
    append

Parameters

other Object

An object with a useful toString() method.

Return Value

Type: Output

Returns a chaining reference if all content was written. Throws an IOException indicating Eof or Eob if not.

Remarks: Append the result of other.toString() to the console.

Meta