Box.height

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

Return Value

Type: T

Height of the box if applicable.

Meta