Box.contains

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

Return Value

Type: bool

true if it contains point.

Meta