SetIntersection.empty

struct SetIntersection(alias less = "a < b", Rs...)
@property
bool
empty
()
if (
Rs.length >= 2 &&
&&
!is(CommonType!(staticMap!(ElementType, Rs)) == void)
)

Meta