get

Reads variable of type T from a file in the little endian format.

  1. auto get(File f)
    version(Posix)
    get
    @safe
    (
    T
    )
    (
    File f
    )
    if (
    isScalarType!(T)
    )
  2. T[] get(File f, size_t size)

Return Value

Type: auto

variable of type T in the little endian format.

Meta