Unites the sets containing the two given values. Returns: - `None` if either value hasn't been inserted, - `Some(true)` if two disjoint sets have been merged, - `Some(false)` if both elements were already in the same set.
(&mut self, first_item: &T, sec_item: &T)
source not stored for this graph (policy: none)