Box.isBetween

Returns true if the given point is between the coordinates.

  1. bool isBetween(int x, int y)
    struct Box
    @nogc @safe pure nothrow const
    bool
    isBetween
    (
    int x
    ,
    int y
    )
  2. bool isBetween(Point p)

Meta