Box.height

struct Box(T, size_t N)
@safe @nogc pure const nothrow
static if(N >= 2)
T
height
()

Return Value

Type: T

Height of the box, if applicable.

Meta