Params.this

Constructs a new parameter set from the specified overrides.

All flags not present in this constructor will default to false.

  1. this(inout(T)[] flags)
    struct Params(T)
    this
    (
    inout(T)[] flags...
    )
    if (
    is(T == enum)
    )
  2. this(Self other)

Parameters

flags inout(T)[]

A variadic list of flags to override.

Meta

Authors

Tony J. Hudgins