RCBin.getNumber

Read or write a number to the stream.

  1. void getNumber(T target)
  2. void getNumber(T input)
    struct RCBin(T, bool isParser)
    static if(isSerializer)
    void
    getNumber
    (
    T
    )
    (
    const T input
    )
    if (
    isNumeric!T ||
    isSomeChar!T
    )

Meta