Something like a dispatching on Tuple{Vararg{IntOrConstInt}} for load, reshape, etc. to avoid having to explicitly get the value parameter from the Constant with e.g. tm[]. Currently one can assign separate variables or do kernel(::ConstInt{tm}) where tm to achieve this. I find the latter nicer to parse but both are a bit verbose compared to Python.