File.read

Returns underlying FILE*

  1. size_t read(void* ptr, size_t size, size_t nmemb)
  2. size_t read(T[] buf)
    struct File
    nothrow @nogc
    size_t
    read
    (
    T
    )
    (
    T[] buf
    )
  3. size_t read(T b)

Meta