tensorstore.IndexDomain.T : IndexDomain

View with the dimension order reversed (transposed).

Example

>>> domain = ts.IndexDomain(labels=['x', 'y', 'z'])
>>> domain.T
{ "z": (-inf*, +inf*), "y": (-inf*, +inf*), "x": (-inf*, +inf*) }