print

Serializes the given arguments to a text representation without a trailing new line.

  1. size_t print(Stream stream, T args)
    size_t
    print
    (
    Stream
    T...
    )
    (
    Stream stream
    ,
    auto ref T args
    )
    if (
    isSink!Stream
    )
  2. size_t print(T args)

Meta