示例#1
0
文件: ImmSet.cs 项目: stjordanis/Imms
 protected override bool IsDisjointWith(ImmSet <T> other)
 {
     return(Root.IsDisjoint(other.Root));
 }