Box.shrink

Shrinks the area of this Box.

  1. Box shrink(bound_t space)
  2. Box shrink(T space)
    struct Box(T, int N)
    @nogc pure const nothrow
    shrink
    ()

Return Value

Type: Box

Shrinked box.

Meta