Image.mapAs

Undocumented in source. Be warned that the author may not have intended to support it.
  1. T[] mapAs [@property getter]
    struct Image(size_t N)
    pure @property
    T[]
    mapAs
    (
    T
    )
    ()
    if (
    N > 0
    )
  2. const(T)[] mapAs [@property getter]

Meta