Box.shrink

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

Meta