Component Introduction
Quick Start
API Reference
Convert an integer or a tuple of integers to a 3-tuple.
t (Union[int, tuple(int)]) – The depth, height and width of the grid.
Tuple(int, int, int), same as input or a tuple as (t,t,t).