Limit.this

Undocumented in source.
  1. this(L lower, U upper)
    struct Limit
    this
    (
    L
    U
    )
    (,)
    if (
    __traits(compiles, to!string(lower)) &&
    __traits(compiles, to!string(upper))
    )
  2. this(U upper)

Meta