SetIntersection.this

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

Meta