RuntimeInspector.inspector

Get inspector

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

Return Value

Type: inout(Inspector!(Type, KeyType))

Inspector!Type

Meta