Function cellKeyString

Returns a key string for a cell instance A key string allows comparison of instances by value rather than reference

cellKeyString({x:10,y:20});
// Yields: "Cell{10,20}";
  • Parameters

    Returns string