Box.getWidth

* Returns box width .

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

Meta