writeExactly

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void writeExactly(Stream stream, T[] buf)
  2. void writeExactly(Stream stream, T value)
    void
    writeExactly
    (
    Stream
    T
    )
    (
    auto ref Stream stream
    ,
    const auto ref T value
    )
    if (
    isSink!Stream &&
    !isArray!T
    )

Meta