Box.contains

* Returns true if it contains point

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

Meta