hasContains

Is true iff Set is set-like container, that is provides membership checking via the in operator or contains.

TODO Move to Phobos std.traits

template hasContains (
Set
) {
enum isSetOf;
}

Meta