Image.pixel

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

Meta