Box.expand

Expands the box to include point.

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

Return Value

Type: Box

Expanded box.

Meta