IConfig.value

Sets the configuration's value.

  1. T value [@property getter]
  2. T value [@property setter]
    interface IConfig(T)
    @property
    void
    value
    ()
    if (
    is(T == struct) ||
    is(T == class)
    )

Meta