Set operators.
Enables math operations on sets, like unions and intersections.
Could work on ranges in general as long as they implement some basic functions, like iteration.
structLinkedHashSet(K, alias hashFunc = defaultHash128!(K), alias equal = "a == b")
Set operators. Enables math operations on sets, like unions and intersections. Could work on ranges in general as long as they implement some basic functions, like iteration.