Closed timholy closed 8 years ago
If ax is an Axis{name,T}, then ax(2) constructs Axis{name,Int}(2) which can be handy for slicing. Ref #33.
ax
Axis{name,T}
ax(2)
Axis{name,Int}(2)
If
ax
is anAxis{name,T}
, thenax(2)
constructsAxis{name,Int}(2)
which can be handy for slicing. Ref #33.