Box.expand

Expands the Box, so that v is part of the Box.

  1. Box expand(Vector!(E, D) v)
    struct Box(E, uint D)
    ref
    expand
    (
    Vector!(E, D) v
    )
    if (
    D >= 1
    )
  2. Box expand(Box b)

Meta