logTypeResult

Pretty loggning with indentation.

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

Meta