Exemplo n.º 1
0
 private string Str(Integers set)
 {
     return($"[{string.Join(", ", set.GetIntervals().Select(i => Str(i)))}]");
 }