toAA

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

  1. auto toAA(R r)
    toAA
    (
    R
    )
    (
    R r
    )
    if (
    is(typeof(r.front[1]))
    )
  2. auto toAA(R r)

Meta