Default.value

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto value [@property getter]
    struct Default(alias Alias)
    @property static
    static if(__traits(compiles, Alias()))
    value
    ()
  2. alias value = Alias

Meta