File.write

Undocumented in source. Be warned that the author may not have intended to support it.
  1. size_t write(void* ptr, size_t size, size_t nmemb)
  2. size_t write(T[] buf)
  3. size_t write(T b)
    struct File
    nothrow @nogc
    size_t
    write
    (
    T
    )
    (
    in T b
    )

Meta