Box.size

  1. bound_t size [@property getter]
    struct Box(T, int N)
    @property @nogc pure const nothrow
    size
    ()
  2. bound_t size [@property setter]

Return Value

Type: bound_t

Dimensions of the box.

Meta