Box.contains

  1. bool contains(bound_t point)
  2. bool contains(Box other)
    struct Box(T, size_t N)
    pure const nothrow
    bool
    contains

Return Value

Type: bool

true if it contains box other.

Meta