RCBin.getArray

Read or write a dynamic array to the stream.

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

Meta