get

Undocumented in source. Be warned that the author may not have intended to support it.
  1. T get(Input input)
  2. bool get(Input input)
  3. auto get(Input input)
  4. Array get(Input input)
  5. auto get(Input input)
  6. auto get(Input input)
  7. T get(Input input)
    T
    get
    (
    T
    Input
    )
    (
    ref Input input
    )
    if (
    isInputRange!Input &&
    is(ElementType!Input == ubyte)
    &&
    isAggregateType!T
    &&
    !hasIndirections!T
    )

Meta