logTypeResult

Pretty loggning with indentation.

  1. void logTypeResult(ref const(TypeResult) result, in uint indent, in string func = __FUNCTION__, in uint line = __LINE__)
  2. void logTypeResult(ref const(TypeResults) results, in uint indent = 0, in string func = __FUNCTION__, in uint line = __LINE__)
  3. void logTypeResult(ref const(Nullable!TypeResults) results, in uint indent = 0, in string func = __FUNCTION__, in uint line = __LINE__)
    void
    logTypeResult
    @safe pure nothrow
    (
    ref const(Nullable!TypeResults) results
    ,
    in uint indent = 0
    ,
    in string func = __FUNCTION__
    ,
    in uint line = __LINE__
    )

Meta