Region.this

Undocumented in source.
  1. this(Region!(N, K) e)
  2. this(E ext)
    struct Region(size_t N, T)
    pure
    this
    (
    E...
    )
    (
    in E ext
    )
    if (
    is(typeof(rtype(ext)))
    )
    if (
    N >= 1 &&
    isNumeric!T
    )

Meta