RCBin.getArray

Read or write a static array to the stream.

  1. void getArray(T[] target)
  2. void getArray(T[] input)
  3. void getArray(T[size] target)
    struct RCBin(T, bool isParser)
    static if(isParser)
    void
    getArray
    (
    T
    size_t size
    )
    (
    ref T[size] target
    )
  4. void getArray(T[size] input)

Meta