Suppress.this

Undocumented in source.
  1. this(T arg)
  2. this(Args args)
    struct Suppress(T, SuppressOptions options)
    static if(__traits(hasMember, T, "__ctor"))
    this
    (
    Args...
    )
    (
    Args args
    )
    if (
    __traits(compiles,
    (
    Args e
    )
    )
    )
    if (
    options != 0
    )

Meta