Box.getSize

* Returns box dimensions.

struct Box(T, int N)
const
getSize
()
if (
N >= 1 &&
N <= 3
)

Meta