Tag.allowMixedValuesAndAttributes

Normally SDL only allows a tag's attributes to appear after all it's values. This flag causes parseSdlTag to allow values/attributes to appear in any order, i.e. tag attr="my-value" "another-value" # would be valid

  1. bool allowMixedValuesAndAttributes [@property getter]
    struct Tag
    @property @safe pure nothrow const
    bool
    allowMixedValuesAndAttributes
    ()
  2. bool allowMixedValuesAndAttributes [@property setter]

Meta