TaggedInspector.inspector

Get inspector

  1. Inspector!Type inspector [@property setter]
  2. inout(Inspector!Type) inspector [@property getter]
    class TaggedInspector(Tagged : TaggedAlgebraic!(Union), Type, Union)
    @property @safe nothrow pure inout
    inout(Inspector!Type)
    inspector
    ()
    if (
    anySatisfy!(ApplyRight!(isD, Type), Fields!Union)
    )

Return Value

Type: inout(Inspector!Type)

Inspector!Type

Meta