RCBin.get

Get a value.

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

Return Value

Type: auto

the current RCBin instance to allow chaining

Meta