Image.size

Undocumented in source.
  1. auto size [@property getter]
  2. V size [@property setter]
    struct Image(size_t N)
    pure @property
    size
    (
    V
    )
    (
    in V sz
    )
    if (
    isCompatibleVector!(N, size_t, V)
    )
    if (
    N > 0
    )

Meta