There's no such thing as a "last" index in a table. If your table doesn't have holes, you may as well use a `seq[seq[int]]`, in which case the last index of the last seq in the seq would be written as `mySeq[^1][^1]`.
- Seq, table. How to efficiently reference the last item freeflow
- Seq, table. How to efficiently reference the last item lqdev
