Image.pixel

Undocumented in source. Be warned that the author may not have intended to support it.
  1. T pixel(size_t[N] crd)
  2. const(T) pixel(size_t[N] crd)
  3. T pixel(V v)
  4. const(T) pixel(V v)
    struct Image(size_t N)
    pure ref const
    const(T)
    pixel
    (
    T
    V
    )
    (
    in V v
    )
    if (
    isCompatibleVector!(N, size_t, V)
    )
    if (
    N > 0
    )

Meta