Region.expand

  1. auto expand(in Region!(Z, E) reg)
  2. auto expand(in Vector!(Z, E) pnt)
    struct Region(size_t N, T)
    expand
    const
    (
    size_t Z
    E
    )
    (
    in Vector!(Z, E) pnt
    )
    if (
    (
    Z == 0 ||
    N == 0
    ||
    Z == N
    )
    )
    if (
    isNumeric!T
    )

Meta