Box.contains

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

Return Value

Type: bool

true if it contains point.

Meta