@Test
 public void toSet() {
   Verify.assertSetsEqual(
       UnifiedSet.newSetWith('a', 'b', 'c', 'd', 'e'), StringIterate.toSet("aabcde"));
 }