RCBin.getNumber

Read or write a number to the stream.

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

Meta