unpacker

Returns an instance of unpacker of T.

  1. auto unpacker(auto ref R range)
  2. auto unpacker(File file)
    unpacker
    (
    string format
    )
    (
    File file
    )

Parameters

format

Format specifier

byteOrder

Byte order to use

file
Type: File

File to read from

Meta