Box.expand

Expands the box to include another box. This function deals with empty boxes correctly.

  1. Box expand(bound_t point)
  2. Box expand(Box other)
    struct Box(T, int N)
    @nogc pure const nothrow
    expand

Return Value

Type: Box

Expanded box.

Meta