Box.contains

  1. bool contains(bound_t point)
  2. bool contains(T x, T y)
  3. bool contains(T x, T y, T z)
  4. bool contains(Box other)
    struct Box(T, int N)
    @nogc pure const nothrow
    bool
    contains

Return Value

Type: bool

true if it contains box other.

Meta