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)
    get
    (
    Array
    Input
    )
    (
    ref Input input
    )
    if (
    isInputRange!Input &&
    is(ElementType!Input == ubyte)
    &&
    isDynamicArray!Array
    &&
    !is(Array == ubyte[])
    &&
    !is(Array == string)
    )
  6. auto get(Input input)
  7. T get(Input input)

Meta