Exemplo n.º 1
0
 public static ulong Remove(this ulong l, Cell oldElem)
 {
     return(l.Remove(oldElem.ToULong()));
 }
Exemplo n.º 2
0
 public static bool Contains(this ulong l, Cell cell)
 {
     return(l.Contains(cell.ToULong()));
 }
Exemplo n.º 3
0
 public static ulong Insert(this ulong l, Cell newElem)
 {
     return(l.Insert(newElem.ToULong()));
 }