Index.inside

Check if i is inside any of the intervals for key.

struct Index(KeyT)
bool
inside
(
const KeyT key
,
const Interval i
)

Return Value

Type: bool

true if i is inside a macro interval.

Meta