unite

Either an element in min or max is nan or min <= max.

  1. Box!(E, D) unite(Box!(E, D) a, Box!(E, D) b)
    Box!(E, D)
    unite
    (
    E
    uint D
    )
    (
    Box!(E, D) a
    ,
    Box!(E, D) b
    )
  2. Box!(E, D) unite(Box!(E, D) a, Vector!(E, D) b)

Meta