Box.contains

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

Return Value

Type: bool

true if it contains point.

Meta