Set

////////////////////////////////////////////////////////////////////

struct Set (
T
) {
bool[T] _payload;
}

Alias This

_payload

Meta