Box.contains

  1. bool contains(Bound point)
  2. bool contains(Box other)
    struct Box(T, size_t N)
    @safe @nogc
    bool
    contains
    pure const nothrow

Return Value

Type: bool

true if it contains box other.

Meta