RuntimeInspector.inspector

Set inspector

  1. Inspector!(Type, KeyType) inspector [@property setter]
    class RuntimeInspector(Type, KeyType = string)
    @property @safe nothrow pure
    typeof(this)
    inspector
    (
    Inspector!(Type, KeyType) inspector
    )
  2. inout(Inspector!(Type, KeyType)) inspector [@property getter]

Parameters

inspector Inspector!(Type, KeyType)

underlying inspector used to extract data

Return Value

Type: typeof(this)

typeof(this)

Meta