RCBin.get

Get a value.

  1. auto get(T target)
  2. auto get(T input)
    struct RCBin(T, bool isParser)
    static if(isSerializer)
    get
    (
    T
    )
    (
    const T input
    )

Return Value

Type: auto

the current RCBin instance to allow chaining

Meta