vjoin

Splice multiple images vertically.

  1. auto vjoin(R images, TARGET target)
    vjoin
    (
    R
    TARGET
    )
    (,
    auto ref TARGET target
    )
    if (
    isInputRange!R &&
    isView!(ElementType!R)
    &&
    )
  2. auto vjoin(R images)

Meta