Box.getHeight

* Returns box height.

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

Meta