public MemDebugView(Mem <TElem> mem) { _mem = mem; }
public bool Equals(Mem <T> other) { return(_handle.ToInt64() == other._handle.ToInt64()); }