Dependency.optional

Determines if the dependency is required or optional.

  1. bool optional [@property getter]
    struct Dependency
    @property const scope @safe pure nothrow @nogc
    bool
    optional
    ()
  2. bool optional [@property setter]

Meta