mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-04-06 00:05:44 -04:00

set.union() is a side-effect-free function that returns the union of two sets. This clearly wanted .update(), which is the side-effecting mutator version.