Exemplo n.º 1
0
 protected override bool IsDisjointWith(ImmSet <T> other)
 {
     return(Root.IsDisjoint(other.Root));
 }