table_size datastructure

Issue #111 resolved
Broes De Cat created an issue

Table_size is some very awkward to work with: it is first always necessary to check whether it is finite, approx, infinite, ... and only afterwards do something with the size if applicable.

Instead, should have a comparison operator on tablesizes, on tablesize and ints and maxint should be tablesize infinite, ... to make the programming less error-prone.

Comments (4)

  1. Log in to comment