Region.overlap

logic and

struct Region(size_t N, T)
overlap
const
(
size_t Z
E
)
(
in Region!(Z, E) reg
)
if (
(
Z == 0 ||
N == 0
||
Z == N
)
)
if (
isNumeric!T
)

Meta