Region.lim

Undocumented in source. Be warned that the author may not have intended to support it.
  1. ptype lim [@property getter]
    struct Region(size_t N, T)
    @property const
    lim
    ()
    if (
    N >= 1 &&
    isNumeric!T
    )
  2. ptype lim [@property setter]

Meta