SafeOutput.write

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void write(T data)
    struct SafeOutput
    @trusted
    void
    write
    (
    T
    )
    (
    inout T data
    )
    if (
    !is(T == ubyte[])
    )
  2. void write(T data)
  3. void write(Blob b)

Meta