Box.expand

*

  1. Box expand(BoundType point)
    struct Box(T, int N)
    const
    expand
    if (
    N >= 1 &&
    N <= 3
    )
  2. Box expand(Box other)

Meta