RCBin.get

Get a value.

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

Return Value

Type: RCBin

the current RCBin instance to allow chaining

Meta