SetIntersection.save

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

Meta

Suggestion Box / Bug Report