예제 #1
0
파일: Has.cs 프로젝트: prvafina/Symbolism
 public static bool FreeOf(this MathObject obj, MathObject a) => !obj.Has(a);