Params.this

Copy constructor.

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

Parameters

other Self

The object to copy from.

Meta

Authors

Tony J. Hudgins