Box.contains

  1. bool contains(BoundType point)
  2. bool contains(Box other)
    struct Box(T, int N)
    pure nothrow const @safe @nogc
    bool
    contains
    if (
    N >= 1 &&
    N <= 3
    )

Meta