RCBin.get

Get a value.

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

Return Value

Type: RCBin

the current RCBin instance to allow chaining

Meta