args

Simulates named arguments for struct literals.

  1. S args [@property getter]
    template args(S, dgs...)
    @property
    S
    args
    ()
    if (
    is(S == struct)
    )
  2. template args(alias fun, dgs...)

Members

Properties

args
S args [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta