bool actf_rng_set_intersect_uint(const actf_rng_set *rs, uint64_t pt)
Check if a range set intersects with a point.
bool actf_rng_set_intersect_rng_set(const actf_rng_set *restrict rs_a, const actf_rng_set *restrict rs_b)
Check whether two range sets intersect.
struct actf_rng_set actf_rng_set
A range set.
Definition rng.h:33
bool actf_rng_set_intersect_sint(const actf_rng_set *rs, int64_t pt)
Check if a range set intersects with a point.