Box.height

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

Return Value

Type: T

Height of the box, if applicable.

Meta