TaggedInspector.inspector

Set inspector

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

Parameters

inspector Inspector!Type

inspector used to inspect underlying tagged value

Return Value

Type: typeof(this)

typeof(this)

Meta