toAA

Slurp a range of two elements (or two-element struct/class) into an AA.

  1. auto toAA(R r)
  2. auto toAA(R r)
    toAA
    (
    R
    )
    (
    R r
    )
    if (
    is(typeof(r.front.tupleof)) &&
    r.front.tupleof.length == 2
    &&
    !is(typeof(r.front[1]))
    )

Meta