Пример #1
0
 public static ulong Remove(this ulong l, Cell oldElem)
 {
     return(l.Remove(oldElem.ToULong()));
 }
Пример #2
0
 public static bool Contains(this ulong l, Cell cell)
 {
     return(l.Contains(cell.ToULong()));
 }
Пример #3
0
 public static ulong Insert(this ulong l, Cell newElem)
 {
     return(l.Insert(newElem.ToULong()));
 }