Box.height

Returns height of the box.

struct Box(T, int N)
pure nothrow const @safe @nogc @property
static if(N >= 2)
T
height
()
if (
N >= 1 &&
N <= 3
)

Meta