Remove the Dim enum
@payno Do we really need the Dim
enum. Why does it exist? To me it seems in the end you want to restrict dimensions
to be a 3-tuple with the values 0
, 1
and 2
. The enum doesn't help at all for that.
Makes life easier for !52 (closed)