File.read

Reads up to count objects into the array buffer

  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)

Return Value

Type: size_t

number of objects read successfully

Meta