In reply to sharatk:
Though I must point out
a.cell[0][0] != b.cell[0][0]
… Is unncessary in SV. You can just do a.cell != b.cell and it should just work.
I don’t know what you’re talking about? ;)
In reply to sharatk:
Though I must point out
a.cell[0][0] != b.cell[0][0]
… Is unncessary in SV. You can just do a.cell != b.cell and it should just work.
I don’t know what you’re talking about? ;)